diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-22 01:28:46 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-22 01:28:46 +0200 |
| commit | 644ce497a0f118b2e5050a2e45b67450915c53f0 (patch) | |
| tree | a287dec888bca62d2ff9ff83c6df767069d38d86 /static/themes | |
| parent | 803edcb53a664382f9db9a00ccebe8efee1873ef (diff) | |
lightBg -> highlight because it causes issues with v2
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": { |
