public
Description: Color themes for Gnome's default editor Gedit
Homepage:
Clone URL: git://github.com/mig/gedit-themes.git
gedit-themes / darkmacs.xml
100644 116 lines (93 sloc) 4.557 kb
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
114
115
116
<?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="darkmacs" _name="Darkmacs" version="1.0">
  <author>Will Farrington and Alexandre Vassalotti</author>
  <_description>Color scheme for those of you who like your eyes to not hurt</_description>
 
<!-- Colors -->
  <color name="gray20" value="#333333"/>
  <color name="gray70" value="#b3b3b3"/>
  <color name="white" value="#ffffff"/>
  <color name="black" value="#000000"/>
  <color name="green" value="#00b200"/>
  <color name="aqua" value="#00d8ff"/>
  <color name="blue" value="#398EE6"/>
  <color name="lightskyblue" value="#87CEFA"/>
  <color name="purple" value="#8722c9"/>
  <color name="magenta3" value="#cd00cd"/>
  <color name="orange" value="#E67321"/>
  <color name="carbon" value="#232323"/>
  <color name="salmon" value="#fa8072"/>
  <color name="steelblue3" value="#4f94cd"/>
  <color name="palevioletred2" value="#ee799f"/>
  <color name="brown4" value="#8b2323"/>
  <color name="red" value="#ff0000"/>
 
<!-- Global Settings -->
 
  <style name="text" foreground="white" background="black"/>
  <style name="cursor" foreground="white"/>
  <style name="current-line" background="gray20"/>
  <style name="line-numbers" foreground="gray70" background="carbon"/>
  
<!-- Bracket Matching -->
  <style name="bracket-match" background="steelblue3"/>
  <style name="bracket-mismatch" background="purple" bold="true"/>
  <style name="search-match" foreground="brown4" background="palevioletred2"/>
 
<!-- Comments -->
  <style name="def:comment" foreground="purple"/>
  <style name="def:shebang" foreground="purple"/>
  <style name="def:doc-comment-element" foreground="purple" bold="true"/>
 
<!-- Constants and Variables-->
  <style name="def:constant" foreground="blue"/>
  <style name="def:string" foreground="green" bold="true"/>
  <style name="def:special-char" foreground="magenta3"/>
  <style name="def:special-constant" foreground="magenta3" bold="true"/>
  <style name="def:boolean" foreground="magenta3" bold="true"/>
  <style name="def:number" foreground="white"/>
  <style name="def:floating-point" foreground="white"/>
  <style name="def:keyword" foreground="orange" bold="true"/>
  <style name="def:builtin" foreground="lightskyblue"/>
  <style name="def:variable" foreground="magenta3"/>
  
<!-- Identifiers -->
  <style name="def:identifier" foreground="magenta3"/>
 
<!-- Statements -->
  <style name="def:statement" foreground="lightskyblue"/>
 
<!-- Types -->
  <style name="def:type" foreground="blue"/>
  
<!-- Others -->
  <style name="def:error" foreground="white" background="red" bold="true"/>
  <style name="def:note" foreground="black" background="orange" bold="true"/>
  <style name="def:net-address-in-comment" foreground="blue" italic="true" underline="true"/>
  <style name="def:preprocessor" foreground="purple" bold="true"/>
    
<!-- Unknown? -->
  <style name="def:specials" foreground="white" background="magenta3"/>
 
<!-- C Styles -->
  <style name="c:preprocessor" foreground="magenta3" map-to="def:special-char"/>
 
<!-- Diff Styles -->
  <style name="diff:ignore" foreground="gray70"/>
 
<!-- Ruby Styles -->
  <style name="ruby:module-handler" foreground="blue"/>
  <style name="ruby:symbol" foreground="blue"/>
  <style name="ruby:special-variable" foreground="orange" bold="true"/>
  <style name="ruby:predefined-variable" foreground="magenta3"/>
  <style name="ruby:regex" foreground="green"/>
 
<!-- SH Styles -->
  <style name="sh:function" foreground="salmon"/>
  <style name="sh:variable1" foreground="magenta3"/>
  <style name="sh:variable2" foreground="magenta3"/>
  <style name="sh:others" map-to="text"/>
  
<!-- XML Styles -->
  <style name="xml:attribute-name" foreground="magenta3"/>
  <style name="xml:element-name" foreground="blue"/>
 
</style-scheme>