adjust lightness settings in theme gen scripts

This commit is contained in:
2026-03-13 17:37:26 -07:00
parent 6e684a9c4e
commit 2f2d196a71
107 changed files with 2069 additions and 1331 deletions

View File

@@ -0,0 +1,41 @@
# base settings
background = #f1f5fd
foreground = #303339
selection-background = #e1e5ec
selection-foreground = #3d4046
cursor-color = #3d4046
cursor-text = #e1e5ec
# black
palette = 0=#f1f5fd
palette = 8=#d0d4dc
# red
palette = 1=#db4b3d
palette = 9=#b62920
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#345aa4
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#345aa4
# white
palette = 7=#4a4d53
palette = 15=#303339