-
Notifications
You must be signed in to change notification settings - Fork 179
/
dusk.xml
23 lines (22 loc) · 1.33 KB
/
dusk.xml
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="dusk" name="Dusk" version="1.0">
<author/>
<_description>Dusk theme</_description>
<style background="#1f3048" foreground="#ivory" name="text"/>
<style background="#Green" foreground="#Black" name="cursor"/>
<style background="#bg" foreground="#MistyRose3" name="line-numbers"/>
<style background="#Bisque" foreground="#SkyBlue4" name="search-match"/>
<style background="#LightCyan" foreground="#Blue" name="diff:added-line"/>
<style background="#LightCyan4" foreground="#white" name="diff:changed-line"/>
<style background="#LightCyan" foreground="#LightBlue" name="diff:removed-line"/>
<style background="#bg" foreground="#MistyRose3" name="def:constant"/>
<style background="#bg" foreground="#LightBlue3" name="def:string"/>
<style background="#bg" foreground="#GoldenRod" name="def:specials"/>
<style background="#bg" foreground="#khaki" name="def:statement"/>
<style background="#Linen" foreground="#Red" name="def:error"/>
<style background="#bg" foreground="#SlateGrey" name="def:comment"/>
<style background="#bg" foreground="#Lavender" name="def:comment"/>
<style background="#bg" foreground="#BlanchedAlmond" name="def:identifier"/>
<style background="#bg" foreground="#ffa0a0" name="def:preprocessor"/>
<style background="#bg" foreground="#NavajoWhite" name="def:type"/>
</style-scheme>