summaryrefslogtreecommitdiff
path: root/themes/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-02 10:57:28 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-02 10:57:28 -0400
commit2275414f403ae3b8f840f02087de6dd0847afb87 (patch)
tree2efcc9f54a40fc206c66b591510675962489ee51 /themes/default.nix
parentupdate zsh autocomplete/nvim comment color (diff)
downloaddotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.tar.gz
dotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.tar.bz2
dotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.zip
add rosepine themes
Diffstat (limited to 'themes/default.nix')
-rw-r--r--themes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default.nix b/themes/default.nix
index b2f3a7a..df6bb39 100644
--- a/themes/default.nix
+++ b/themes/default.nix
@@ -1,4 +1,5 @@
{
catppuccin = import ./catppuccin;
+ rosepine = import ./rosepine;
tricolors = import ./tricolors.nix;
}