-
Notifications
You must be signed in to change notification settings - Fork 0
/
bohemian.xml
103 lines (89 loc) · 3.25 KB
/
bohemian.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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="Bohemian" _name="Bohemian" version="1.0">
<author>Vasileios Apostolidis-Afentoulis | vaa@duck.com</author>
<_description>Color scheme for Bohemian color palette</_description>
<!-- Bohemian Colors -->
<color name="Bohemian_BG" value="#201B2D" />
<color name="Bohemian_FG" value="#CCDBDC" />
<color name="Bohemian_SELECTION" value="#007EA7" />
<color name="Bohemian_COMMENT" value="#BBE1FA" />
<color name="Bohemian_CYAN" value="#9AD1D4" />
<color name="Bohemian_GREEN" value="#0ead69" />
<color name="Bohemian_ORANGE" value="#ff9505" />
<color name="Bohemian_PINK" value="#FC5185" />
<color name="Bohemian_PURPLE" value="#c078ff" />
<color name="Bohemian_RED" value="#a4243b" />
<color name="Bohemian_YELLOW" value="#ffbc42" />
<color name="Bohemian_BGLight" value="#003249" />
<!-- Global Settings -->
<style name="text"
foreground="Bohemian_FG"
background="Bohemian_BG" />
<style name="selection"
background="Bohemian_SELECTION" />
<style name="cursor"
foreground="Bohemian_FG"/>
<style name="secondary-cursor"
foreground="Bohemian_FG"/>
<style name="current-line"
background="Bohemian_BGLight"/>
<style name="line-numbers"
foreground="Bohemian_COMMENT"
background="Bohemian_BG" />
<style name="background-pattern"
background="Bohemian_BG"/>
<!-- Bracket Matching -->
<style name="bracket-match"
foreground="Bohemian_FG"
background="Bohemian_SELECTION"/>
<style name="bracket-mismatch"
foreground="Bohemian_RED"
background="Bohemian_SELECTION"/>
<!-- Right Margin -->
<style name="right-margin"
foreground="Bohemian_COMMENT"
background="Bohemian_BG"/>
<!-- Search Matching -->
<style name="search-match"
foreground="Bohemian_ORANGE"
background="Bohemian_BGLight"/>
<!-- Comments -->
<style name="def:comment"
foreground="Bohemian_COMMENT"/>
<style name="def:shebang"
foreground="Bohemian_COMMENT"
bold="true"/>
<style name="def:doc-comment-element"
italic="true"/>
<!-- Constants -->
<style name="def:constant"
foreground="Bohemian_YELLOW"/>
<style name="def:special-char"
foreground="Bohemian_PINK"/>
<style name="def:number"
foreground="Bohemian_PURPLE" />
<!-- Identifiers -->
<style name="def:identifier"
foreground="Bohemian_PINK"/>
<!-- Statements -->
<style name="def:statement"
foreground="Bohemian_PINK"/>
<!-- Types -->
<style name="def:type"
foreground="Bohemian_GREEN"/>
<!-- Operators -->
<style name="def:operator"
foreground="Bohemian_PINK"/>
<!-- Others -->
<style name="def:preprocessor"
foreground="Bohemian_PINK"/>
<style name="def:error"
foreground="Bohemian_RED"
bold="true"/>
<style name="def:note"
foreground="Bohemian_COMMENT"
background="Bohemian_FG"/>
<style name="def:underlined"
italic="true"
underline="single"/>
</style-scheme>