Skip to content

Commit

Permalink
fix: proper colors
Browse files Browse the repository at this point in the history
Co-authored-by: uncenter <[email protected]>
  • Loading branch information
goooseman and uncenter authored Aug 11, 2024
1 parent ff225c4 commit 1c7c99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/readwise/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
--subscribe-modal-input-color-placeholder: @overlay1;

/* Replacing colors specifically for theming correctness */
--primary: @blue;
--primary-dark: mix(@blue, @mantle, 20%);
--primary: @accent-color;
--primary-dark: mix(@accent-color, @mantle, 10%);
--secondary-orange: @peach;
--beta-purple: @mauve;
--red: @red;
Expand Down

0 comments on commit 1c7c99b

Please sign in to comment.