diff options
Diffstat (limited to '.config/fish/themes/Catppuccin Macchiato.theme')
-rw-r--r-- | .config/fish/themes/Catppuccin Macchiato.theme | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/fish/themes/Catppuccin Macchiato.theme b/.config/fish/themes/Catppuccin Macchiato.theme new file mode 100644 index 0000000..890c69a --- /dev/null +++ b/.config/fish/themes/Catppuccin Macchiato.theme | |||
@@ -0,0 +1,26 @@ | |||
1 | # name: 'Catppuccin macchiato' | ||
2 | # url: 'https://github.com/catppuccin/fish' | ||
3 | # preferred_background: 24273a | ||
4 | |||
5 | fish_color_normal cad3f5 | ||
6 | fish_color_command 8aadf4 | ||
7 | fish_color_param f0c6c6 | ||
8 | fish_color_keyword ed8796 | ||
9 | fish_color_quote a6da95 | ||
10 | fish_color_redirection f5bde6 | ||
11 | fish_color_end f5a97f | ||
12 | fish_color_error ed8796 | ||
13 | fish_color_gray 6e738d | ||
14 | fish_color_selection --background=363a4f | ||
15 | fish_color_search_match --background=363a4f | ||
16 | fish_color_operator f5bde6 | ||
17 | fish_color_escape f0c6c6 | ||
18 | fish_color_autosuggestion 6e738d | ||
19 | fish_color_cancel ed8796 | ||
20 | fish_color_cwd eed49f | ||
21 | fish_color_user 8bd5ca | ||
22 | fish_color_host 8aadf4 | ||
23 | fish_pager_color_progress 6e738d | ||
24 | fish_pager_color_prefix f5bde6 | ||
25 | fish_pager_color_completion cad3f5 | ||
26 | fish_pager_color_description 6e738d | ||