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:
co-authored by
Claude Fable 5
parent
3f2f2dd245
commit
81217e5749
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user