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.
This commit is contained in:
Jelte Fennema 2017-01-17 21:59:42 +01:00 committed by GitHub
parent 48f067bac0
commit e54384a4a5

View File

@ -1162,7 +1162,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
set -l cyan 2aa198 set -l cyan 2aa198
set -l green 859900 set -l green 859900
set colorfg $base3 set colorfg $base03
set __color_initial_segment_exit $base2 $red --bold set __color_initial_segment_exit $base2 $red --bold
set __color_initial_segment_su $base2 $green --bold set __color_initial_segment_su $base2 $green --bold