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/1c228ad377eb9706220d98b905c0b2993a7af7bb below:

#… · themix-project/themix-gui@1c228ad · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+14

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+14

-3

lines changed Original file line number Diff line number Diff line change

@@ -109,7 +109,11 @@ def merge_theme_model_with_plugins(theme_model_name, base_theme_model=None):

109 109

)

110 110 111 111 112 -

BASE_THEME_MODEL_GTK = [

112 +

BASE_THEME_MODEL = [

113 +

{

114 +

'type': 'separator',

115 +

'display_name': _('Theme Style'),

116 +

},

113 117

{

114 118

'key': 'THEME_STYLE',

115 119

'type': 'options',

@@ -122,7 +126,14 @@ def merge_theme_model_with_plugins(theme_model_name, base_theme_model=None):

122 126

for theme_plugin in sorted_dict(THEME_PLUGINS).values()

123 127

],

124 128

'fallback_value': 'oomox',

125 -

'display_name': _('Theme Style'),

129 +

'display_name': _('Style for UI elements'),

130 +

},

131 +

]

132 +

THEME_MODEL['base'] = BASE_THEME_MODEL

133 +

BASE_THEME_MODEL_GTK = [

134 +

{

135 +

'type': 'separator',

136 +

'display_name': _('Theme Colors'),

126 137

},

127 138

{

128 139

'key': 'BG',

@@ -226,7 +237,7 @@ def merge_theme_model_with_plugins(theme_model_name, base_theme_model=None):

226 237

'filter': lambda _v: False

227 238

},

228 239

]

229 -

THEME_MODEL['base'] = merge_model_with_plugins(

240 +

THEME_MODEL['colors'] = merge_model_with_plugins(

230 241

theme_model_name='gtk',

231 242

base_theme_model=merge_theme_model_with_plugins('gtk', BASE_THEME_MODEL_GTK),

232 243

value_filter_key='FROM_PLUGIN',

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