From 13301b432b1b1459a440aead04a67110b9d25585 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 23 Jun 2012 03:22:09 +0200 Subject: Revert "colorschemes.default: draw "documents" in green" This reverts commit a222f3149d625a41b1596140e8c13c98973331d8. This change was objected because most files in unix are text files and it makes little sense to highlight them. --- ranger/colorschemes/default.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ranger/colorschemes/default.py b/ranger/colorschemes/default.py index 6a43a9b9..fa1d92bc 100644 --- a/ranger/colorschemes/default.py +++ b/ranger/colorschemes/default.py @@ -27,8 +27,6 @@ class Default(ColorScheme): fg = magenta if context.container: fg = red - if context.document: - fg = green if context.directory: attr |= bold fg = blue -- cgit 1.4.1-2-gfad0 n> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/CHANGELOG
blob: f2e1483125aed4457cc4ed33a5c63a67d9b06171 (plain) (tree)
1
2
3
4
5
6