-
Notifications
You must be signed in to change notification settings - Fork 7
/
theme.json
28 lines (28 loc) · 1008 Bytes
/
theme.json
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
{
"Ansi 0 Color": "dark.foreground.grey0",
"Ansi 1 Color": "dark.foreground.red",
"Ansi 2 Color": "dark.foreground.green",
"Ansi 3 Color": "dark.foreground.yellow",
"Ansi 4 Color": "dark.foreground.blue",
"Ansi 5 Color": "dark.foreground.purple",
"Ansi 6 Color": "dark.foreground.aqua",
"Ansi 7 Color": "light.background.hard.bg_dim",
"Ansi 8 Color": "light.foreground.grey0",
"Ansi 9 Color": "light.foreground.red",
"Ansi 10 Color": "light.foreground.green",
"Ansi 11 Color": "light.foreground.yellow",
"Ansi 12 Color": "light.foreground.blue",
"Ansi 13 Color": "light.foreground.purple",
"Ansi 14 Color": "light.foreground.aqua",
"Ansi 15 Color": "light.background.hard.bg0",
"Background Color": "bg_dim",
"Badge Color": "orange",
"Bold Color": "yellow",
"Cursor Color": "orange",
"Cursor Guide Color": "bg1",
"Cursor Text Color": "bg_visual",
"Foreground Color": "fg",
"Link Color": "blue",
"Selected Text Color": "fg",
"Selection Color": "bg_visual"
}