mirror of https://gitlab.com/bashrc2/epicyon
Hacker theme colors
parent
5aecd6216a
commit
6ffd772b3e
6
theme.py
6
theme.py
|
@ -142,13 +142,13 @@ def setThemeHacker(baseDir: str):
|
|||
"main-bg-color-reply": "#030202",
|
||||
"main-bg-color-report": "#050202",
|
||||
"main-header-color-roles": "#1f192d",
|
||||
"main-fg-color": "green",
|
||||
"main-fg-color": "#00ff00",
|
||||
"border-color": "#035103",
|
||||
"main-link-color": "#266020",
|
||||
"main-link-color": "#2fff2f",
|
||||
"main-visited-color": "#3c8234",
|
||||
"button-selected": "#063200",
|
||||
"button-background": "#062200",
|
||||
"button-text": "green",
|
||||
"button-text": "#00ff00",
|
||||
"button-corner-radius": "4px",
|
||||
"timeline-border-radius": "4px",
|
||||
"*font-family": "'Bedstead'",
|
||||
|
|
Loading…
Reference in New Issue