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
#1F6FEB
Primary 600
#155ecf
Accent
#FF6B6B
Accent 600
#e45555
Muted
#6B7280
Background
#0F1724
Surface
#0B1220
Card
#0E1A2B
Text
#E6EEF8
Text Muted
#A9B6C8
Success
#26C281
Warning
#FFC16A
Text Decoration
#3beccd

Palette 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"
}