mirror of https://gitlab.com/bashrc2/epicyon
More line spacing
parent
3797c06b62
commit
478b531858
3
theme.py
3
theme.py
|
@ -291,7 +291,8 @@ def setThemeIndymedia(baseDir: str):
|
||||||
"place-color": "#003366",
|
"place-color": "#003366",
|
||||||
"event-color": "#003366",
|
"event-color": "#003366",
|
||||||
"title-text": "white",
|
"title-text": "white",
|
||||||
"title-background": "#003366"
|
"title-background": "#003366",
|
||||||
|
"quote-right-margin": "0.25em",
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
setThemeFromDict(baseDir, name, themeParams, bgParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue