Can now generate these configs just from the expanded colorset

This commit is contained in:
David Heinemeier Hansson
2026-07-19 18:37:25 -07:00
parent c442ad7d93
commit 3f2f2dd245
4 changed files with 3 additions and 89 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ mode = "light"
accent = "#6e6e6e"
selection = "#c0c0c0"
muted = "#c0c0c0"
muted = "#808080"
background = "#ffffff"
dark_background = "#bfbfbf"
darker_background = "#808080"
dark_background = "#f5f5f5"
darker_background = "#e8e8e8"
lighter_background = "#c0c0c0"
foreground = "#000000"