-
Notifications
You must be signed in to change notification settings - Fork 6.5k
/
Copy pathCobalt Neon.termcolors
117 lines (117 loc) · 2.39 KB
/
Cobalt Neon.termcolors
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"userInterface": false,
"terminal": true,
"colors": [
{
"name": "Foreground",
"color": "#8ff586",
"terminalMapping": "foreground"
},
{
"name": "BoldForeground",
"color": "#248b70",
"terminalMapping": "boldforeground"
},
{
"name": "Background",
"color": "#142838",
"terminalMapping": "background"
},
{
"name": "BoldBackground",
"color": "#142838",
"terminalMapping": "boldbackground"
},
{
"name": "CursorForeground",
"color": "#8ff586",
"terminalMapping": "cursorForeground"
},
{
"name": "CursorBackground",
"color": "#c4206f",
"terminalMapping": "cursorBackground"
},
{
"name": "Black",
"color": "#142631",
"terminalMapping": "ansiBlack"
},
{
"name": "Red",
"color": "#ff2320",
"terminalMapping": "ansiRed"
},
{
"name": "Green",
"color": "#3ba5ff",
"terminalMapping": "ansiGreen"
},
{
"name": "Yellow",
"color": "#e9e75c",
"terminalMapping": "ansiYellow"
},
{
"name": "Blue",
"color": "#8ff586",
"terminalMapping": "ansiBlue"
},
{
"name": "Magenta",
"color": "#781aa0",
"terminalMapping": "ansiMagenta"
},
{
"name": "Cyan",
"color": "#8ff586",
"terminalMapping": "ansiCyan"
},
{
"name": "White",
"color": "#ba46b2",
"terminalMapping": "ansiWhite"
},
{
"name": "BrightBlack",
"color": "#fff688",
"terminalMapping": "ansiBrightBlack"
},
{
"name": "BrightRed",
"color": "#d4312e",
"terminalMapping": "ansiBrightRed"
},
{
"name": "BrightGreen",
"color": "#8ff586",
"terminalMapping": "ansiBrightGreen"
},
{
"name": "BrightYellow",
"color": "#e9f06d",
"terminalMapping": "ansiBrightYellow"
},
{
"name": "BrightBlue",
"color": "#3c7dd2",
"terminalMapping": "ansiBrightBlue"
},
{
"name": "BrightMagenta",
"color": "#8230a7",
"terminalMapping": "ansiBrightMagenta"
},
{
"name": "BrightCyan",
"color": "#6cbc67",
"terminalMapping": "ansiBrightCyan"
},
{
"name": "BrightWhite",
"color": "#8ff586",
"terminalMapping": "ansiBrightWhite"
}
],
"paletteName": "Cobalt Neon"
}