Skip to content

Commit f61a903

Browse files
authored
Rebuild wilmersdorf in RoyalTS (mbadolato#392)
1 parent a56897c commit f61a903

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

royalts/wilmersdorf.termcolors

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"colors": [
55
{
66
"name": "Foreground",
7-
"color": "#e7e2e2",
7+
"color": "#c6c6c6",
88
"terminalMapping": "foreground"
99
},
1010
{
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "Yellow",
52-
"color": "#dcc28c",
52+
"color": "#cccccc",
5353
"terminalMapping": "ansiYellow"
5454
},
5555
{
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"name": "White",
72-
"color": "#d3d3d3",
72+
"color": "#ababab",
7373
"terminalMapping": "ansiWhite"
7474
},
7575
{
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"name": "BrightYellow",
92-
"color": "#f5d79a",
92+
"color": "#d1dfff",
9393
"terminalMapping": "ansiBrightYellow"
9494
},
9595
{
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"name": "BrightWhite",
112-
"color": "#f7f7f7",
112+
"color": "#d3d3d3",
113113
"terminalMapping": "ansiBrightWhite"
114114
}
115115
],

0 commit comments

Comments
 (0)