forked from mig/gedit-themes
-
Notifications
You must be signed in to change notification settings - Fork 7
/
native.xml
19 lines (18 loc) · 880 Bytes
/
native.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" ?>
<style-scheme id="native" name="Native" version="1.0">
<author/>
<_description>Native theme</_description>
<style background="#222222" foreground="#f2f2f2" name="text"/>
<style background="#aaaaaa" name="cursor"/>
<style background="#peru" foreground="#wheat" name="search-match"/>
<style background="#454545" name="current-line"/>
<style background="#999999" name="selection"/>
<style foreground="#ed9d13" name="def:string"/>
<style foreground="#ed9d13" name="def:constant"/>
<style foreground="#3677a9" name="def:number"/>
<style bold="true" foreground="#6ab825" name="def:statement"/>
<style foreground="#447fcf" name="def:function"/>
<style bold="true" foreground="#cd2828" name="def:preprocessor"/>
<style foreground="#999999" italic="true" name="def:comment"/>
<style bold="true" foreground="#bbbbbb" name="def:type"/>
</style-scheme>