forked from mig/gedit-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
darkhouse.xml
75 lines (61 loc) · 3.13 KB
/
darkhouse.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="darkhouse" _name="darkhouse" version="1.0">
<author>Francis Agyapong</author>
<_description>Yet another dark theme</_description>
<!-- Scribe Theme Generator 1.3 -->
<!-- COLORS -->
<color name="comment_color" value="#59acff"/>
<color name="number_color" value="#5f53cf"/>
<color name="string_color" value="#6f9d2a"/>
<color name="boolean_color" value="#19949d"/>
<color name="keyword_color" value="#a423fa"/>
<color name="error_color" value="#ff0000"/>
<color name="text_fg" value="#ffffff"/>
<color name="text_bg" value="#000000"/>
<color name="line_highlight" value="#0f0f0f"/>
<!-- 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"/>
<!-- 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"/>
<style name="def:character" foreground="string_color"/>
<style name="def:special-char" foreground="string_color"/>
<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"/>
<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"/>
<style name="def:shebang" foreground="comment_color"/>
<style name="def:doc-comment-element" foreground="comment_color"/>
<style name="def:note" foreground="comment_color"/>
</style-scheme>