Skip to content

Commit 7c9c565

Browse files
Federico Ceratto federico cerattoFederico Ceratto federico ceratto
authored andcommitted
User-editable colorset created in the sample configuration file
1 parent 60c3d95 commit 7c9c565

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

sample.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,27 @@ tab_length = 4
3131
# terminals) (default: dark)
3232
color_scheme = dark
3333

34+
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+

0 commit comments

Comments
 (0)