diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-16 23:29:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-16 23:29:19 +0200 |
| commit | 1f5ada08c156687c6a8de22f9f8acb6c5c15824b (patch) | |
| tree | 7ca882d49f1b833c646012213a8ad0610e35e90c /static/themes/redmond-xxi.json | |
| parent | c351e5124c41be994a85c1562aed72d6f48bc273 (diff) | |
themes update
Diffstat (limited to 'static/themes/redmond-xxi.json')
| -rw-r--r-- | static/themes/redmond-xxi.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/themes/redmond-xxi.json b/static/themes/redmond-xxi.json index d10bf138..5371ee64 100644 --- a/static/themes/redmond-xxi.json +++ b/static/themes/redmond-xxi.json @@ -241,6 +241,7 @@ "bg": "#d6d6ce", "text": "#000000", "link": "#0000ff", + "accent": "#0a246a", "fg": "#d6d6ce", "panel": "#042967", "panelFaint": "#FFFFFF", @@ -254,7 +255,9 @@ "cRed": "#c42726", "cBlue": "#6699cc", "cGreen": "#669966", - "cOrange": "#cc6633" + "cOrange": "#cc6633", + "lightBg": "--accent", + "selectedPost": "--bg,-10" }, "radii": { "btn": "0", |
