diff options
Diffstat (limited to '.config/fish/themes/Catppuccin Latte.theme')
-rw-r--r-- | .config/fish/themes/Catppuccin Latte.theme | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/fish/themes/Catppuccin Latte.theme b/.config/fish/themes/Catppuccin Latte.theme new file mode 100644 index 0000000..ba6ea63 --- /dev/null +++ b/.config/fish/themes/Catppuccin Latte.theme | |||
@@ -0,0 +1,26 @@ | |||
1 | # name: 'Catppuccin latte' | ||
2 | # url: 'https://github.com/catppuccin/fish' | ||
3 | # preferred_background: eff1f5 | ||
4 | |||
5 | fish_color_normal 4c4f69 | ||
6 | fish_color_command 1e66f5 | ||
7 | fish_color_param dd7878 | ||
8 | fish_color_keyword d20f39 | ||
9 | fish_color_quote 40a02b | ||
10 | fish_color_redirection ea76cb | ||
11 | fish_color_end fe640b | ||
12 | fish_color_error d20f39 | ||
13 | fish_color_gray 9ca0b0 | ||
14 | fish_color_selection --background=ccd0da | ||
15 | fish_color_search_match --background=ccd0da | ||
16 | fish_color_operator ea76cb | ||
17 | fish_color_escape dd7878 | ||
18 | fish_color_autosuggestion 9ca0b0 | ||
19 | fish_color_cancel d20f39 | ||
20 | fish_color_cwd df8e1d | ||
21 | fish_color_user 179299 | ||
22 | fish_color_host 1e66f5 | ||
23 | fish_pager_color_progress 9ca0b0 | ||
24 | fish_pager_color_prefix ea76cb | ||
25 | fish_pager_color_completion 4c4f69 | ||
26 | fish_pager_color_description 9ca0b0 | ||