diff options
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/breezy-dark.json | 2 | ||||
| -rw-r--r-- | static/themes/breezy-light.json | 2 | ||||
| -rw-r--r-- | static/themes/redmond-xx-se.json | 2 | ||||
| -rw-r--r-- | static/themes/redmond-xx.json | 2 | ||||
| -rw-r--r-- | static/themes/redmond-xxi.json | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/static/themes/breezy-dark.json b/static/themes/breezy-dark.json index 3aafda52..c3bdcf65 100644 --- a/static/themes/breezy-dark.json +++ b/static/themes/breezy-dark.json @@ -114,7 +114,7 @@ "cGreen": "#27ae60", "cOrange": "#f67400", "btnPressed": "--accent", - "lightBg": "--accent", + "highlight": "--accent", "selectedPost": "--bg,10" }, "radii": { diff --git a/static/themes/breezy-light.json b/static/themes/breezy-light.json index df6e1a66..478407c9 100644 --- a/static/themes/breezy-light.json +++ b/static/themes/breezy-light.json @@ -117,7 +117,7 @@ "cGreen": "#27ae60", "cOrange": "#f67400", "btnPressed": "--accent", - "lightBg": "--accent", + "highlight": "--accent", "selectedPost": "--bg,10" }, "radii": { diff --git a/static/themes/redmond-xx-se.json b/static/themes/redmond-xx-se.json index 13ed3b0e..1a867fcc 100644 --- a/static/themes/redmond-xx-se.json +++ b/static/themes/redmond-xx-se.json @@ -283,7 +283,7 @@ "cBlue": "#008080", "cGreen": "#008000", "cOrange": "#808000", - "lightBg": "--accent", + "highlight": "--accent", "selectedPost": "--bg,-10" }, "radii": { diff --git a/static/themes/redmond-xx.json b/static/themes/redmond-xx.json index 7c687ae0..78c92f10 100644 --- a/static/themes/redmond-xx.json +++ b/static/themes/redmond-xx.json @@ -274,7 +274,7 @@ "cBlue": "#008080", "cGreen": "#008000", "cOrange": "#808000", - "lightBg": "--accent", + "highlight": "--accent", "selectedPost": "--bg,-10" }, "radii": { diff --git a/static/themes/redmond-xxi.json b/static/themes/redmond-xxi.json index 5371ee64..28f68351 100644 --- a/static/themes/redmond-xxi.json +++ b/static/themes/redmond-xxi.json @@ -256,7 +256,7 @@ "cBlue": "#6699cc", "cGreen": "#669966", "cOrange": "#cc6633", - "lightBg": "--accent", + "highlight": "--accent", "selectedPost": "--bg,-10" }, "radii": { |
