mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-21 21:38:45 +01:00
change theme background variable name
This commit is contained in:
parent
e303b3d2f4
commit
21e19f7bbe
@ -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,
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user