Skip to content

Commit

Permalink
Update skin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
norhap committed Apr 29, 2019
1 parent d498da6 commit 936a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin.py
Expand Up @@ -89,7 +89,7 @@ def skin_user_skinname():

# example: loadSkin("nemesis_greenline/skin.xml")
config.skin = ConfigSubsection()
DEFAULT_SKIN = "ViX-Turquoise-HD/skin.xml"
DEFAULT_SKIN = "ViX-Night-HD/skin.xml"
if not fileExists(resolveFilename(SCOPE_SKIN, DEFAULT_SKIN)):
# in that case, fallback to Magic (which is an SD skin)
DEFAULT_SKIN = "skin.xml"
Expand Down

0 comments on commit 936a9c9

Please sign in to comment.