-
Notifications
You must be signed in to change notification settings - Fork 0
/
icecream.xml
75 lines (57 loc) · 2.94 KB
/
icecream.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="icecream" _name="Ice Cream" version="1.0">
<author>Hamad Al Marri</author>
<_description>Color scheme using Ice Cream color palette</_description>
<!-- Palette -->
<color name="base02" value="#fdfdfd"/>
<color name="base01" value="#d5c5d5"/>
<color name="base00" value="#f1f0f1"/>
<color name="base0" value="#6B5C6B"/>
<color name="base1" value="#827082"/>
<color name="base2" value="#BEB0BE"/>
<color name="yellow" value="#FCE94F"/>
<color name="orange" value="#FF931F"/>
<color name="red" value="#FF1946"/>
<color name="magenta" value="#D33682"/>
<color name="violet" value="#AD7FA8"/>
<color name="blue" value="#00B5FF"/>
<color name="cyan" value="#8AE234"/>
<color name="green" value="#0DD100"/>
<color name="base03-02-blend" value="#fdfdfd"/>
<!-- Global Settings -->
<style name="text" foreground="base1" background="base02"/>
<style name="selection" foreground="base1" background="base00"/>
<style name="cursor" foreground="base1"/>
<style name="secondary-cursor" foreground="base00"/>
<style name="current-line" background="base00"/>
<style name="line-numbers" foreground="#cccccc" background="base02"/>
<style name="background-pattern" background="base03-02-blend"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="green" background="base02" bold="true"/>
<style name="bracket-mismatch" foreground="base01" background="red" bold="true"/>
<!-- Right Margin -->
<style name="right-margin" foreground="base2" background="base1"/>
<!-- Search Matching -->
<style name="search-match" foreground="base1" background="yellow" bold="true"/>
<!-- Comments -->
<style name="def:comment" foreground="#cccccc"/>
<style name="def:shebang" foreground="base01" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="orange"/>
<style name="def:special-char" foreground="green"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="red"/>
<!-- Statements -->
<style name="def:statement" foreground="blue"/>
<!-- Types -->
<style name="def:type" foreground="blue"/>
<!-- Operators -->
<style name="def:operator" foreground="green"/>
<style name="def:arith-operator" foreground="green"/>
<!-- Others -->
<style name="def:preprocessor" foreground="red"/>
<style name="def:error" foreground="red" bold="true"/>
<style name="def:note" foreground="magenta" bold="true"/>
<style name="def:underlined" italic="true" underline="single"/>
</style-scheme>