Skip to content

Commit 619ac52

Browse files
authored
fix(reddit): misc (catppuccin#777)
1 parent 9731f6d commit 619ac52

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

styles/reddit/catppuccin.user.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Reddit Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/reddit
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit
5-
@version 2.0.9
5+
@version 2.0.10
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit
88
@description Soothing pastel theme for Reddit
@@ -67,12 +67,12 @@
6767
--color-global-focus: @surface1 !important;
6868
--color-interactive-content-disabled: @subtext0 !important;
6969
--color-interactive-background-disabled: @subtext0 !important;
70-
--color-interactive-pressed: darken(@subtext0, 2) !important;
70+
--color-interactive-pressed: @surface2 !important;
7171
--color-neutral-content: @text !important;
7272
--color-neutral-content-disabled: @subtext0 !important;
7373
--color-neutral-content-weak: @subtext0 !important;
7474
--color-neutral-content-strong: @text !important;
75-
--color-global-white: @text !important;
75+
--color-global-white: @crust !important;
7676
--color-neutral-background: @base !important;
7777
--color-neutral-background-selected: @surface0 !important;
7878
--color-neutral-background-weak: @mantle !important;
@@ -96,8 +96,8 @@
9696
--color-secondary-weak: @subtext0 !important;
9797
--color-secondary-onBackground: @text !important;
9898
--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;
101101
--color-secondary-plain: @subtext0 !important;
102102
--color-secondary-plain-hover: @subtext1 !important;
103103
--color-danger-background: @red !important;
@@ -120,14 +120,14 @@
120120
--color-upvote-disabled: @subtext0 !important;
121121
--color-upvote-onBackground: @text !important;
122122
--color-upvote-background: @base !important;
123-
--color-upvote-background-hover: @base !important;
123+
--color-upvote-background-hover: darken(@accent-color, 5%) !important;
124124
--color-upvote-background-disabled: @base !important;
125125
--color-downvote-content: @text !important;
126126
--color-downvote-content-weak: @text !important;
127127
--color-downvote-disabled: @subtext0 !important;
128128
--color-downvote-onBackground: @text !important;
129129
--color-downvote-background: @base !important;
130-
--color-downvote-background-hover: @base !important;
130+
--color-downvote-background-hover: darken(@blue, 5%) !important;
131131
--color-downvote-background-disabled: @mantle !important;
132132
--color-tone-1: @text !important;
133133
--color-tone-2: @subtext0 !important;
@@ -145,7 +145,9 @@
145145
--color-brand-background-hover: @accent-color !important;
146146
--color-global-orangered: @accent-color !important;
147147
--color-action-upvote: @accent-color !important;
148+
--color-action-downvote: @blue;
148149

150+
--shreddit-color-wordmark: @accent-color;
149151
#reddit-logo {
150152
circle[fill="#FF4500"] {
151153
fill: @accent-color !important;

0 commit comments

Comments
 (0)