summaryrefslogtreecommitdiff
path: root/nix/themes
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 09:26:51 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 09:26:51 -0500
commit1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 (patch)
treeeecdad132615a4469c22ee6d4ccd1df087b6159d /nix/themes
parentuse base16 in neovim and starship (diff)
downloaddotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.tar.gz
dotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.tar.bz2
dotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.zip
reconfigure
Diffstat (limited to '')
-rw-r--r--nix/themes/catppuccin/default.nix (renamed from modules/themes/catppuccin/default.nix)0
-rw-r--r--nix/themes/catppuccin/frappe.nix (renamed from modules/themes/catppuccin/frappe.nix)0
-rw-r--r--nix/themes/catppuccin/latte.nix (renamed from modules/themes/catppuccin/latte.nix)0
-rw-r--r--nix/themes/catppuccin/macchiato.nix (renamed from modules/themes/catppuccin/macchiato.nix)0
-rw-r--r--nix/themes/catppuccin/mocha.nix (renamed from modules/themes/catppuccin/mocha.nix)0
-rw-r--r--nix/themes/default.nix (renamed from modules/themes/default.nix)1
-rw-r--r--nix/themes/tricolor.nix22
7 files changed, 23 insertions, 0 deletions
diff --git a/modules/themes/catppuccin/default.nix b/nix/themes/catppuccin/default.nix
index 5d587ef..5d587ef 100644
--- a/modules/themes/catppuccin/default.nix
+++ b/nix/themes/catppuccin/default.nix
diff --git a/modules/themes/catppuccin/frappe.nix b/nix/themes/catppuccin/frappe.nix
index 77bae89..77bae89 100644
--- a/modules/themes/catppuccin/frappe.nix
+++ b/nix/themes/catppuccin/frappe.nix
diff --git a/modules/themes/catppuccin/latte.nix b/nix/themes/catppuccin/latte.nix
index 476e123..476e123 100644
--- a/modules/themes/catppuccin/latte.nix
+++ b/nix/themes/catppuccin/latte.nix
diff --git a/modules/themes/catppuccin/macchiato.nix b/nix/themes/catppuccin/macchiato.nix
index 1f401be..1f401be 100644
--- a/modules/themes/catppuccin/macchiato.nix
+++ b/nix/themes/catppuccin/macchiato.nix
diff --git a/modules/themes/catppuccin/mocha.nix b/nix/themes/catppuccin/mocha.nix
index aee42b6..aee42b6 100644
--- a/modules/themes/catppuccin/mocha.nix
+++ b/nix/themes/catppuccin/mocha.nix
diff --git a/modules/themes/default.nix b/nix/themes/default.nix
index 6018fa8..b4e191b 100644
--- a/modules/themes/default.nix
+++ b/nix/themes/default.nix
@@ -1,3 +1,4 @@
{
catppuccin = import ./catppuccin;
+ tricolor = import ./tricolor.nix;
}
diff --git a/nix/themes/tricolor.nix b/nix/themes/tricolor.nix
new file mode 100644
index 0000000..f1d74b8
--- /dev/null
+++ b/nix/themes/tricolor.nix
@@ -0,0 +1,22 @@
+{
+ name = "Tricolor";
+ author = "https://trimill.xyz";
+
+ base00 = "14171d";
+ base01 = "1f242d";
+ base02 = "343c4b";
+ base03 = "4d4754";
+ base04 = "4d4754";
+ base05 = "c7c6c3";
+ base06 = "ada0a8";
+ base07 = "ada0a8";
+ base08 = "a63a3a";
+ base09 = "f0c767";
+ base0A = "7b5687";
+ base0B = "3d67a2";
+ base0C = "578c7c";
+ base0D = "789ebf";
+ base0E = "a97fb3";
+ base0F = "c7c6c3";
+
+}