Skip to content

Commit cc766bc

Browse files
committed
Update vscode default theme
Fix #259
1 parent 2c854be commit cc766bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yin_yang/plugins/vscode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class Vscode(Plugin):
5959

6060
def __init__(self):
6161
super(Vscode, self).__init__()
62-
self.theme_light = 'Default Light+'
63-
self.theme_dark = 'Default Dark+'
62+
self.theme_light = 'Default Light Modern'
63+
self.theme_dark = 'Default Dark Modern'
6464

6565
def set_theme(self, theme: str):
6666
if not theme:

0 commit comments

Comments
 (0)