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-xx.json | |
| parent | c351e5124c41be994a85c1562aed72d6f48bc273 (diff) | |
themes update
Diffstat (limited to 'static/themes/redmond-xx.json')
| -rw-r--r-- | static/themes/redmond-xx.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/themes/redmond-xx.json b/static/themes/redmond-xx.json index 4fd6a369..7c687ae0 100644 --- a/static/themes/redmond-xx.json +++ b/static/themes/redmond-xx.json @@ -259,6 +259,7 @@ "bg": "#c0c0c0", "text": "#000000", "link": "#0000ff", + "accent": "#000080", "fg": "#c0c0c0", "panel": "#000080", "panelFaint": "#c0c0c0", @@ -272,7 +273,9 @@ "cRed": "#FF0000", "cBlue": "#008080", "cGreen": "#008000", - "cOrange": "#808000" + "cOrange": "#808000", + "lightBg": "--accent", + "selectedPost": "--bg,-10" }, "radii": { "btn": "0", |
