forked from mig/gedit-themes
-
Notifications
You must be signed in to change notification settings - Fork 7
/
twilight.xml
113 lines (90 loc) · 4.51 KB
/
twilight.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
-->
<style-scheme id="twilight" _name="Twilight" version="1.0">
<author>Will Farrington</author>
<_description>Soft, dark color scheme, based on the style of the same name from pastie.caboo.se</_description>
<!-- Colors -->
<color name="off_white" value="#f8f8f8"/>
<color name="black_grey" value="#141414"/>
<color name="tinted_grey" value="#3f3c40"/>
<color name="dark_grey" value="#665f57"/>
<color name="med_grey" value="#888888"/>
<color name="light_grey" value="#a6a6a6"/>
<color name="olive_green" value="#8f9d6a"/>
<color name="washed_orange" value="#cda869"/>
<color name="faded_violet" value="#9b859d"/>
<color name="faded_cornwall" value="#7587a6"/>
<color name="pink_sandstone" value="#cf6a4c"/>
<color name="steelblue3" value="#4f94cd"/>
<color name="light_brown" value="#9b70f3"/>
<color name="super_faded_orange" value="#e9c062"/>
<color name="dark_maroon" value="#002f29"/>
<color name="yellow" value="#f9ee98"/>
<!-- Global Settings -->
<style name="text" foreground="off_white" background="black_grey"/>
<style name="cursor" foreground="off_white"/>
<style name="current-line" background="tinted_grey"/>
<style name="line-numbers" foreground="light_grey" background="black_grey"/>
<style name="selection" background="dark_grey" />
<style name="selection-unfocused" foreground="white" background="dark_grey" />
<!-- Bracket Matching -->
<style name="bracket-match" background="steelblue3"/>
<style name="bracket-mismatch" background="dark_maroon" bold="true"/>
<style name="search-match" foreground="off_white" background="steelblue3"/>
<!-- Comments -->
<style name="def:comment" foreground="dark_grey" italic="true"/>
<style name="def:shebang" foreground="dark_grey" italic="true"/>
<style name="def:doc-comment-element" foreground="dark_grey" bold="true"/>
<!-- Constants and Variables-->
<style name="def:constant" foreground="faded_cornwall"/>
<style name="def:string" foreground="olive_green"/>
<style name="def:special-char" foreground="faded_cornwall"/>
<style name="def:special-constant" foreground="washed_orange" bold="true"/>
<style name="def:boolean" foreground="pink_sandstone"/>
<style name="def:number" foreground="pink_sandstone"/>
<style name="def:floating-point" foreground="pink_sandstone"/>
<style name="def:keyword" foreground="washed_orange" bold="true"/>
<style name="def:builtin" foreground="washed_orange" bold="true"/>
<style name="def:variable" foreground="faded_cornwall"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="faded_cornwall"/>
<!-- Statements -->
<style name="def:statement" foreground="washed_orange"/>
<!-- Types -->
<style name="def:type" foreground="faded_violet"/>
<!-- Others -->
<style name="def:error" foreground="off_white" background="dark_maroon" bold="true"/>
<style name="def:note" foreground="yellow" bold="true"/>
<style name="def:net-address-in-comment" foreground="steelblue3" italic="false" underline="true"/>
<style name="def:preprocessor" foreground="light_grey"/>
<style name="def:function" foreground="off_white" underline="true"/>
<!-- Unknown? -->
<style name="def:specials" background="faded_cornwall"/>
<!-- C Styles -->
<style name="c:preprocessor" map-to="def:special-char"/>
<!-- Diff Styles -->
<style name="diff:ignore" foreground="med_grey"/>
<!-- Ruby Styles -->
<style name="ruby:module-handler" foreground="washed_orange"/>
<style name="ruby:symbol" foreground="pink_sandstone"/>
<style name="ruby:regex" foreground="super_faded_orange"/>
<!-- SH Styles -->
<style name="sh:others" map-to="text"/>
<!-- XML Styles -->
<style name="xml:attribute-name" foreground="washed_orange"/>
<style name="xml:element-name" foreground="faded_cornwall"/>
</style-scheme>