From 6b3b55455df59f031f4e9fc1264db9f76f298f95 Mon Sep 17 00:00:00 2001
From: Denys Nykula <vegan@libre.net.ua>
Date: Thu, 18 May 2023 23:05:19 +0300
Subject: [PATCH] paper theme: more contrast and fix setting tab hover

---
 static/themes/paper.json | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/static/themes/paper.json b/static/themes/paper.json
index a3b90a0a..fa697a7a 100644
--- a/static/themes/paper.json
+++ b/static/themes/paper.json
@@ -70,31 +70,21 @@
       "buttonHover": [
         {
           "x": 0,
-          "y": "2",
-          "blur": "5",
-          "spread": 0,
+          "y": 2,
+          "blur": 3,
+          "spread": -2,
           "color": "#494949",
-          "alpha": "0.1"
-        },
-        {
-          "x": 0,
-          "y": "2",
-          "blur": "0",
-          "spread": "20",
-          "color": "#ffffff",
-          "alpha": "1",
-          "inset": true
+          "alpha": "0.5"
         }
       ],
       "buttonPressed": [
         {
           "x": 0,
-          "y": 0,
-          "blur": "4",
-          "spread": "0",
+          "y": 2,
+          "blur": 3,
+          "spread": -3,
           "color": "#494949",
-          "alpha": "0.8",
-          "inset": false
+          "alpha": "0.5"
         }
       ],
       "avatarStatus": [
@@ -138,14 +128,18 @@
       ]
     },
     "opacity": {
-      "underlay": "1",
+      "underlay": 0,
       "border": "0"
     },
     "colors": {
       "bg": "#ffffff",
       "fg": "#f6f6f6",
-      "text": "#494949",
-      "underlay": "#ffffff",
+      "text": "#222222",
+      "underlay": "#f1f2f3",
+      "wallpaper": "#f1f2f3",
+      "selectedMenu": "#f1f2f3",
+      "selectedMenuPopover": "#f1f2f3",
+      "selectedPost": "#f1f2f3",
       "link": "#788ca1",
       "accent": "#97a0aa",
       "cBlue": "#788ca1",
@@ -156,6 +150,7 @@
       "border": "#ffffff",
       "icon": "#b6c9c4",
       "panel": "#ffffff",
+      "topBar": "#ffffff",
       "topBarText": "#4b4b4b"
     },
     "radii": {