mirror of https://gitlab.com/bashrc2/epicyon
Extra font
parent
8e3b3cb88a
commit
3863f121af
|
@ -4,6 +4,7 @@ Bedstead is under CC0. See below and https://fontlibrary.org/en/font/bedstead
|
|||
Edition is public domain. See https://www.fontspace.com/edition-font-f35311
|
||||
GeneralFailureRegular is public domain. See https://www.fontspace.com/general-failure-font-f32565
|
||||
LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346
|
||||
RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741
|
||||
SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837
|
||||
Warenhaus-Standard is public domain. See https://fontlibrary.org/en/font/warenhaus-typenhebel
|
||||
|
||||
|
|
Binary file not shown.
4
theme.py
4
theme.py
|
@ -172,8 +172,8 @@ def setThemePurple(baseDir: str):
|
|||
"background-color: #554;": "background-color: #ff42a0;",
|
||||
"color: #FFFFFE;": "color: #1f152d;",
|
||||
"calendar-bg-color": "#eee",
|
||||
"*font-family": "'SundownerRegular'",
|
||||
"*src": "url('./fonts/SundownerRegular.ttf') format('truetype')",
|
||||
"*font-family": "'RailModel'",
|
||||
"*src": "url('./fonts/RailModel.ttf') format('truetype')",
|
||||
"lines-color": "#ff42a0",
|
||||
"day-number": "#3f2145",
|
||||
"day-number2": "#1f152d",
|
||||
|
|
Loading…
Reference in New Issue