A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/themix-project/themix-gui/commit/94b9be461ef05f44c3470db358c1c355a2563829 below:

quote theme name (fixes #287) · themix-project/themix-gui@94b9be4 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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