Skip to content

Commit 67a8e87

Browse files
humdingerKapiX
authored andcommitted
Adding "dimmed" style (#110)
A variation of the default style, a bit less bright. Fixes #89
1 parent d37f49a commit 67a8e87

1 file changed

Lines changed: 171 additions & 0 deletions

File tree

data/styles/dimmed.yaml

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
# based on Eclipse theme for Notepad++
2+
# a dimmed version of Koder's default style
3+
# Copyright (c) 2009 Fesenko Alexander <http://return0x000.blogspot.com/>
4+
# MIT licensed
5+
Global:
6+
Default:
7+
id: 32
8+
foreground: "#000000"
9+
background: "#EEEEEE"
10+
Current line:
11+
background: "#FFFFFF"
12+
Whitespace:
13+
foreground: "#7f9fbf"
14+
Selected text:
15+
background: "#5EBCFF"
16+
Caret:
17+
foreground: "#000000"
18+
Edge:
19+
foreground: "#7f9fbf"
20+
Fold:
21+
foreground: "#e4e4e4"
22+
background: "#D8D8D8"
23+
Fold marker:
24+
foreground: "#FFFFFF"
25+
background: "#808080"
26+
Indent guideline:
27+
id: 37
28+
foreground: "#c0c0c0"
29+
background: "#ffffff"
30+
Brace highlight:
31+
id: 34
32+
foreground: "#0000ff"
33+
background: "#D8D8D8"
34+
style: [ bold ]
35+
Bad brace:
36+
id: 35
37+
foreground: "#FFFFFF"
38+
background: "#FF0000"
39+
style: [ bold ]
40+
Line number:
41+
id: 33
42+
foreground: "#808080"
43+
background: "#D8D8D8"
44+
Smart highlight:
45+
background: "#a3a3a3"
46+
Find mark:
47+
background: "#0000ff"
48+
Incremental highlight:
49+
background: "#00ffff"
50+
Tags match highlight:
51+
background: "#00ffff"
52+
Tags attributes:
53+
background: "#ffffff"
54+
Bookmark marker:
55+
foreground: "#CCDB52"
56+
background: "#EF2E2E"
57+
# C++
58+
Preprocessor:
59+
id: 109
60+
foreground: "#7f7f9f"
61+
style: [ bold ]
62+
Keyword:
63+
id: 105
64+
foreground: "#EB009D"
65+
style: [ bold ]
66+
Number:
67+
id: 104
68+
foreground: "#D012AC"
69+
String:
70+
id: 106
71+
foreground: "#2a00ff"
72+
Operator:
73+
id: 110
74+
foreground: "#FF1414"
75+
Verbatim:
76+
id: 113
77+
foreground: "#646464"
78+
Regexp:
79+
id: 114
80+
foreground: "#646464"
81+
Global class:
82+
id: 119
83+
foreground: "#00A700"
84+
Constant:
85+
id: 120
86+
foreground: "#DA5700"
87+
Namespace:
88+
id: 121
89+
foreground: "#408080"
90+
Comment:
91+
id: 101
92+
foreground: "#557f5f"
93+
Comment doc:
94+
id: 103
95+
foreground: "#3f55bf"
96+
Comment doc keyword:
97+
id: 117
98+
foreground: "#7f9fbf"
99+
style: [ bold ]
100+
# Python/Ruby
101+
Triple:
102+
id: 126
103+
foreground: "#646464"
104+
Defname:
105+
id: 129
106+
foreground: "#3f5fbf"
107+
style: [ bold ]
108+
Decorator:
109+
id: 135
110+
foreground: "#3f5fbf"
111+
style: [ italic ]
112+
# YAML
113+
Reference:
114+
id: 145
115+
foreground: "#3f3fbf"
116+
Error:
117+
id: 148
118+
foreground: "#ff4136"
119+
# AWK/Bash/Diff/Makefile
120+
Backticks:
121+
id: 151
122+
foreground: "#646464"
123+
style: [ bold ]
124+
Scalar/Array/Diff header:
125+
id: 152
126+
foreground: "#0000c0"
127+
style: [ italic ]
128+
Recipe env variables:
129+
id: 180
130+
foreground: "#006600"
131+
Recipe shell functions:
132+
id: 181
133+
foreground: "#552200"
134+
style: [ bold ]
135+
Recipe Scalar:
136+
id: 182
137+
foreground: "#408080"
138+
style: [ italic ]
139+
Deleted:
140+
id: 165
141+
foreground: "#ff4136"
142+
Added:
143+
id: 166
144+
foreground: "#2ecc40"
145+
# CMake
146+
String L:
147+
id: 153
148+
foreground: "#2a00ff"
149+
style: [ italic ]
150+
String R:
151+
id: 154
152+
foreground: "#2a00ff"
153+
style: [ underline ]
154+
# HTML/XML/CSS
155+
Tag Start/End:
156+
id: 155
157+
foreground: "#3f7f7f"
158+
Attribute:
159+
id: 156
160+
foreground: "#7f007f"
161+
SGML default:
162+
id: 161
163+
foreground: "#000000"
164+
background: "#a6caf0"
165+
# Markdown
166+
Strong:
167+
id: 200
168+
style: [ bold ]
169+
Emphasis:
170+
id: 201
171+
style: [ italic ]

0 commit comments

Comments
 (0)