This commit is contained in:
2024-12-26 15:49:22 +02:00
parent 8aac4cec8f
commit e741fac76d
11 changed files with 881 additions and 326 deletions
+14
View File
@@ -0,0 +1,14 @@
# Cute and pastel Fish shell colors
set -g fish_color_normal '#7DF9FF' # Pink
set -g fish_color_command '#FB48C4' # Neon pink
set -g fish_color_quote '#6c71c4' # Lavender
set -g fish_color_redirection '#b58900' # Warm gold
set -g fish_color_comment '#93a1a1' # Pale aqua
set -g fish_color_match --bold '#2aa198' # Aqua
set -g fish_color_error --background=#dc322f --foreground=#ffffff # Red error with white text
set -g fish_color_selection --background=#fdf6e3 --foreground=#073642 # Cream selection
set -g fish_color_search_match --background=#268bd2 --foreground=#ffffff # Blue search highlight
set -g fish_color_operator '#859900' # Lime green
set -g fish_color_escape '#d33682' # Pink
set -g fish_color_autosuggestion '#7DF9FF' # Pale aqua
set -g fish_color_end '#859900' # Lime green