|
2 | 2 | @name Reddit Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/reddit |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit |
5 | | -@version 2.0.9 |
| 5 | +@version 2.0.10 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit |
8 | 8 | @description Soothing pastel theme for Reddit |
|
67 | 67 | --color-global-focus: @surface1 !important; |
68 | 68 | --color-interactive-content-disabled: @subtext0 !important; |
69 | 69 | --color-interactive-background-disabled: @subtext0 !important; |
70 | | - --color-interactive-pressed: darken(@subtext0, 2) !important; |
| 70 | + --color-interactive-pressed: @surface2 !important; |
71 | 71 | --color-neutral-content: @text !important; |
72 | 72 | --color-neutral-content-disabled: @subtext0 !important; |
73 | 73 | --color-neutral-content-weak: @subtext0 !important; |
74 | 74 | --color-neutral-content-strong: @text !important; |
75 | | - --color-global-white: @text !important; |
| 75 | + --color-global-white: @crust !important; |
76 | 76 | --color-neutral-background: @base !important; |
77 | 77 | --color-neutral-background-selected: @surface0 !important; |
78 | 78 | --color-neutral-background-weak: @mantle !important; |
|
96 | 96 | --color-secondary-weak: @subtext0 !important; |
97 | 97 | --color-secondary-onBackground: @text !important; |
98 | 98 | --color-secondary-background: @mantle !important; |
99 | | - --color-secondary-background-hover: darken(@mantle, 2) !important; |
100 | | - --color-secondary-background-selected: darken(@mantle, 2) !important; |
| 99 | + --color-secondary-background-hover: @surface1 !important; |
| 100 | + --color-secondary-background-selected: @surface1 !important; |
101 | 101 | --color-secondary-plain: @subtext0 !important; |
102 | 102 | --color-secondary-plain-hover: @subtext1 !important; |
103 | 103 | --color-danger-background: @red !important; |
|
120 | 120 | --color-upvote-disabled: @subtext0 !important; |
121 | 121 | --color-upvote-onBackground: @text !important; |
122 | 122 | --color-upvote-background: @base !important; |
123 | | - --color-upvote-background-hover: @base !important; |
| 123 | + --color-upvote-background-hover: darken(@accent-color, 5%) !important; |
124 | 124 | --color-upvote-background-disabled: @base !important; |
125 | 125 | --color-downvote-content: @text !important; |
126 | 126 | --color-downvote-content-weak: @text !important; |
127 | 127 | --color-downvote-disabled: @subtext0 !important; |
128 | 128 | --color-downvote-onBackground: @text !important; |
129 | 129 | --color-downvote-background: @base !important; |
130 | | - --color-downvote-background-hover: @base !important; |
| 130 | + --color-downvote-background-hover: darken(@blue, 5%) !important; |
131 | 131 | --color-downvote-background-disabled: @mantle !important; |
132 | 132 | --color-tone-1: @text !important; |
133 | 133 | --color-tone-2: @subtext0 !important; |
|
145 | 145 | --color-brand-background-hover: @accent-color !important; |
146 | 146 | --color-global-orangered: @accent-color !important; |
147 | 147 | --color-action-upvote: @accent-color !important; |
| 148 | + --color-action-downvote: @blue; |
148 | 149 |
|
| 150 | + --shreddit-color-wordmark: @accent-color; |
149 | 151 | #reddit-logo { |
150 | 152 | circle[fill="#FF4500"] { |
151 | 153 | fill: @accent-color !important; |
|
0 commit comments