35 lines
640 B
TOML
35 lines
640 B
TOML
mode = "light"
|
|
|
|
# UI Colors (extended)
|
|
accent = "#6e6e6e"
|
|
cursor = "#000000"
|
|
|
|
# Primary colors
|
|
foreground = "#000000"
|
|
background = "#ffffff"
|
|
|
|
# Selection colors
|
|
selection_foreground = "#ffffff"
|
|
selection_background = "#1a1a1a"
|
|
|
|
bg = "#ffffff"
|
|
lighter_bg = "#c0c0c0"
|
|
selection = "#1a1a1a"
|
|
muted = "#c0c0c0"
|
|
dark_fg = "#c0c0c0"
|
|
fg = "#000000"
|
|
light_fg = "#000000"
|
|
bright_fg = "#000000"
|
|
|
|
red = "#2a2a2a"
|
|
yellow = "#4a4a4a"
|
|
green = "#3a3a3a"
|
|
cyan = "#3e3e3e"
|
|
blue = "#1a1a1a"
|
|
magenta = "#2e2e2e"
|
|
bright_red = "#2a2a2a"
|
|
bright_yellow = "#4a4a4a"
|
|
bright_green = "#3a3a3a"
|
|
bright_cyan = "#3e3e3e"
|
|
bright_blue = "#1a1a1a"
|
|
bright_magenta = "#2e2e2e" |