update colors

This commit is contained in:
lelgenio 2020-10-22 17:50:08 -03:00
parent 736591640c
commit ce81746c0d
2 changed files with 8 additions and 2 deletions

View File

@ -33,8 +33,8 @@ profiles: #{{{
nontxt: '#252525'
normal:
black: '#555555'
red: '#D54E53'
green: '#B9CA4A'
red: '#AB4642'
green: '#A1B56C'
yellow: '#E6C547'
blue: '#6C99DA'
magenta: '#C397D8'

View File

@ -280,6 +280,12 @@ end
#}}}
# Fish colors{{{
set fish_color_comment yellow
set fish_color_redirection purple
set fish_color_end purple
set fish_color_operator purple
set fish_color_command green
set fish_color_autosuggestion --dim default