forked from ajaxorg/ace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkr_theme.css
More file actions
123 lines (96 loc) · 2.21 KB
/
Copy pathkr_theme.css
File metadata and controls
123 lines (96 loc) · 2.21 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
117
118
119
120
121
122
123
.ace-kr-theme .ace_gutter {
background: #1c1917;
color: #FCFFE0
}
.ace-kr-theme .ace_print-margin {
width: 1px;
background: #1c1917
}
.ace-kr-theme {
background-color: #0B0A09;
color: #FCFFE0
}
.ace-kr-theme .ace_cursor {
color: #FF9900
}
.ace-kr-theme .ace_marker-layer .ace_selection {
background: rgba(170, 0, 255, 0.45)
}
.ace-kr-theme.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px #0B0A09;
border-radius: 2px
}
.ace-kr-theme .ace_marker-layer .ace_step {
background: rgb(102, 82, 0)
}
.ace-kr-theme .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255, 177, 111, 0.32)
}
.ace-kr-theme .ace_marker-layer .ace_active-line {
background: #38403D
}
.ace-kr-theme .ace_gutter-active-line {
background-color : #38403D
}
.ace-kr-theme .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(170, 0, 255, 0.45)
}
.ace-kr-theme .ace_invisible {
color: rgba(255, 177, 111, 0.32)
}
.ace-kr-theme .ace_keyword,
.ace-kr-theme .ace_meta {
color: #949C8B
}
.ace-kr-theme .ace_constant,
.ace-kr-theme .ace_constant.ace_character,
.ace-kr-theme .ace_constant.ace_character.ace_escape,
.ace-kr-theme .ace_constant.ace_other {
color: rgba(210, 117, 24, 0.76)
}
.ace-kr-theme .ace_invalid {
color: #F8F8F8;
background-color: #A41300
}
.ace-kr-theme .ace_support {
color: #9FC28A
}
.ace-kr-theme .ace_support.ace_constant {
color: #C27E66
}
.ace-kr-theme .ace_fold {
background-color: #949C8B;
border-color: #FCFFE0
}
.ace-kr-theme .ace_support.ace_function {
color: #85873A
}
.ace-kr-theme .ace_storage {
color: #FFEE80
}
.ace-kr-theme .ace_string {
color: rgba(164, 161, 181, 0.8)
}
.ace-kr-theme .ace_string.ace_regexp {
color: rgba(125, 255, 192, 0.65)
}
.ace-kr-theme .ace_comment {
font-style: italic;
color: #706D5B
}
.ace-kr-theme .ace_variable {
color: #D1A796
}
.ace-kr-theme .ace_variable.ace_language {
color: #FF80E1
}
.ace-kr-theme .ace_meta.ace_tag {
color: #BABD9C
}
.ace-kr-theme .ace_list {
background-color: #0F0040
}
.ace-kr-theme .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYFBXV/8PAAJoAXX4kT2EAAAAAElFTkSuQmCC) right repeat-y;
}