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

@@ -1,16 +1,16 @@
# base settings
background #27201f
foreground #e5dbda
background #2c2523
foreground #ece2e0
selection_background #332c2b
selection_foreground #d5cbca
selection_background #383130
selection_foreground #dbd2d0
cursor #d5cbca
cursor_text #332c2b
cursor #dbd2d0
cursor_text #383130
# black
color0 #27201f
color8 #403837
color0 #2c2523
color8 #453e3c
# red
color1 #e45748
@@ -30,12 +30,12 @@ color12 #8ab1f8
# magenta (red)
color5 #c38141
color13 #e1a772
color13 #dfa36d
# cyan (blue)
color6 #5e8de4
color14 #8ab1f8
## white
color7 #c5bbba
color15 #e5dbda
color7 #cbc2c0
color15 #ece2e0