diff options
Diffstat (limited to 'themes/catppuccin/latte.nix')
-rw-r--r-- | themes/catppuccin/latte.nix | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/themes/catppuccin/latte.nix b/themes/catppuccin/latte.nix index ca0d3d6..0378da8 100644 --- a/themes/catppuccin/latte.nix +++ b/themes/catppuccin/latte.nix @@ -1,40 +1,40 @@ rec { - name = "Catppuccin Latte"; - author = "https://github.com/catppuccin/catppuccin"; + name = "Catppuccin Latte"; + author = "https://github.com/catppuccin/catppuccin"; - fg = "4c4f69"; - bg = "eff1f5"; + fg = "4c4f69"; + bg = "eff1f5"; - surface.fg = fg; - surface.bg = "ccd0da"; + surface.fg = fg; + surface.bg = "ccd0da"; - hover.fg = fg; - hover.bg = "9ca0b0"; + hover.fg = fg; + hover.bg = "9ca0b0"; - primary = normal.blue; - success = normal.green; - warning = normal.yellow; - error = normal.red; + primary = normal.blue; + success = normal.green; + warning = normal.yellow; + error = normal.red; - normal = { - black = "bcc0cc"; - red = "d20f39"; - green = "40a02b"; - yellow = "df8e1d"; - blue = "1e66f5"; - magenta = "ea76cb"; - cyan = "179299"; - white = "5c5f77"; - }; + normal = { + black = "bcc0cc"; + red = "d20f39"; + green = "40a02b"; + yellow = "df8e1d"; + blue = "1e66f5"; + magenta = "ea76cb"; + cyan = "179299"; + white = "5c5f77"; + }; - bright = { - black = "acb0be"; - red = "d20f39"; - green = "40a02b"; - yellow = "df8e1d"; - blue = "1e66f5"; - magenta = "ea76cb"; - cyan = "179299"; - white = "6c6f85"; - }; + bright = { + black = "acb0be"; + red = "d20f39"; + green = "40a02b"; + yellow = "df8e1d"; + blue = "1e66f5"; + magenta = "ea76cb"; + cyan = "179299"; + white = "6c6f85"; + }; } |