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: pydev.pref

There are 2 attachment(s) stored for this page.

  • [get | view] (2023-09-04 11:06:41, 9.2 KB) [[attachment:pydev.pref]]
  • [get | view] (2023-09-04 11:06:41, 30.0 KB) [[attachment:theme-2.epf]]
 All files | Selected Files: delete move to page copy to page

Zenburn for Kate

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

Zenburn (last edited 2020-04-01 13:40:12 by localhost)