summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-03-01 11:26:36 +0100
committerache <ache@ache.one>2026-03-01 11:26:36 +0100
commit5a06a2ea799d7b028bde21166e2c515e516b4134 (patch)
treef5ff1784d863aa0aa5e5526bee726dc7c1d4fa8a
parentfix: Notification beep when NOT the current window (diff)
feat: Create a color theme for fish
-rw-r--r--config.fish2
-rw-r--r--themes/kwaky.theme60
2 files changed, 62 insertions, 0 deletions
diff --git a/config.fish b/config.fish
index dbb6108..0b242a2 100644
--- a/config.fish
+++ b/config.fish
@@ -7,6 +7,8 @@
# end
# end
+fish_config theme choose kwaky
+
if type roxterm 2>/dev/null >/dev/null
set -x TERMINAL roxterm
end
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
+