mirror of https://gitlab.com/bashrc2/epicyon
Light theme banner height
parent
bd97f88ca0
commit
3ab809e820
2
theme.py
2
theme.py
|
@ -942,6 +942,8 @@ def setThemeHacker(baseDir: str):
|
||||||
def setThemeLight(baseDir: str):
|
def setThemeLight(baseDir: str):
|
||||||
name = 'light'
|
name = 'light'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"banner-height": "20vh",
|
||||||
|
"banner-height-mobile": "10vh",
|
||||||
"hashtag-background-color": "lightblue",
|
"hashtag-background-color": "lightblue",
|
||||||
"focus-color": "grey",
|
"focus-color": "grey",
|
||||||
"font-size-button-mobile": "26px",
|
"font-size-button-mobile": "26px",
|
||||||
|
|
Loading…
Reference in New Issue