Skip to content

Commit 9d4df93

Browse files
authored
Update termthemes.json. Added new theme: One Dark Pro (#976)
One Dark Pro is one of the most popular themes in VSCode.
1 parent 0ca1dbf commit 9d4df93

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pkg/wconfig/defaultconfig/termthemes.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,31 @@
126126
"foreground": "#F2E6D4",
127127
"selectionBackground": "#B7950B",
128128
"cursor": "#F9D784"
129+
},
130+
"onedarkpro": {
131+
"display:name": "One Dark Pro",
132+
"display:order": 1.5,
133+
"background": "#282C34",
134+
"foreground": "#ABB2BF",
135+
"cursor": "#D7DAE0",
136+
"selectionBackground": "#528BFF",
137+
"black": "#3F4451",
138+
"red": "#E05561",
139+
"green": "#8CC265",
140+
"yellow": "#D18F52",
141+
"blue": "#4AA5F0",
142+
"magenta": "#C162DE",
143+
"cyan": "#42B3C2",
144+
"white": "#D7DAE0",
145+
"brightBlack": "#4F5666",
146+
"brightRed": "#FF616E",
147+
"brightGreen": "#A5E075",
148+
"brightYellow": "#F0A45D",
149+
"brightBlue": "#4DC4FF",
150+
"brightMagenta": "#DE73FF",
151+
"brightCyan": "#4CD1E0",
152+
"brightWhite": "#E6E6E6",
153+
"gray": "#495162",
154+
"cmdtext": "#ABB2BF"
129155
}
130156
}

0 commit comments

Comments
 (0)