Changed themes to rose-pine

This commit is contained in:
Tyler Mayoff 2025-07-24 22:36:34 -04:00
parent f6421ba040
commit 868ff76746
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,13 @@
rev = "6a85af2ff722ad0f9fbc8424ea0a5c454661dfed"; rev = "6a85af2ff722ad0f9fbc8424ea0a5c454661dfed";
hash = "sha256-Oc0emnIUI4LV7QJLs4B2/FQtCFewRFVp7EDv8GawFsA="; hash = "sha256-Oc0emnIUI4LV7QJLs4B2/FQtCFewRFVp7EDv8GawFsA=";
}; };
rose-pine = pkgs.fetchFromGitHub {
owner = "rose-pine";
repo = "fish";
rev = "main";
hash = "sha256-Dvaw1k7XOU2NUQbTJAXPgAOPN1zTLVrc7NZDY5/KHeM=";
};
in { in {
programs.fish = { programs.fish = {
enable = true; enable = true;
@ -48,4 +55,8 @@ in {
xdg.configFile."fish/themes/Catppuccin Latte.theme".source = "${catppuccin-fish}/themes/Catppuccin Latte.theme"; xdg.configFile."fish/themes/Catppuccin Latte.theme".source = "${catppuccin-fish}/themes/Catppuccin Latte.theme";
xdg.configFile."fish/themes/Catppuccin Macchiato.theme".source = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme"; xdg.configFile."fish/themes/Catppuccin Macchiato.theme".source = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
xdg.configFile."fish/themes/Rosé Pine.theme".source = "${rose-pine}/themes/Rosé Pine.theme";
xdg.configFile."fish/themes/Rosé Pine Dawn.theme".source = "${rose-pine}/themes/Rosé Pine Dawn.theme";
} }

View file

@ -19,7 +19,7 @@ in {
else pkgs.unstable.ghostty; else pkgs.unstable.ghostty;
settings = { settings = {
theme = "dark:catppuccin-macchiato.conf,light:catppuccin-latte.conf"; theme = "dark:rose-pine,light:rose-pine-dawn";
macos-option-as-alt = "left"; macos-option-as-alt = "left";
keybind = [ keybind = [