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 / vibrantink.xml
100644 18 lines (16 sloc) 0.739 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<style-scheme id="vibrantink" name="Vibrantink" version="1.0">
<author/>
<_description>Vibrantink theme</_description>
<style background="#Black" foreground="#White" name="text"/>
<style background="#Yellow" foreground="#Black" name="cursor"/>
<style foreground="#FF6600" name="def:keyword"/>
<style foreground="#9933CC" name="def:comment"/>
<style foreground="#White" name="def:type"/>
<style foreground="#White" name="def:identifier"/>
<style foreground="#FFEE98" name="def:constant"/>
<style foreground="#FFCC00" name="def:function"/>
<style foreground="#FF6600" name="def:statement"/>
<style foreground="#66FF00" name="def:string"/>
<style background="#White" name="search-match"/>
</style-scheme>