-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgruvbox-material-medium-light.xml
96 lines (85 loc) · 4.67 KB
/
gruvbox-material-medium-light.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2024 xelser
GtkSourceView is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
GtkSourceView 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <http://www.gnu.org/licenses/>.
-->
<style-scheme id="gruvbox-material-medium-light" _name="Gruvbox Material Medium Light" version="1.0">
<author>xelser</author>
<_description>Pleasant for the eyes theme for Gedit</_description>
<!-- Named Colors -->
<color name="aqua" value="#4C7A5D"/>
<color name="bg0" value="#FBF1C7"/>
<color name="bg1" value="#F4E8BE"/>
<color name="bg2" value="#F2E5BC"/>
<color name="bg3" value="#EEE0B7"/>
<color name="bg4" value="#E5D5AD"/>
<color name="bg5" value="#DDCCAB"/>
<color name="bg_current_word" value="#F2E5BC"/>
<color name="bg_diff_blue" value="#E2E6C7"/>
<color name="bg_diff_green" value="#E6EABC"/>
<color name="bg_diff_red" value="#F9E0BB"/>
<color name="bg_dim" value="#F2E5BC"/>
<color name="bg_green" value="#6F8352"/>
<color name="bg_red" value="#AE5858"/>
<color name="bg_statusline1" value="#F2E5BC"/>
<color name="bg_statusline2" value="#F2E5BC"/>
<color name="bg_statusline3" value="#E5D5AD"/>
<color name="bg_visual_blue" value="#DADEC0"/>
<color name="bg_visual_green" value="#DEE2B6"/>
<color name="bg_visual_red" value="#F1D9B5"/>
<color name="bg_visual_yellow" value="#FAE7B3"/>
<color name="bg_yellow" value="#A96B2C"/>
<color name="blue" value="#45707A"/>
<color name="fg0" value="#654735"/>
<color name="fg1" value="#4F3829"/>
<color name="green" value="#6C782E"/>
<color name="grey0" value="#A89984"/>
<color name="grey1" value="#928374"/>
<color name="grey2" value="#7C6F64"/>
<color name="orange" value="#C35E0A"/>
<color name="purpe" value="#945E80"/>
<color name="red" value="#C14A4A"/>
<color name="yellow" value="#B47109"/>
<!-- Global Styles -->
<style name="bracket-match" background="bg5" foreground="green"/>
<style name="bracket-mismatch" background="bg5" foreground="red"/>
<style name="current-line" background="bg1"/>
<style name="cursor" foreground="fg1"/>
<style name="line-numbers" background="bg_dim" foreground="grey1"/>
<style name="search-match" background="yellow" foreground="bg_dim"/>
<style name="selection" background="bg3" foreground="fg1"/>
<style name="text" background="bg0" foreground="fg0"/>
<!-- Defaults -->
<style name="def:character" foreground="aqua"/>
<style name="def:comment" foreground="grey0" italic="true"/>
<style name="def:constant" foreground="fg1"/>
<style name="def:error" foreground="red"/>
<style name="def:function" foreground="green"/>
<style name="def:heading" foreground="orange"/>
<style name="def:identifier" foreground="blue"/>
<style name="def:keyword" foreground="red"/>
<style name="def:operator" foreground="orange"/>
<style name="def:preprocessor" foreground="purpe"/>
<style name="def:shebang" foreground="purpe"/>
<style name="def:special-char" foreground="purpe"/>
<style name="def:special-constant" foreground="purpe"/>
<style name="def:string" foreground="green"/>
<style name="def:type" foreground="yellow"/>
<style name="def:warning" foreground="yellow"/>
<!-- sh -->
<style name="sh:common-command" foreground="orange"/>
<style name="sh:variable" foreground="purpe"/>
<style name="sh:variable-definition" foreground="blue"/>
<!-- XML -->
<style name="xml:attribute-name" foreground="aqua"/>
<style name="xml:element-name" foreground="orange"/>
</style-scheme>