removed bold, doesnt look like nice on non-retina displays

main
Matej Nemček 2016-11-08 18:42:53 +01:00
parent 9ac4678b1c
commit 84d6104986
1 changed files with 4 additions and 4 deletions

View File

@ -69,17 +69,17 @@ function __slavic_git_status
end
function fish_prompt
set_color --bold $__slavic_color_lilac
set_color $__slavic_color_lilac
printf '['
switch $fish_bind_mode
case default
set_color --bold red
set_color red
printf 'n'
case insert
set_color --bold green
set_color green
printf 'i'
case visual
set_color --bold magenta
set_color magenta
printf 'v'
end
set_color $__slavic_color_lilac