fix(proton): ring and active color ()

* feat(proton): add focus ring color

* fix(proton): reduce use of accent color
This commit is contained in:
soya_daizu 2023-07-25 04:48:24 +09:00 committed by GitHub
parent 876741a3b4
commit c91e1f4476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,14 +219,16 @@
--field-disabled: @overlay0;
--field-focus: @accent-Color;
--field-highlight: fadeout(@accent-Color, 30%);
--focus-outline: @accent-Color;
--focus-ring: fadeout(@accent-Color, 60%);
--border-norm: @overlay0;
--border-weak: @overlay1;
--background-norm: @base;
--background-weak: @mantle;
--background-strong: @crust;
--interaction-default: transparent;
--interaction-default-hover: fadeout(@accent-Color, 30%);
--interaction-default-active: fadeout(@accent-Color, 40%);
--interaction-default-hover: fadeout(@overlay1, 80%);
--interaction-default-active: fadeout(@overlay1, 60%);
--shadow-norm-opacity: 0.5;
--shadow-lifted-opacity: 0.75;
--backdrop-norm: fadeout(@crust, 50%);