From ce81746c0dd20d6613928df278ec1ab6a0a2bf7c Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 22 Oct 2020 17:50:08 -0300 Subject: [PATCH] update colors --- config.yaml | 4 ++-- dotfiles/fish.fish | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index b6e0d0b..c403862 100644 --- a/config.yaml +++ b/config.yaml @@ -33,8 +33,8 @@ profiles: #{{{ nontxt: '#252525' normal: black: '#555555' - red: '#D54E53' - green: '#B9CA4A' + red: '#AB4642' + green: '#A1B56C' yellow: '#E6C547' blue: '#6C99DA' magenta: '#C397D8' diff --git a/dotfiles/fish.fish b/dotfiles/fish.fish index 972be25..5d38205 100644 --- a/dotfiles/fish.fish +++ b/dotfiles/fish.fish @@ -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