# Copyright (C) 2009-2013 Roman Zimbelmann # This software is distributed under the terms of the GNU GPL version 3. from ranger.gui.color import * from ranger.colorschemes.default import Default class Scheme(Default): def use(self, context): fg, bg, attr = Default.use(self, context) if context.in_browser: if context.border: fg = 237 return fg, bg, attr