We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56897c commit f61a903Copy full SHA for f61a903
royalts/wilmersdorf.termcolors
@@ -4,7 +4,7 @@
4
"colors": [
5
{
6
"name": "Foreground",
7
- "color": "#e7e2e2",
+ "color": "#c6c6c6",
8
"terminalMapping": "foreground"
9
},
10
@@ -49,7 +49,7 @@
49
50
51
"name": "Yellow",
52
- "color": "#dcc28c",
+ "color": "#cccccc",
53
"terminalMapping": "ansiYellow"
54
55
@@ -69,7 +69,7 @@
69
70
71
"name": "White",
72
- "color": "#d3d3d3",
+ "color": "#ababab",
73
"terminalMapping": "ansiWhite"
74
75
@@ -89,7 +89,7 @@
89
90
91
"name": "BrightYellow",
92
- "color": "#f5d79a",
+ "color": "#d1dfff",
93
"terminalMapping": "ansiBrightYellow"
94
95
@@ -109,7 +109,7 @@
109
110
111
"name": "BrightWhite",
112
- "color": "#f7f7f7",
+ "color": "#d3d3d3",
113
"terminalMapping": "ansiBrightWhite"
114
}
115
],
0 commit comments