HF-Sphinx-Documentation¶
Welcome to the HF-Sphinx documentation!
This site provides organized and easy-to-navigate resources written in reStructuredText.
If you are new to this syntax or need a reference, consult the official
reStructuredText documentation.
Use the sections below to explore the main topics, examples, and guides that make up this documentation set.
Tofu Sphinx — Color Palette¶
This section displays the current color palette applied to this Sphinx documentation theme. It provides a visual reference of the colors used, so you can maintain consistent styling across your documentation.
A modern, accessible palette built for a dark admin UI.
Primary
#1F6FEBPrimary 600
#155ecfAccent
#FF6B6BAccent 600
#e45555Muted
#6B7280Background
#0F1724Surface
#0B1220Card
#0E1A2BText
#E6EEF8Text Muted
#A9B6C8Success
#26C281Warning
#FFC16AText Decoration
#3beccdPalette JSON / CSS variables¶
{
"primary": "#1F6FEB",
"primary-600": "#155ecf",
"accent": "#FF6B6B",
"accent-600": "#e45555",
"muted": "#6B7280",
"bg": "#0F1724",
"surface": "#0B1220",
"card": "#0E1A2B",
"text": "#E6EEF8",
"text-muted": "#A9B6C8",
"success": "#26C281",
"warning": "#FFC16A"
}