initial commit

This commit is contained in:
2024-12-26 18:14:20 +02:00
commit b5eab28b9a
10 changed files with 619 additions and 0 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 '#B98A8F' # Dull pink
set -g fish_color_end '#859900' # Lime green