From e54384a4a57b07dcfc361361fb3e9bacf2b47764 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Tue, 17 Jan 2017 21:59:42 +0100 Subject: [PATCH] Use dark letters as foreground for solarized Most of the colors are quite light and dark on light is much better (IMHO) readable than white on light. --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 36cc2f7..b89e438 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1162,7 +1162,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set -l cyan 2aa198 set -l green 859900 - set colorfg $base3 + set colorfg $base03 set __color_initial_segment_exit $base2 $red --bold set __color_initial_segment_su $base2 $green --bold