Skip to content

Commit

Permalink
fix(pinterest): adding messing switch variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq authored Jan 17, 2025
1 parent 5298989 commit 2f49f25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/pinterest/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,23 @@
--color-background-avatar-placeholder: @mantle;
--color-background-tabs-default-base: @base;
--color-background-tabs-default-hover: @surface1;
--color-background-switch-default-selected: @accent;
--color-background-switch-default-unselected: @base;
--color-background-switch-hover-selected: @accent;
--color-background-switch-hover-unselected: @surface0;
--color-background-switch-pressed-selected: fade(@accent, 50%);
--color-background-switch-pressed-unselected: fade(@accent, 50%);
--color-border-container: @surface1;
--color-border-default: @mantle;
--color-border-popover-primary: @surface0;
--color-border-popover-secondary: @text;
--color-border-focus: fade(@blue, 50%);
--color-border-switch-default-selected: @surface2;
--color-border-switch-default-unselected: @surface2;
--color-border-switch-focus-inner: @surface2;
--color-border-switch-focus-outer: @surface2;
--color-border-switch-hover-unselected: @surface2;
--color-border-switch-pressed-unselected: @surface2;
--color-text-success: @green;
--color-text-warning: @yellow;
--color-icon-success: @green;
Expand Down

0 comments on commit 2f49f25

Please sign in to comment.