From 5a06a2ea799d7b028bde21166e2c515e516b4134 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 1 Mar 2026 11:26:36 +0100 Subject: feat: Create a color theme for fish --- themes/kwaky.theme | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 themes/kwaky.theme (limited to 'themes') diff --git a/themes/kwaky.theme b/themes/kwaky.theme new file mode 100644 index 0000000..8febc22 --- /dev/null +++ b/themes/kwaky.theme @@ -0,0 +1,60 @@ +# name: Kwaky night +# preferred_background: black +# url: https://ache.one + +[dark] +# preferred_background: 262335 #262335: Steel gray +fish_color_normal EAE0D6 #EAE0D6: Pearl bush +fish_color_autosuggestion 969896 #969896 +fish_color_cancel --strikethrough +fish_color_command ffaf00 #ffaf00: Chinese yellow +fish_color_comment C99415 #C99415: Pizza +fish_color_cwd df8e1d #df8e1d: ~Zest +fish_color_cwd_root C02B18 #C02B18: Thunderbird +fish_color_user brgreen +fish_color_host 1e66f5 #1e66f5: ~Blue Ribbon +fish_color_host_remote ffaf00 #ffaf00: Pizazz +fish_color_end C9A0DC #C9A0DC: Light Wisteria +fish_color_error DE6360 #DE6360: Roman +fish_color_escape 0095B6 #0095B6: Bondi blue +fish_color_history_current --bold +fish_color_keyword AAA9CD #AAA9CD: Logan +fish_color_operator 007EC7 #007EC7: Lochmara + +fish_color_option DFCFDB #DFCFDB: Lola +fish_color_param EFF2F3 #EFF2F3: Porcelain // BD93F9 +fish_color_quote 6F9D02 #6F9D02: Limeade // 87af00 +fish_color_redirection FDDD7E4 #FFDDF4: Pig pink +fish_color_search_match white --background=brblack --bold # background only ?!) +fish_color_selection white --background=brblack --bold +fish_color_status red # The status in the prompt if any +fish_color_valid_path --underline=dotted + +fish_pager_color_selected_background --background=brblack +fish_pager_color_background +fish_pager_color_completion normal +fish_pager_color_description B19461 yellow #B19461: Teak +fish_pager_color_prefix normal --bold --underline=single +fish_pager_color_progress brwhite --bold --background=cyan +fish_pager_color_secondary_background +fish_pager_color_secondary_completion +fish_pager_color_secondary_description +fish_pager_color_secondary_prefix +fish_pager_color_selected_background --background=brblack +fish_pager_color_selected_completion +fish_pager_color_selected_description +fish_pager_color_selected_prefix + + + + +fish_color_hg_added green +fish_color_hg_clean green +fish_color_hg_copied magenta +fish_color_hg_deleted red +fish_color_hg_dirty red +fish_color_hg_modified yellow +fish_color_hg_renamed magenta +fish_color_hg_unmerged red +fish_color_hg_untracked yellow + -- cgit v1.3-2-g11bf