forked from mig/gedit-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkfury.xml
38 lines (32 loc) · 1.68 KB
/
darkfury.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="darkfury" _name="Darkfury" version="1.0">
<author>Francis Agyapong</author>
<_description>A dark color scheme for gedit</_description>
<!-- Global Settings -->
<style name="text" foreground="#white" background="#black"/>
<style name="selection" foreground="#f9f9f9" background="#4d4d4d"/>
<style name="current-line" background="#1a1a1a"/>
<style name="line-numbers" foreground="#808080" background="#1a1a1a"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="#800000" background="#666666" bold="true"/>
<style name="bracket-mismatch" foreground="#red" background="#black"/>
<!-- Comments -->
<style name="def:comment" foreground="#37abc8"/>
<style name="def:shebang" foreground="#37abc8" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="#008080"/>
<style name="def:cursor" foreground="#f9f9f9"/>
<style name="search-match" background="#24221c" foreground="#yellow"/>
<style name="def:specials" foreground="#c0d11a"/>
<!-- <style name="def:specials" foreground="#fd8900"/> -->
<style name="def:string" foreground="#0086d2"/>
<style name="def:constant" foreground="#0086d2"/>
<style name="def:number" bold="true" foreground="#0086f7"/>
<style name="def:statement" bold="true" foreground="#fb660a"/>
<style name="def:function" bold="true" foreground="#ff0086"/>
<style name="def:preprocessor" bold="true" foreground="#00bc43"/>
<style name="def:type" bold="true" foreground="#ff2a2a"/>
<style name="def:error" background="#ab0000" foreground="#ffffff"/>
<style name="def:identifier" bold="true" foreground="#0eda80"/>
</style-scheme>