Henge colors

main
Bob Mottram 2020-06-12 21:09:43 +01:00
parent b46227f79d
commit 4e75684c4e
2 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -287,27 +287,27 @@ def setThemeHenge(baseDir: str):
"font-size3": "40px",
"font-size4": "24px",
"font-size5": "22px",
"main-bg-color": "#20260e",
"text-entry-background": "#20260e",
"link-bg-color": "#20260e",
"main-link-color": "#ffc4bc",
"main-bg-color": "#627428",
"text-entry-background": "#627428",
"link-bg-color": "#627428",
"main-link-color": "#c5d2b9",
"main-visited-color": "#e1c4bc",
"main-fg-color": "#ffc4bc",
"main-fg-color": "#c5d2b9",
"main-bg-color-dm": "#0b0a0a",
"border-color": "#69282c",
"border-color": "#517476",
"border-width": "3px",
"main-bg-color-reply": "#20260e",
"main-bg-color-report": "#20260e",
"main-bg-color-reply": "#627428",
"main-bg-color-report": "#627428",
"hashtag-vertical-spacing3": "100px",
"hashtag-vertical-spacing4": "150px",
"button-background": "#69282c",
"button-selected": "#a34046",
"calendar-bg-color": "#20260e",
"title-text": "#ffc4bc",
"button-background": "#517476",
"button-selected": "#283839",
"calendar-bg-color": "#627428",
"title-text": "#c5d2b9",
"title-background": "#69282c",
"lines-color": "#ffc4bc",
"day-number": "#ffc4bc",
"day-number2": "#aaa",
"lines-color": "#c5d2b9",
"day-number": "#c5d2b9",
"day-number2": "#ccc",
"event-background": "#111",
"cw-glow-radius1": "30px",
"cw-glow-radius2": "40px",
@ -319,7 +319,7 @@ def setThemeHenge(baseDir: str):
"cw-glow-color3": "#a3d5f0",
"cw-glow-color4": "#a3d5f0",
"cw-glow-color5": "#a3d5f0",
"cw-background": "#20260e",
"cw-background": "#627428",
"timeline-border-radius": "20px",
"image-corners": "8%",
"*font-family": "'bgrove'",