Generate vantablack neovim/vscode/btop configs from the colorset too

Tuned muted, dark_foreground, and lighter_background to the tiers the
explicit themes used, which also fixes muted falling back to pure white
in the generated terminal configs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-19 18:43:04 -07:00
co-authored by Claude Fable 5
parent 3f2f2dd245
commit 81217e5749
4 changed files with 3 additions and 87 deletions
+3 -1
View File
@@ -2,13 +2,15 @@ mode = "dark"
accent = "#8d8d8d"
selection = "#1a1a1a"
muted = "#7a7a7a"
background = "#000000"
dark_background = "#090909"
darker_background = "#070707"
lighter_background = "#000000"
lighter_background = "#1a1a1a"
foreground = "#ffffff"
dark_foreground = "#505050"
light_foreground = "#ececec"
bright_foreground = "#ffffff"