diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 22:08:20 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 22:08:20 -0400 |
commit | 640476ab01c501bbaa5b7854b561201bfe40d2ea (patch) | |
tree | 1516ebdda1180a910c4a7ff2e870058a936297e1 /themes | |
parent | add formatter (diff) | |
download | dotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.tar.gz dotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.tar.bz2 dotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.zip |
fmt
Diffstat (limited to 'themes')
-rw-r--r-- | themes/catppuccin/default.nix | 8 | ||||
-rw-r--r-- | themes/catppuccin/frappe.nix | 64 | ||||
-rw-r--r-- | themes/catppuccin/latte.nix | 64 | ||||
-rw-r--r-- | themes/catppuccin/macchiato.nix | 64 | ||||
-rw-r--r-- | themes/catppuccin/mocha.nix | 64 | ||||
-rw-r--r-- | themes/default.nix | 4 | ||||
-rw-r--r-- | themes/tricolors.nix | 64 |
7 files changed, 166 insertions, 166 deletions
diff --git a/themes/catppuccin/default.nix b/themes/catppuccin/default.nix index 5d587ef..b900ee6 100644 --- a/themes/catppuccin/default.nix +++ b/themes/catppuccin/default.nix @@ -1,6 +1,6 @@ { - frappe = import ./frappe.nix; - latte = import ./latte.nix; - macchiato = import ./macchiato.nix; - mocha = import ./mocha.nix; + frappe = import ./frappe.nix; + latte = import ./latte.nix; + macchiato = import ./macchiato.nix; + mocha = import ./mocha.nix; } diff --git a/themes/catppuccin/frappe.nix b/themes/catppuccin/frappe.nix index a917ba8..9b2c006 100644 --- a/themes/catppuccin/frappe.nix +++ b/themes/catppuccin/frappe.nix @@ -1,40 +1,40 @@ rec { - name = "Catppuccin Frappe"; - author = "https://github.com/catppuccin/catppuccin"; + name = "Catppuccin Frappe"; + author = "https://github.com/catppuccin/catppuccin"; - fg = "c6d0f5"; - bg = "303446"; + fg = "c6d0f5"; + bg = "303446"; - surface.fg = fg; - surface.bg = "414559"; + surface.fg = fg; + surface.bg = "414559"; - hover.fg = fg; - hover.bg = "737994"; + hover.fg = fg; + hover.bg = "737994"; - 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 = "51576d"; - red = "e78284"; - green = "a6d189"; - yellow = "e5c890"; - blue = "8caaee"; - magenta = "f4b8e4"; - cyan = "81c8be"; - white = "b5bfe2"; - }; + normal = { + black = "51576d"; + red = "e78284"; + green = "a6d189"; + yellow = "e5c890"; + blue = "8caaee"; + magenta = "f4b8e4"; + cyan = "81c8be"; + white = "b5bfe2"; + }; - bright = { - black = "626880"; - red = "e78284"; - green = "a6d189"; - yellow = "e5c890"; - blue = "8caaee"; - magenta = "f4b8e4"; - cyan = "81c8be"; - white = "a5adce"; - }; + bright = { + black = "626880"; + red = "e78284"; + green = "a6d189"; + yellow = "e5c890"; + blue = "8caaee"; + magenta = "f4b8e4"; + cyan = "81c8be"; + white = "a5adce"; + }; } 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"; + }; } diff --git a/themes/catppuccin/macchiato.nix b/themes/catppuccin/macchiato.nix index e069a93..46f17b5 100644 --- a/themes/catppuccin/macchiato.nix +++ b/themes/catppuccin/macchiato.nix @@ -1,40 +1,40 @@ rec { - name = "Catppuccin Macchiato"; - author = "https://github.com/catppuccin/catppuccin"; + name = "Catppuccin Macchiato"; + author = "https://github.com/catppuccin/catppuccin"; - fg = "cad3f5"; - bg = "1e1e2e"; + fg = "cad3f5"; + bg = "1e1e2e"; - surface.fg = fg; - surface.bg = "313244"; + surface.fg = fg; + surface.bg = "313244"; - hover.fg = fg; - hover.bg = "24273a"; + hover.fg = fg; + hover.bg = "24273a"; - 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 = "494d64"; - red = "ed8796"; - green = "a6da95"; - yellow = "eed49f"; - blue = "8aadf4"; - magenta = "f5bde6"; - cyan = "8bd5ca"; - white = "b8c0e0"; - }; + normal = { + black = "494d64"; + red = "ed8796"; + green = "a6da95"; + yellow = "eed49f"; + blue = "8aadf4"; + magenta = "f5bde6"; + cyan = "8bd5ca"; + white = "b8c0e0"; + }; - bright = { - black = "5b6078"; - red = "ed8796"; - green = "a6da95"; - yellow = "eed49f"; - blue = "8aadf4"; - magenta = "f5bde6"; - cyan = "8bd5ca"; - white = "a5adcb"; - }; + bright = { + black = "5b6078"; + red = "ed8796"; + green = "a6da95"; + yellow = "eed49f"; + blue = "8aadf4"; + magenta = "f5bde6"; + cyan = "8bd5ca"; + white = "a5adcb"; + }; } diff --git a/themes/catppuccin/mocha.nix b/themes/catppuccin/mocha.nix index 84cb6ef..3115d00 100644 --- a/themes/catppuccin/mocha.nix +++ b/themes/catppuccin/mocha.nix @@ -1,40 +1,40 @@ rec { - name = "Catppuccin Mocha"; - author = "https://github.com/catppuccin/catppuccin"; + name = "Catppuccin Mocha"; + author = "https://github.com/catppuccin/catppuccin"; - fg = "cdd6f4"; - bg = "1e1e2e"; + fg = "cdd6f4"; + bg = "1e1e2e"; - surface.fg = fg; - surface.bg = "313244"; + surface.fg = fg; + surface.bg = "313244"; - hover.fg = fg; - hover.bg = "6c7086"; + hover.fg = fg; + hover.bg = "6c7086"; - 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 = "45475a"; - red = "f38ba8"; - green = "a6e3a1"; - yellow = "f9e2af"; - blue = "89b4fa"; - magenta = "ca9ee6"; - cyan = "94e2d5"; - white = "bac2de"; - }; + normal = { + black = "45475a"; + red = "f38ba8"; + green = "a6e3a1"; + yellow = "f9e2af"; + blue = "89b4fa"; + magenta = "ca9ee6"; + cyan = "94e2d5"; + white = "bac2de"; + }; - bright = { - black = "585b70"; - red = "f38ba8"; - green = "a6e3a1"; - yellow = "f9e2af"; - blue = "89b4fa"; - magenta = "ca9ee6"; - cyan = "94e2d5"; - white = "a6adc8"; - }; + bright = { + black = "585b70"; + red = "f38ba8"; + green = "a6e3a1"; + yellow = "f9e2af"; + blue = "89b4fa"; + magenta = "ca9ee6"; + cyan = "94e2d5"; + white = "a6adc8"; + }; } diff --git a/themes/default.nix b/themes/default.nix index 6111441..b2f3a7a 100644 --- a/themes/default.nix +++ b/themes/default.nix @@ -1,4 +1,4 @@ { - catppuccin = import ./catppuccin; - tricolors = import ./tricolors.nix; + catppuccin = import ./catppuccin; + tricolors = import ./tricolors.nix; } diff --git a/themes/tricolors.nix b/themes/tricolors.nix index d136fb4..286994e 100644 --- a/themes/tricolors.nix +++ b/themes/tricolors.nix @@ -1,40 +1,40 @@ rec { - name = "tricolors"; - author = "https://trimill.xyz"; + name = "tricolors"; + author = "https://trimill.xyz"; - fg = bright.white; - bg = normal.black; + fg = bright.white; + bg = normal.black; - surface.fg = fg; - surface.bg = "2c2b3b"; + surface.fg = fg; + surface.bg = "2c2b3b"; - hover.fg = fg; - hover.bg = bright.black; + hover.fg = fg; + hover.bg = bright.black; - primary = bright.blue; - success = bright.green; - warning = bright.yellow; - error = bright.red; + primary = bright.blue; + success = bright.green; + warning = bright.yellow; + error = bright.red; - normal = { - black = "14171d"; - blue = "3d67a2"; - cyan = "578c7c"; - green = "759438"; - magenta = "7b5687"; - red = "a63a3a"; - white = "ada0a8"; - yellow = "de7e54"; - }; + normal = { + black = "14171d"; + blue = "3d67a2"; + cyan = "578c7c"; + green = "759438"; + magenta = "7b5687"; + red = "a63a3a"; + white = "ada0a8"; + yellow = "de7e54"; + }; - bright = { - black = "4d4754"; - blue = "789ebf"; - cyan = "82bfb3"; - green = "97bd5e"; - magenta = "a97fb3"; - red = "cc5c5c"; - white = "c7c6c3"; - yellow = "f0c767"; - }; + bright = { + black = "4d4754"; + blue = "789ebf"; + cyan = "82bfb3"; + green = "97bd5e"; + magenta = "a97fb3"; + red = "cc5c5c"; + white = "c7c6c3"; + yellow = "f0c767"; + }; } |