Skip to content

Commit

Permalink
fix(proton): interaction-weak color (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
soya-daizu and isabelroses authored Jul 28, 2023
1 parent b130f2b commit c92fc6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/proton/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Proton Catppuccin
@namespace github.com/catppuccin/userstyles/styles/proton
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton
@version 0.1.2
@version 0.1.3
@description Soothing pastel theme for Proton services
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css
Expand Down Expand Up @@ -263,12 +263,12 @@
--interaction-norm-major-2: saturate(@accent-Color, 20%);
--interaction-norm-major-3: saturate(@accent-Color, 10%);
--interaction-norm-contrast: @mantle;
--interaction-weak-minor-2: darken(@overlay0, 50%);
--interaction-weak-minor-1: darken(@overlay0, 30%);
--interaction-weak: @overlay0;
--interaction-weak-major-1: lighten(@overlay0, 10%);
--interaction-weak-major-2: lighten(@overlay0, 20%);
--interaction-weak-major-3: lighten(@overlay0, 30%);
--interaction-weak-minor-2: darken(@surface0, 50%);
--interaction-weak-minor-1: darken(@surface0, 30%);
--interaction-weak: @surface0;
--interaction-weak-major-1: lighten(@surface0, 10%);
--interaction-weak-major-2: lighten(@surface0, 20%);
--interaction-weak-major-3: lighten(@surface0, 30%);
--interaction-weak-contrast: @text;
--text-norm: @text;
--text-weak: @subtext0;
Expand Down

0 comments on commit c92fc6b

Please sign in to comment.