File tree 1 file changed +21
-20
lines changed
1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
- [colors .bright ]
2
- black = " 0x444b6a"
3
- blue = " 0x4da6ff"
4
- cyan = " 0x0db9d7"
5
- green = " 0xb9f27c"
6
- magenta = " 0xbb9af7"
7
- red = " 0xff7a93"
8
- white = " 0xacb0d0"
9
- yellow = " 0xff9e64"
1
+ [colors .primary ]
2
+ background = ' #111216'
3
+ foreground = ' #a9b1d6'
10
4
11
5
[colors .normal ]
12
- black = " 0x32344a "
13
- blue = " 0x4aa2f7 "
14
- cyan = " 0x449dab "
15
- green = " 0x4efe6a "
16
- magenta = " 0xad8ee6 "
17
- red = " 0xff465e "
18
- white = " 0x787c99 "
19
- yellow = " 0xe0af68 "
6
+ black = ' #000000 '
7
+ red = ' #cd0000 '
8
+ green = ' #00cd00 '
9
+ yellow = ' #cdcd00 '
10
+ blue = ' #0000ee '
11
+ magenta = ' #cd00cd '
12
+ cyan = ' #00cdcd '
13
+ white = ' #e5e5e5 '
20
14
21
- [colors .primary ]
22
- background = " 0x1a1b26"
23
- foreground = " 0xa9b1d6"
15
+ # Bright colors
16
+ [colors .bright ]
17
+ black = ' #7f7f7f'
18
+ red = ' #ff0000'
19
+ green = ' #00ff00'
20
+ yellow = ' #ffff00'
21
+ blue = ' #5c5cff'
22
+ magenta = ' #ff00ff'
23
+ cyan = ' #00ffff'
24
+ white = ' #ffffff'
24
25
25
26
[font ]
26
27
size = 9
You can’t perform that action at this time.
0 commit comments