mirror of https://gitlab.com/bashrc2/epicyon
Newswire line spacing
parent
95a2844b3a
commit
cb407e9349
|
@ -69,7 +69,7 @@
|
||||||
--quote-font-weight: normal;
|
--quote-font-weight: normal;
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
--line-spacing: 130%;
|
--line-spacing: 130%;
|
||||||
--line-spacing-newswire: 110%;
|
--line-spacing-newswire: 120%;
|
||||||
--newswire-item-moderated-color: white;
|
--newswire-item-moderated-color: white;
|
||||||
--newswire-date-moderated-color: white;
|
--newswire-date-moderated-color: white;
|
||||||
--column-left-width: 10vw;
|
--column-left-width: 10vw;
|
||||||
|
|
1
theme.py
1
theme.py
|
@ -414,6 +414,7 @@ def setThemeStarlight(baseDir: str):
|
||||||
removeTheme(baseDir)
|
removeTheme(baseDir)
|
||||||
setThemeInConfig(baseDir, name)
|
setThemeInConfig(baseDir, name)
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"line-spacing-newswire": "120%",
|
||||||
"focus-color": "darkred",
|
"focus-color": "darkred",
|
||||||
"font-size-button-mobile": "36px",
|
"font-size-button-mobile": "36px",
|
||||||
"font-size": "32px",
|
"font-size": "32px",
|
||||||
|
|
Loading…
Reference in New Issue