diff options
Diffstat (limited to 'data/colorscheme')
-rw-r--r-- | data/colorscheme/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/colorscheme/default.rb b/data/colorscheme/default.rb index cacff7b1..49398a25 100644 --- a/data/colorscheme/default.rb +++ b/data/colorscheme/default.rb @@ -1,7 +1,7 @@ module Color @hostname = green, default, bold @currentdir = blue, default, bold - @currentfile = white, default, bold + @currentfile = default, default, bold @base = default, df, none |