Skip to content

Commit

Permalink
simplify default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Dec 12, 2021
1 parent a16dd78 commit 566bafa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions kolibri/plugins/default_theme/kolibri_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,13 @@ def theme(self):
"background": static("background.jpg"),
"backgroundImgCredit": "Thomas Van Den Driessche",
"scrimOpacity": 0.7,
"title": None, # use default: "Kolibri"
"topLogo": {
"src": None, # use default Kolibri bird
"style": "padding-left: 64px; padding-right: 64px; margin-bottom: 8px; margin-top: 8px",
"alt": None,
},
"showPoweredBy": False,
"showTitle": True,
"showKolibriFooterLogo": False,
},
# side-nav config
"sideNav": {
"title": None, # use default: "Kolibri"
"brandedFooter": {},
"showKolibriFooterLogo": True,
},
# app bar config
"appBar": {
"topLogo": None,
},
}

0 comments on commit 566bafa

Please sign in to comment.