summary refs log tree commit diff stats
path: root/ranger/gui/colorscheme.py
Commit message (Expand)AuthorAgeFilesLines
* Add `$XDG_DATA_HOME` supportnfnty2017-02-051-5/+5
* Only use `hasattr` where absolutely needednfnty2017-01-261-2/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-3/+7
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-4/+3
* linting: pylint 2.0.0nfnty2017-01-171-1/+1
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-171-3/+3
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-5/+6
* linting: autopep8nfnty2017-01-171-3/+3
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-3/+6
* Remove reduntant backslash between brackets.stepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+3
* colorscheme: check for compiled python filesThijs Vermeir2015-10-201-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* config/commands.py: refractored randynobx's patchhut2015-03-181-1/+15
* update email addresshut2014-12-111-1/+1
* doc: fix reference for colorscheme configDaniel Hahler2014-10-201-3/+2
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-10/+5
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-98/+98
* removed options.py, improved plugins. *UPDATE YOUR COMMANDS.PY*hut2012-12-041-18/+11
* core.helper: moved functions to ranger and ranger.core.mainhut2012-08-021-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* gui.colorschemes: more efficient color_athut2012-01-111-24/+18
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-1/+1
* gui.colorscheme: removed fallback scheme, should never be used anywayhut2010-10-101-13/+2
* gui.colorscheme: polished up (docs, error handling)hut2010-10-101-10/+7
* a little restructurationhut2010-10-021-6/+6
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-3/+3
* gui.colorscheme: fixed error when using custom colorschemeshut2010-04-261-0/+4
* Clean uphut2010-04-191-3/+4
* gui.colorscheme: fixed circular importhut2010-03-301-1/+58
* new option: colorscheme_overlayhut2010-03-281-0/+12
* ranger.gui.colorscheme: define a basic colorscheme to fall back onhut2010-03-171-4/+13
* openstruct: faster implementation, removed ReferencedOpenStructhut2010-03-121-1/+0
* added a seperate Context classhut2010-02-281-18/+2
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* colorscheme: slight performance increasehut2010-02-271-9/+6
* cleanupshut2010-01-241-1/+1
* cleanups + style adjustmentshut2010-01-131-1/+1
* added license informationhut2010-01-081-0/+14
* colorscheme: clean uphut2010-01-061-33/+56
* pager/help: added help markuphut2010-01-051-2/+4
* changed a few nameshut2009-12-311-2/+2
* removed ProcessManager to TaskViewhut2009-12-311-1/+1