diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-19 16:30:33 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-19 16:30:33 +0100 |
| commit | 5530697b46d8eb849f211d9923c2e8817cd18759 (patch) | |
| tree | 1ac1f0c698e7080a582bf1f4e78c12f60657a01a /fish/themes | |
| parent | 000a7c2a4c4bda36f655f6489b5bac3211515a5d (diff) | |
| download | dotfiles-5530697b46d8eb849f211d9923c2e8817cd18759.tar.gz dotfiles-5530697b46d8eb849f211d9923c2e8817cd18759.zip | |
fixed fish
Diffstat (limited to 'fish/themes')
| -rw-r--r-- | fish/themes/Catppuccin Macchiato.theme | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/fish/themes/Catppuccin Macchiato.theme b/fish/themes/Catppuccin Macchiato.theme new file mode 100644 index 0000000..e90b630 --- /dev/null +++ b/fish/themes/Catppuccin Macchiato.theme @@ -0,0 +1,30 @@ +# name: 'Catppuccin macchiato' +# url: 'https://github.com/catppuccin/fish' +# preferred_background: 24273a + +fish_color_normal cad3f5 +fish_color_command 8aadf4 +fish_color_param f0c6c6 +fish_color_keyword ed8796 +fish_color_quote a6da95 +fish_color_redirection f5bde6 +fish_color_end f5a97f +fish_color_comment 8087a2 +fish_color_error ed8796 +fish_color_gray 6e738d +fish_color_selection --background=363a4f +fish_color_search_match --background=363a4f +fish_color_option a6da95 +fish_color_operator f5bde6 +fish_color_escape ee99a0 +fish_color_autosuggestion 6e738d +fish_color_cancel ed8796 +fish_color_cwd eed49f +fish_color_user 8bd5ca +fish_color_host 8aadf4 +fish_color_host_remote a6da95 +fish_color_status ed8796 +fish_pager_color_progress 6e738d +fish_pager_color_prefix f5bde6 +fish_pager_color_completion cad3f5 +fish_pager_color_description 6e738d |
