add some base configs

This commit is contained in:
sigil-03 2025-09-15 10:45:03 -06:00
parent 5637f587c1
commit 45ae7c132f
11 changed files with 3932 additions and 0 deletions

View file

@ -0,0 +1,13 @@
idle_bg = "#002b36" # base03
idle_fg = "#93a1a1" # base1
info_bg = "#268bd2" # blue
info_fg = "#002b36" # base03
good_bg = "#859900" # green
good_fg = "#002b36" # base03
warning_bg = "#b58900" # yellow
warning_fg = "#002b36" # base03
critical_bg = "#dc322f" # red
critical_fg = "#002b36" # base03
separator = "\ue0b2"
separator_bg = "auto"
separator_fg = "auto"