AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.tui.theme Namespace Reference

Variables

str AQUIN_YELLOW = "#facc15"
str AQUIN_MUTED = "#9ca3af"
str AQUIN_SOFT = "#6b7280"
str AQUIN_SURFACE = "#141414"
str AQUIN_PANEL = "#1c1c1c"
str AQUIN_BORDER = "#2a2a2a"
str AQUIN_TEXT = "#e5e7eb"
str AQUIN_OK = "#34d399"
str AQUIN_WARN = "#fbbf24"
str AQUIN_ERR = "#f87171"
str AQUIN_CSS

Variable Documentation

◆ AQUIN_BORDER

str aquin.tui.theme.AQUIN_BORDER = "#2a2a2a"

Definition at line 15 of file theme.py.

◆ AQUIN_CSS

str aquin.tui.theme.AQUIN_CSS

Definition at line 21 of file theme.py.

◆ AQUIN_ERR

str aquin.tui.theme.AQUIN_ERR = "#f87171"

Definition at line 19 of file theme.py.

◆ AQUIN_MUTED

str aquin.tui.theme.AQUIN_MUTED = "#9ca3af"

Definition at line 11 of file theme.py.

◆ AQUIN_OK

str aquin.tui.theme.AQUIN_OK = "#34d399"

Definition at line 17 of file theme.py.

◆ AQUIN_PANEL

str aquin.tui.theme.AQUIN_PANEL = "#1c1c1c"

Definition at line 14 of file theme.py.

◆ AQUIN_SOFT

str aquin.tui.theme.AQUIN_SOFT = "#6b7280"

Definition at line 12 of file theme.py.

◆ AQUIN_SURFACE

str aquin.tui.theme.AQUIN_SURFACE = "#141414"

Definition at line 13 of file theme.py.

◆ AQUIN_TEXT

str aquin.tui.theme.AQUIN_TEXT = "#e5e7eb"

Definition at line 16 of file theme.py.

◆ AQUIN_WARN

str aquin.tui.theme.AQUIN_WARN = "#fbbf24"

Definition at line 18 of file theme.py.

◆ AQUIN_YELLOW

str aquin.tui.theme.AQUIN_YELLOW = "#facc15"

Definition at line 10 of file theme.py.