-
Notifications
You must be signed in to change notification settings - Fork 5
/
base16-bright.json
59 lines (59 loc) · 1.47 KB
/
base16-bright.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Bright",
"description": "Bright scheme by Chris Kempson (http://chriskempson.com).",
"repository": "https://github.com/mmims",
"background": "Black",
"foreground": "Green",
"popupBackground": "Cyan",
"popupForeground": "Gray",
"palette": {
"Black": "#010101",
"DarkGray": "#909090",
"Cyan": "#a9fdff",
"Blue": "#a2caff",
"Yellow": "#ffeb8b",
"Green": "#eeffff",
"Gray": "#eeffff",
"White": "#ffffff",
"DarkRed": "#f07178",
"Red": "#f78c6c",
"DarkYellow": "#ffcb6b",
"DarkGreen": "#c3e88d",
"DarkCyan": "#89ddff",
"DarkBlue": "#82aaff",
"DarkMagenta": "#c792ea",
"Magenta": "#ff5370"
},
"tokens": {
"readline": {
"foreground": {
"Command": "DarkBlue",
"Comment": "Yellow",
"ContinuationPrompt": "Green",
"DefaultToken": "Green",
"Emphasis": "DarkCyan",
"Error": "DarkRed",
"Keyword": "DarkMagenta",
"Member": "White",
"Number": "White",
"Operator": "Green",
"Parameter": "Blue",
"String": "DarkGreen",
"Type": "DarkMagenta",
"Variable": "Red"
}
},
"write": {
"foreground": {
"Error": "DarkRed",
"Warning": "DarkYellow",
"Verbose": "DarkYellow",
"Debug": "DarkYellow",
"Progress": "Yellow"
},
"background": {
"Progress": "DarkGray"
}
}
}
}