-
Notifications
You must be signed in to change notification settings - Fork 6.5k
/
Copy pathBreeze.termcolors
117 lines (117 loc) · 2.38 KB
/
Breeze.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": "#eff0f1",
"terminalMapping": "foreground"
},
{
"name": "BoldForeground",
"color": "#fcfcfc",
"terminalMapping": "boldforeground"
},
{
"name": "Background",
"color": "#31363b",
"terminalMapping": "background"
},
{
"name": "BoldBackground",
"color": "#31363b",
"terminalMapping": "boldbackground"
},
{
"name": "CursorForeground",
"color": "#31363b",
"terminalMapping": "cursorForeground"
},
{
"name": "CursorBackground",
"color": "#eff0f1",
"terminalMapping": "cursorBackground"
},
{
"name": "Black",
"color": "#31363b",
"terminalMapping": "ansiBlack"
},
{
"name": "Red",
"color": "#ed1515",
"terminalMapping": "ansiRed"
},
{
"name": "Green",
"color": "#11d116",
"terminalMapping": "ansiGreen"
},
{
"name": "Yellow",
"color": "#f67400",
"terminalMapping": "ansiYellow"
},
{
"name": "Blue",
"color": "#1d99f3",
"terminalMapping": "ansiBlue"
},
{
"name": "Magenta",
"color": "#9b59b6",
"terminalMapping": "ansiMagenta"
},
{
"name": "Cyan",
"color": "#1abc9c",
"terminalMapping": "ansiCyan"
},
{
"name": "White",
"color": "#eff0f1",
"terminalMapping": "ansiWhite"
},
{
"name": "BrightBlack",
"color": "#7f8c8d",
"terminalMapping": "ansiBrightBlack"
},
{
"name": "BrightRed",
"color": "#c0392b",
"terminalMapping": "ansiBrightRed"
},
{
"name": "BrightGreen",
"color": "#1cdc9a",
"terminalMapping": "ansiBrightGreen"
},
{
"name": "BrightYellow",
"color": "#fdbc4b",
"terminalMapping": "ansiBrightYellow"
},
{
"name": "BrightBlue",
"color": "#3daee9",
"terminalMapping": "ansiBrightBlue"
},
{
"name": "BrightMagenta",
"color": "#8e44ad",
"terminalMapping": "ansiBrightMagenta"
},
{
"name": "BrightCyan",
"color": "#16a085",
"terminalMapping": "ansiBrightCyan"
},
{
"name": "BrightWhite",
"color": "#fcfcfc",
"terminalMapping": "ansiBrightWhite"
}
],
"paletteName": "Breeze"
}