We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c854be commit cc766bcCopy full SHA for cc766bc
yin_yang/plugins/vscode.py
@@ -59,8 +59,8 @@ class Vscode(Plugin):
59
60
def __init__(self):
61
super(Vscode, self).__init__()
62
- self.theme_light = 'Default Light+'
63
- self.theme_dark = 'Default Dark+'
+ self.theme_light = 'Default Light Modern'
+ self.theme_dark = 'Default Dark Modern'
64
65
def set_theme(self, theme: str):
66
if not theme:
0 commit comments