+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ def get_user_theme_path(user_theme_name):
82
82
83
83
84
84
def save_colorscheme(preset_name, colorscheme, path=None):
85
-
colorscheme["NAME"] = preset_name
85
+
colorscheme["NAME"] = '"{}"'.format(preset_name)
86
86
path = path or get_user_theme_path(preset_name)
87
87
if not os.path.exists(path):
88
88
mkdir_p(os.path.dirname(path))
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4