mirror of https://gitlab.com/bashrc2/epicyon
Starlight theme font
parent
c37ee74953
commit
b273aebd44
7
theme.py
7
theme.py
|
@ -220,7 +220,8 @@ def setThemeStarlight(baseDir: str):
|
||||||
"main-visited-color": "#bd666b",
|
"main-visited-color": "#bd666b",
|
||||||
"main-fg-color": "#ffc4bc",
|
"main-fg-color": "#ffc4bc",
|
||||||
"main-bg-color-dm": "#0b0a0a",
|
"main-bg-color-dm": "#0b0a0a",
|
||||||
"border-color": "#a34046",
|
"border-color": "#69282c;",
|
||||||
|
"border-width": "4px",
|
||||||
"main-bg-color-reply": "#0f0d10",
|
"main-bg-color-reply": "#0f0d10",
|
||||||
"main-bg-color-report": "#0f0d10",
|
"main-bg-color-report": "#0f0d10",
|
||||||
"hashtag-vertical-spacing3": "100px",
|
"hashtag-vertical-spacing3": "100px",
|
||||||
|
@ -232,8 +233,8 @@ def setThemeStarlight(baseDir: str):
|
||||||
"day-number": "#ffc4bc",
|
"day-number": "#ffc4bc",
|
||||||
"day-number2": "#555",
|
"day-number2": "#555",
|
||||||
"event-background": "#111",
|
"event-background": "#111",
|
||||||
"*font-family": "'SundownerRegular'",
|
"*font-family": "'Absortile-Bold'",
|
||||||
"*src": "url('SundownerRegular.ttf') format('truetype')"
|
"*src": "url('fonts/Absortile-Bold.ttf') format('truetype')"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, 'starlight', themeParams)
|
setThemeFromDict(baseDir, 'starlight', themeParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue