diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-02 02:18:01 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-02 02:18:01 +0100 |
commit | aa0e265a53ce0a9e292f2aad6f9d49ad37236841 (patch) | |
tree | 23275d8dbe159befd1a0e2757c6eab043c23a8ab | |
parent | b0a681964a5db50b970e59a90c89a09f568f5447 (diff) |
Modify dark theme
-rw-r--r-- | themes/dark.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark.json b/themes/dark.json index 921cbdc..c2f9693 100644 --- a/themes/dark.json +++ b/themes/dark.json @@ -2,8 +2,8 @@ "background_color": "#12151a", "text_color": "#ffffff", "faded_text_color": "#ffffffb3", - "shade_color": "#1c2027", - "selected_color": "#1d2128", + "shade_color": "#171a1f", + "selected_color": "#20252c", "replies_text_color": "#81a2be", "placeholder_text_color": "#ffffff64", "image_loading_background_color": "#343a46", @@ -20,7 +20,7 @@ "url_text_color": "#238cf5", "loading_page_color": "#afb4bc", "more_items_color": "#96afff64", - "drop_shadow": true, + "drop_shadow": false, "circle_mask_enabled": true, "rounded_rectangles": true } |