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 = #23272c
foreground = #e1e5ec
selection-background = #303339
selection-foreground = #d0d4dc
cursor-color = #d0d4dc
cursor-text = #303339
# black
palette = 0=#23272c
palette = 8=#3d4046
# red
palette = 1=#e15344
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9b9555
palette = 11=#bab474
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#c0c4cb
palette = 15=#e1e5ec