mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Changed themes to rose-pine
This commit is contained in:
parent
f6421ba040
commit
868ff76746
2 changed files with 12 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue