update gauntlet theme for gauntlet v13

gauntlet v13 completely changed the theme system and made it waaay simpler (huge W tbh)
This commit is contained in:
cswimr 2025-02-01 14:25:39 -06:00
parent cf2fb32195
commit 47d084f852
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 15 additions and 74 deletions

View file

@ -1,72 +0,0 @@
{
"version": 4,
"background_darkest_color": {
"r": 24,
"g": 24,
"b": 37,
"a": 1.0
},
"background_darker_color": {
"r": 30,
"g": 30,
"b": 46,
"a": 1.0
},
"background_lighter_color": {
"r": 49,
"g": 50,
"b": 68,
"a": 1.0
},
"background_lightest_color": {
"r": 69,
"g": 71,
"b": 90,
"a": 1.0
},
"text_lightest_color": {
"r": 205,
"g": 214,
"b": 244,
"a": 1.0
},
"text_lighter_color": {
"r": 186,
"g": 194,
"b": 222,
"a": 1.0
},
"text_darker_color": {
"r": 166,
"g": 173,
"b": 200,
"a": 1.0
},
"text_darkest_color": {
"r": 147,
"g": 153,
"b": 178,
"a": 1.0
},
"primary_darker_color": {
"r": 30,
"g": 30,
"b": 46,
"a": 1.0
},
"primary_lighter_color": {
"r": 49,
"g": 50,
"b": 68,
"a": 1.0
},
"root_border_radius": 0,
"root_border_width": 1,
"root_border_color": {
"r": 17,
"g": 17,
"b": 27,
"a": 1.0
},
"content_border_radius": 4.0
}

View file

@ -0,0 +1,13 @@
mode = "dark"
background = ["#45475a", "#313244", "#1e1e2e", "#181825"]
text = ["#cdd6f4", "#bac2de", "#a6adc8", "#9399b2"]
[window.border]
radius = 0
width = 1
color = { color = "#11111b", alpha = 0.5 }
[content.border]
radius = 4.0

View file

@ -16,8 +16,8 @@
".config/btop/btop.conf".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/btop.conf";
".config/btop/themes/catppuccin_mocha.theme".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/btop.theme";
".config/gauntlet/simple-theme.json".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/gauntlet.json";
".config/gauntlet/theme.toml".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/gauntlet.toml";
".config/glow/glow.yml".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/glow.yml";
".config/glow/theme.json".source =
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/glow.json";