Skip to content

Commit

Permalink
Update vscode default theme
Browse files Browse the repository at this point in the history
Fix #259
  • Loading branch information
l0drex committed Jan 17, 2024
1 parent 2c854be commit cc766bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yin_yang/plugins/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class Vscode(Plugin):

def __init__(self):
super(Vscode, self).__init__()
self.theme_light = 'Default Light+'
self.theme_dark = 'Default Dark+'
self.theme_light = 'Default Light Modern'
self.theme_dark = 'Default Dark Modern'

def set_theme(self, theme: str):
if not theme:
Expand Down

0 comments on commit cc766bc

Please sign in to comment.