forked from mig/gedit-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fall_leaves.xml
75 lines (61 loc) · 3.23 KB
/
fall_leaves.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="falleaves" _name="falleaves" version="1.0">
<author>Chelsea Bridson</author>
<_description>Autumn</_description>
<!-- Scribe Theme Generator 1.3 -->
<!-- COLORS -->
<color name="comment_color" value="#bf8600"/>
<color name="number_color" value="#cc3000"/>
<color name="string_color" value="#bf5006"/>
<color name="boolean_color" value="#990811"/>
<color name="keyword_color" value="#bd803a"/>
<color name="error_color" value="#8a0000"/>
<color name="text_fg" value="#c7c700"/>
<color name="text_bg" value="#402408"/>
<color name="line_highlight" value="#00021f"/>
<!-- Global Settings -->
<style name="text" foreground="text_fg" background="text_bg"/>
<style name="cursor" foreground="error_color"/>
<style name="current-line" background="line_highlight"/>
<style name="line-numbers" foreground="text_bg" background="keyword_color"/>
<style name="selection" foreground="text_fg" background="keyword_color"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="text_bg" background="keyword_color"/>
<style name="bracket-mismatch" background="error_color"/>
<style name="search-match" foreground="comment_color" background="text_fg" italic="true"/>
<!-- Base syntax colors
Languages: plain, python, ruby, xml, html, ada, asp, awk, boo, c,
changelog, chdr, cmake, cpp, csharp, css, d, def, desktop, diff,
docbook, dosbatch, dot, dpatch, dtd, eiffel, erlang, forth, fortran,
gap, gtkrc, haddock, haskell, haskell-literate, idl, ini, java,
javascript, latex, libtool, lua, m4, makefile, msil, nermele, nsis,
objc, ocaml, ocl, octave, pascal, perl, php, pkgconfig, po, prolog,
R, rpmspec, scheme, sh, sql, t2t, tcl, texinfo, vala, vbnet, verilog,
vhdl, xslt, yacc
-->
<style name="def:string" foreground="string_color" bold="true"/>
<style name="def:character" foreground="string_color" bold="true"/>
<style name="def:special-char" foreground="string_color" bold="true"/>
<style name="def:number" foreground="number_color"/>
<style name="def:decimal" foreground="number_color"/>
<style name="def:floating-point" foreground="number_color"/>
<style name="def:complex" foreground="number_color"/>
<style name="def:base-n-integer" foreground="number_color"/>
<style name="def:boolean" foreground="boolean_color" bold="true"/>
<style name="def:builtin" foreground="keyword_color"/>
<style name="def:keyword" foreground="keyword_color"/>
<style name="def:function" foreground="keyword_color"/>
<style name="def:type" foreground="keyword_color"/>
<style name="def:preprocessor" foreground="keyword_color"/>
<style name="def:identifier" foreground="keyword_color"/>
<style name="def:operator" foreground="keyword_color"/>
<style name="def:statement" foreground="keyword_color"/>
<style name="def:constant" foreground="keyword_color"/>
<style name="def:special-constant" foreground="keyword_color"/>
<style name="def:error" foreground="text_bg" background="error_color"/>
<!-- Comments -->
<style name="def:comment" foreground="comment_color" italic="true"/>
<style name="def:shebang" foreground="comment_color" italic="true"/>
<style name="def:doc-comment-element" foreground="comment_color" italic="true"/>
<style name="def:note" foreground="comment_color" italic="true"/>
</style-scheme>