Implement semantic theme color system

This commit is contained in:
Bjarne Øverli
2026-06-02 17:23:28 -04:00
committed by Ryan Hughes
parent 98ba4a9697
commit b1505a085d
60 changed files with 2321 additions and 1886 deletions
+22 -18
View File
@@ -1,3 +1,5 @@
mode = "light"
# UI Colors (extended)
accent = "#6e6e6e"
cursor = "#000000"
@@ -10,22 +12,24 @@ background = "#ffffff"
selection_foreground = "#ffffff"
selection_background = "#1a1a1a"
# Normal colors (ANSI 0-7)
color0 = "#c0c0c0"
color1 = "#2a2a2a"
color2 = "#3a3a3a"
color3 = "#4a4a4a"
color4 = "#1a1a1a"
color5 = "#2e2e2e"
color6 = "#3e3e3e"
color7 = "#000000"
bg = "#ffffff"
lighter_bg = "#c0c0c0"
selection = "#1a1a1a"
muted = "#c0c0c0"
dark_fg = "#c0c0c0"
fg = "#000000"
light_fg = "#000000"
bright_fg = "#000000"
# Bright colors (ANSI 8-15)
color8 = "#c0c0c0"
color9 = "#2a2a2a"
color10 = "#3a3a3a"
color11 = "#4a4a4a"
color12 = "#1a1a1a"
color13 = "#2e2e2e"
color14 = "#3e3e3e"
color15 = "#000000"
red = "#2a2a2a"
yellow = "#4a4a4a"
green = "#3a3a3a"
cyan = "#3e3e3e"
blue = "#1a1a1a"
purple = "#2e2e2e"
bright_red = "#2a2a2a"
bright_yellow = "#4a4a4a"
bright_green = "#3a3a3a"
bright_cyan = "#3e3e3e"
bright_blue = "#1a1a1a"
bright_purple = "#2e2e2e"
-1
View File
@@ -1 +0,0 @@
# This will set "prefer-light" and use "Adwaita" as the theme