Size: 1191
Comment:
|
Size: 2054
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 26: | Line 26: |
* wget http://kde-look.org/CONTENT/content-files/66209-zenburn-kate.tar.gz | * wget https://dl.opendesktop.org/api/files/download/id/1466620296/66209-zenburn-kate.tar.gz |
Line 43: | Line 43: |
== 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 |
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.
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