public
Description: Color themes for Gnome's default editor Gedit
Homepage:
Clone URL: git://github.com/mig/gedit-themes.git
Tue Feb 17 10:18:44 -0800 2009
mig (committer)
Tue Mar 03 19:13:05 -0800 2009
gedit-themes / neon.xml
100644 22 lines (20 sloc) 1.053 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" ?>
<style-scheme id="neon" name="Neon" version="1.0">
<author/>
<_description>Neon theme</_description>
<style background="#303030" foreground="#f0f0f0" name="text"/>
<style background="#808000" foreground="#ffffa8" name="search-match"/>
<style background="#601830" foreground="#e03870" name="diff:changed-line"/>
<style background="#0020a0" foreground="#a0d0ff" name="diff:removed-line"/>
<style background="#0020a0" foreground="#a0d0ff" name="diff:added-line"/>
<style background="#8040ff" foreground="#70ffc0" name="cursor"/>
<style foreground="#707070" name="line-numbers"/>
<style foreground="#c0c0c0" name="def:comment"/>
<style foreground="#92d4ff" name="def:constant"/>
<style background="#8000ff" foreground="#ffffff" name="def:error"/>
<style foreground="#40f8f8" name="def:identifier"/>
<style foreground="#ffa8ff" name="def:preprocessor"/>
<style foreground="#ffc890" name="def:specials"/>
<style foreground="#dcdc78" name="def:statement"/>
<style foreground="#60f0a8" name="def:type"/>
</style-scheme>