🐛 fix(satty): define custom palette

This commit is contained in:
Sergio Laín 2025-02-16 01:03:22 +01:00
parent 6d9bcfb260
commit 2a65be6a36
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -14,9 +14,12 @@ family = "JetBrainsMono Nerd Font"
style = "Regular" style = "Regular"
[color-palette] [color-palette]
first = "#8aadf4" # Blue
second = "#ed8796" # Red palette = [
third = "#a6da95" # Green "#8aadf4", # Blue
fourth = "#eed49f" # Yellow "#ed8796", # Red
fifth = "#c6a0f6" # Mauve "#a6da95", # Green
custom = "#cad3f5" # White "#eed49f", # Yellow
"#c6a0f6", # Mauve
"#cad3f5", # White
]