Skip to content

Commit

Permalink
fix(reddit): misc (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Apr 7, 2024
1 parent 9731f6d commit 619ac52
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions styles/reddit/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Reddit Catppuccin
@namespace github.com/catppuccin/userstyles/styles/reddit
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit
@version 2.0.9
@version 2.0.10
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit
@description Soothing pastel theme for Reddit
Expand Down Expand Up @@ -67,12 +67,12 @@
--color-global-focus: @surface1 !important;
--color-interactive-content-disabled: @subtext0 !important;
--color-interactive-background-disabled: @subtext0 !important;
--color-interactive-pressed: darken(@subtext0, 2) !important;
--color-interactive-pressed: @surface2 !important;
--color-neutral-content: @text !important;
--color-neutral-content-disabled: @subtext0 !important;
--color-neutral-content-weak: @subtext0 !important;
--color-neutral-content-strong: @text !important;
--color-global-white: @text !important;
--color-global-white: @crust !important;
--color-neutral-background: @base !important;
--color-neutral-background-selected: @surface0 !important;
--color-neutral-background-weak: @mantle !important;
Expand All @@ -96,8 +96,8 @@
--color-secondary-weak: @subtext0 !important;
--color-secondary-onBackground: @text !important;
--color-secondary-background: @mantle !important;
--color-secondary-background-hover: darken(@mantle, 2) !important;
--color-secondary-background-selected: darken(@mantle, 2) !important;
--color-secondary-background-hover: @surface1 !important;
--color-secondary-background-selected: @surface1 !important;
--color-secondary-plain: @subtext0 !important;
--color-secondary-plain-hover: @subtext1 !important;
--color-danger-background: @red !important;
Expand All @@ -120,14 +120,14 @@
--color-upvote-disabled: @subtext0 !important;
--color-upvote-onBackground: @text !important;
--color-upvote-background: @base !important;
--color-upvote-background-hover: @base !important;
--color-upvote-background-hover: darken(@accent-color, 5%) !important;
--color-upvote-background-disabled: @base !important;
--color-downvote-content: @text !important;
--color-downvote-content-weak: @text !important;
--color-downvote-disabled: @subtext0 !important;
--color-downvote-onBackground: @text !important;
--color-downvote-background: @base !important;
--color-downvote-background-hover: @base !important;
--color-downvote-background-hover: darken(@blue, 5%) !important;
--color-downvote-background-disabled: @mantle !important;
--color-tone-1: @text !important;
--color-tone-2: @subtext0 !important;
Expand All @@ -145,7 +145,9 @@
--color-brand-background-hover: @accent-color !important;
--color-global-orangered: @accent-color !important;
--color-action-upvote: @accent-color !important;
--color-action-downvote: @blue;

--shreddit-color-wordmark: @accent-color;
#reddit-logo {
circle[fill="#FF4500"] {
fill: @accent-color !important;
Expand Down

0 comments on commit 619ac52

Please sign in to comment.