diff options
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", |
