mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 22:16:58 +00:00
overhaul
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user