## page was renamed from ZenburnEclipseColorThemes = Zenburn = Zenburn is a low-contrast color scheme for Vim. It’s easy for your eyes and designed to keep you in the zone for long programming sessions. http://slinky.imukuppi.org/zenburnpage/ == Zenburn Eclipse Color Themes == Go to [[http://eclipsecolorthemes.org/?view=theme&id=2]]. Download this [[http://eclipsecolorthemes.org/?view=empty&action=download&theme=2&type=epf]] The download file will have the name '''theme-2.epf'''. On Eclipse, click on File, Import, General, Preferences, Next, select file '''theme-2.epf''' and then click on Finish. Changes to PyDev: [[attachment:pydev.pref]] <> <> == Zenburn for Kate == * cd ~ * mkdir Downloads * cd Downloads * wget https://dl.opendesktop.org/api/files/download/id/1466620296/66209-zenburn-kate.tar.gz * cp ~/Downloads/66209-zenburn-kate.tar.gz /tmp/ * cd /tmp/ * tar xvzf 66209-zenburn-kate.tar.gz * cd zenburn * ls * cat README * sh install.sh * kate * Settings * Configure Kate * Fonts and colors * Schema Zenburn * Default schema for Kate Zenburn * Apply * Ok * Open/Save: End of line DOS/Windows == Pydev colors == {{{ $cat Downloads/pydev.pref | grep COLOR /instance/org.python.pydev/FUNC_NAME_COLOR=223,190,149 /instance/org.python.pydev/CLASS_NAME_COLOR=202,230,130 /instance/org.python.pydev/NUMBER_COLOR=138,204,207 /instance/org.python.pydev/KEYWORD_COLOR=239,239,175 /instance/org.python.pydev/DECORATOR_COLOR=246,243,232 /instance/org.python.pydev/COMMENT_COLOR=127,159,127 /instance/org.python.pydev/STRING_COLOR=204,147,147 /instance/org.python.pydev/EDITOR_MATCHING_BRACKETS_COLOR=255,255,255 /instance/org.python.pydev/SELF_COLOR=246,243,232 /instance/org.python.pydev/BACKQUOTES_COLOR=246,243,232 /instance/org.python.pydev/CODE_COLOR=246,243,232 }}} * eclipse luna org.eclipse.platform_4.4.2_1473617060_linux_gtk_x86_64/plugins/org.python.pydev_7.3.0.201908161924/css/dark/e4-pydev-dark_preferencestyle.css {{{ Window preferences pydev editor cat out.pref | grep pydev | grep _COLOR= #7F9F7F comment #7F9F7F docstring markup #F6F3E8 code #F6F3E8 decorator #F6F3E8 self #F6F3E8 backquotes #CAE682 class name #EFEFAF keyword #8ACCCF number #FFFFFF matching brackets #CA9191 unicode #DFBE95 function name #F9FAF4 parens colors #E6E6FA operators general,editor,text editors #D9E8F7 foreground color #202020 background color #363636 current line highlight #626262 line number foreground }}}