mirror of https://gitlab.com/bashrc2/epicyon
Theme colors
parent
bc88e7b1d9
commit
e106f9078d
8
theme.py
8
theme.py
|
@ -254,6 +254,14 @@ def setThemeIndymedia(baseDir: str):
|
||||||
"search": "jpg"
|
"search": "jpg"
|
||||||
}
|
}
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"font-size-newswire": "18px",
|
||||||
|
"line-spacing-newswire": "100%",
|
||||||
|
"newswire-item-moderated-color": "green",
|
||||||
|
"newswire-date-moderated-color": "lightgreen",
|
||||||
|
"newswire-date-color": "white",
|
||||||
|
"newswire-voted-background-color": "black",
|
||||||
|
"column-right-fg-color": "#ff9900",
|
||||||
|
"column-right-fg-color-voted-on": "red",
|
||||||
"button-corner-radius": "5px",
|
"button-corner-radius": "5px",
|
||||||
"timeline-border-radius": "5px",
|
"timeline-border-radius": "5px",
|
||||||
"focus-color": "blue",
|
"focus-color": "blue",
|
||||||
|
|
Loading…
Reference in New Issue