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 end
function fish_prompt function fish_prompt
set_color --bold $__slavic_color_lilac set_color $__slavic_color_lilac
printf '[' printf '['
switch $fish_bind_mode switch $fish_bind_mode
case default case default
set_color --bold red set_color red
printf 'n' printf 'n'
case insert case insert
set_color --bold green set_color green
printf 'i' printf 'i'
case visual case visual
set_color --bold magenta set_color magenta
printf 'v' printf 'v'
end end
set_color $__slavic_color_lilac set_color $__slavic_color_lilac