change theme background variable name

This commit is contained in:
zombieFox 2021-08-21 13:38:33 +01:00
parent e303b3d2f4
commit 21e19f7bbe
9 changed files with 19 additions and 19 deletions

View File

@ -569,8 +569,8 @@
}
.is-theme-background-type-color .is-bookmark-opacity-low .bookmark-display-name {
--bookmark-display-name-color: var(--theme-background-color-rgb-text);
--bookmark-display-name-color-focus-hover: var(--theme-background-color-rgb-text);
--bookmark-display-name-color: var(--theme-background-color-text);
--bookmark-display-name-color-focus-hover: var(--theme-background-color-text);
}
.is-bookmark-alignment-top-left .bookmark-display-name-text,

View File

@ -53,7 +53,7 @@
.is-theme-background-type-color .clock-minute,
.is-theme-background-type-color .clock-second,
.is-theme-background-type-color .clock-meridiem {
color: hsl(var(--theme-background-color-rgb-text));
color: hsl(var(--theme-background-color-text));
}
.is-header-item-justify-left .clock {

View File

@ -53,7 +53,7 @@
.is-theme-background-type-color .date-date,
.is-theme-background-type-color .date-month,
.is-theme-background-type-color .date-year {
color: hsl(var(--theme-background-color-rgb-text));
color: hsl(var(--theme-background-color-text));
}
.is-header-item-justify-left .date {

View File

@ -24,7 +24,7 @@
}
.is-theme-background-type-color .greeting-text {
color: hsl(var(--theme-background-color-rgb-text));
color: hsl(var(--theme-background-color-text));
}
.is-header-item-justify-left .greeting {

View File

@ -80,7 +80,7 @@
}
.is-theme-background-type-color .group-name-text {
color: hsl(var(--theme-background-color-rgb-text));
color: hsl(var(--theme-background-color-text));
}
.group-body {
@ -175,8 +175,8 @@
}
.is-group-open-all-opacity-low.is-theme-background-type-color .group-control-open-all {
--button-text: var(--theme-background-color-rgb-text);
--button-text-focus-hover: var(--theme-background-color-rgb-text);
--button-text-active: var(--theme-background-color-rgb-text);
--button-text-disabled: var(--theme-background-color-rgb-text);
--button-text: var(--theme-background-color-text);
--button-text-focus-hover: var(--theme-background-color-text);
--button-text-active: var(--theme-background-color-text);
--button-text-disabled: var(--theme-background-color-text);
}

View File

@ -64,7 +64,7 @@ input[type="search"]:disabled {
}
.is-header-search-opacity-low.is-theme-background-type-color .search {
--form-placeholder: var(--theme-background-color-rgb-text);
--form-placeholder-focus-hover: var(--theme-background-color-rgb-text);
--form-placeholder-disabled: var(--theme-background-color-rgb-text);
--form-placeholder: var(--theme-background-color-text);
--form-placeholder-focus-hover: var(--theme-background-color-text);
--form-placeholder-disabled: var(--theme-background-color-text);
}

View File

@ -35,7 +35,7 @@
:root {
--theme-background-color: var(--theme-background-color-rgb-r), var(--theme-background-color-rgb-g), var(--theme-background-color-rgb-b);
--theme-background-color-rgb-text: 0, 0%, calc(((((var(--theme-background-color-rgb-r) * var(--theme-t-r)) + (var(--theme-background-color-rgb-g) * var(--theme-t-g)) + (var(--theme-background-color-rgb-b) * var(--theme-t-b))) / 255) - var(--theme-t)) * -10000000%);
--theme-background-color-text: 0, 0%, calc(((((var(--theme-background-color-rgb-r) * var(--theme-t-r)) + (var(--theme-background-color-rgb-g) * var(--theme-t-g)) + (var(--theme-background-color-rgb-b) * var(--theme-t-b))) / 255) - var(--theme-t)) * -10000000%);
}
.is-theme-style-light {

View File

@ -71,10 +71,10 @@
}
.is-toolbar-opacity-low.is-theme-background-type-color .toolbar {
--button-text: var(--theme-background-color-rgb-text);
--button-text-focus-hover: var(--theme-background-color-rgb-text);
--button-text-active: var(--theme-background-color-rgb-text);
--button-text-disabled: var(--theme-background-color-rgb-text);
--button-text: var(--theme-background-color-text);
--button-text-focus-hover: var(--theme-background-color-text);
--button-text-active: var(--theme-background-color-text);
--button-text-disabled: var(--theme-background-color-text);
}

View File

@ -29,7 +29,7 @@
}
.is-theme-background-type-color .transitional-text {
color: hsl(var(--theme-background-color-rgb-text));
color: hsl(var(--theme-background-color-text));
}
.is-header-item-justify-left .transitional {