-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrarst_light.conf
113 lines (85 loc) · 1.87 KB
/
contrarst_light.conf
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
[theme_info]
name = Contrarst Light
description = A light three colour theme based on percieved brightness and trial and error.
author = bblhd (https://github.com/bblhd)
[named_colors]
bg=#fff
fg=#000
line_bg=#ddd
selection_bg=#aaa
subtle=#999
de_emphasised=#777
good=#0dd
bad=#f00
green=#5b6
orange=#c00
blue=#039
[named_styles]
default = fg;bg;false;false
error = bad;;true;false
comment = de_emphasised;;false;true
keyword = green;;true;
preprocessor = green;;true;
operator = de_emphasised
type = keyword
string = orange;;false;true
number = blue;;true;false
regex = blue
entity = number
tag = keyword
# Editor styles
selection = selection_bg
current_line=;line_bg;true
brace_good = ;;true;false
brace_bad = bad;;true;false
margin_line_number = ;#eee;true;
margin_folding = default
fold_symbol_highlight = bg
indent_guide = default
caret = default
marker_line = error
marker_search = error
marker_mark = error
call_tips = bg;fg;false;false
white_space = subtle;;true;
# Diff
line_added = #399;#fff;false;false
line_removed = #808040;#fff;false;false
line_changed = #9c9;#fff;false;false
# Inferred styles
comment_line = comment
comment_doc = comment
comment_line_doc = comment_doc
comment_doc_keyword = comment_doc,bold
comment_doc_keyword_error = error;italic
number_1 = number
number_2 = number
class = type
function = default
parameter = default
keyword_1 = keyword
keyword_2 = type
keyword_3 = keyword_2
keyword_4 = keyword_3
identifier = default
identifier_1 = identifier
identifier_2 = identifier_1
identifier_3 = identifier_2
identifier_4 = identifier_3
string_1 = string
string_2 = string
string_3 = default
string_4 = default
string_eol = string,italic
character = string
backticks = string
here_doc = string
scalar = number
decorator = string,bold
other = default
tag_unknown = tag
tag_end = tag
attribute = string
attribute_unknown = attribute
value = number
label = default