From 84d6104986578ba8835af14b11e7daa331e804d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nemc=CC=8Cek?= Date: Tue, 8 Nov 2016 18:42:53 +0100 Subject: [PATCH] removed bold, doesnt look like nice on non-retina displays --- fish_prompt.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 236d8f0..f81744a 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -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