This commit is contained in:
Candifloss 2026-07-16 02:00:43 +05:30
parent 7f9fb91f6e
commit 1293b3e5cd
2 changed files with 25 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
fish_variables

24
conf.d/10_colors.fish Normal file
View File

@ -0,0 +1,24 @@
# Fish colours
set -g fish_color_command 00d75f
set -g fish_color_param d7d7af
set -g fish_color_quote d7d7d7
set -g fish_color_comment 3a3a3a
set -g fish_color_error ff5f5f
set -g fish_color_escape brcyan
set -g fish_color_operator brcyan
set -g fish_color_redirection cyan --bold
set -g fish_color_autosuggestion 767676
set -g fish_color_search_match white --background=brblack
set -g fish_color_selection white --bold --background=brblack
set -g fish_color_cwd green
set -g fish_color_cwd_root red
set -g fish_color_user brgreen
set -g fish_pager_color_description yellow --italics
set -g fish_pager_color_progress brwhite --background=cyan