mirror of https://gitlab.com/bashrc2/epicyon
Blue theme gradient
parent
86489a5e58
commit
69210f39eb
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
2
theme.py
2
theme.py
|
@ -171,6 +171,8 @@ def setThemeBlue(baseDir: str):
|
|||
"main-bg-color-reply": "#002365",
|
||||
"main-bg-color-report": "#002365",
|
||||
"day-number2": "#002365",
|
||||
"*linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(\"banner.png\");": "linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(\"banner.png\");",
|
||||
"*linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(\"image.png\");": "linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(\"image.png\");",
|
||||
"*font-family": "'Domestic_Manners'",
|
||||
"*src": "url('./fonts/Domestic_Manners.ttf') format('truetype')"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue