Skip to content

Commit aa867b0

Browse files
Theme file sample created
1 parent 9855013 commit aa867b0

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

sample.ini

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,3 @@ tab_length = 4
3232
color_scheme = dark
3333

3434

35-
# Custom colors section
36-
[colors]
37-
38-
# Each letter represent a colour marker: k, r, g, y, b, m, c, w
39-
# which stands for: blacK, Red, Green, Yellow, Blue, Magenta,Cyan, White
40-
# Capital letters makes bold fonts
41-
42-
Keyword = "y"
43-
Name = "W"
44-
Comment = "b"
45-
String = "m"
46-
Error = "r"
47-
Literal = "r"
48-
LiteralString = "m"
49-
TokenLiteralNumberFloat = "G"
50-
Number = "g"
51-
Operator = "C"
52-
OperatorWord = "C"
53-
Punctuation = "C"
54-
Generic = "b"
55-
Token = "g"
56-
Whitespace = "D"
57-

sample.theme

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Each letter represent a colour marker: k, r, g, y, b, m, c, w
2+
# which stands for: blacK, Red, Green, Yellow, Blue, Magenta,Cyan, White
3+
# Capital letters makes bold fonts
4+
5+
Keyword = "y"
6+
Name = "W"
7+
Comment = "b"
8+
String = "m"
9+
Error = "r"
10+
Literal = "r"
11+
LiteralString = "m"
12+
TokenLiteralNumberFloat = "G"
13+
Number = "g"
14+
Operator = "C"
15+
OperatorWord = "C"
16+
Punctuation = "C"
17+
Generic = "b"
18+
Token = "g"
19+
Whitespace = "D"
20+

0 commit comments

Comments
 (0)