fix(proton): tooltip color (#150)

This commit is contained in:
soya_daizu 2023-07-29 03:16:16 +09:00 committed by GitHub
parent d1f8a425bb
commit 7c93647e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@
--text-weak: @subtext0;
--text-hint: @subtext1;
--text-disabled: @overlay1;
--text-invert: invert(@text);
--text-invert: @crust;
--field-norm: @overlay2;
--field-hover: @overlay1;
--field-disabled: @overlay0;
@ -287,6 +287,7 @@
--background-norm: @base;
--background-weak: @mantle;
--background-strong: @crust;
--background-invert: @text;
--interaction-default: transparent;
--interaction-default-hover: fadeout(@overlay1, 80%);
--interaction-default-active: fadeout(@overlay1, 60%);
@ -304,8 +305,7 @@
--optional-mini-calendar-today-color: @text;
--optional-logo-text-proton-color: @text;
--optional-logo-text-product-color: @text;
--optional-tooltip-background-color: var(--background-weak);
--favorite-icon-color: var(--optional-favorite-icon-color, @peach);
--favorite-icon-color: @peach;
}
.ui-prominent {