Fix dark theme color
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
631ce7645f
commit
ed27e6b8e4
1 changed files with 6 additions and 6 deletions
|
@ -178,12 +178,12 @@
|
||||||
.dark-theme,
|
.dark-theme,
|
||||||
.butter-theme {
|
.butter-theme {
|
||||||
/* background color | --bg-[background type]: value */
|
/* background color | --bg-[background type]: value */
|
||||||
--bg-surface: hsl(208, 8%, 20%);
|
--bg-surface: hsl(230, 8%, 20%);
|
||||||
--bg-surface-transparent: hsla(208, 8%, 20%, 0);
|
--bg-surface-transparent: hsla(230, 8%, 20%, 0);
|
||||||
--bg-surface-low: hsl(208, 8%, 16%);
|
--bg-surface-low: hsl(230, 8%, 16%);
|
||||||
--bg-surface-low-transparent: hsla(208, 8%, 16%, 0);
|
--bg-surface-low-transparent: hsla(230, 8%, 16%, 0);
|
||||||
--bg-surface-extra-low: hsl(208, 8%, 14%);
|
--bg-surface-extra-low: hsl(230, 8%, 14%);
|
||||||
--bg-surface-extra-low-transparent: hsla(208, 8%, 14%, 0);
|
--bg-surface-extra-low-transparent: hsla(230, 8%, 14%, 0);
|
||||||
--bg-surface-hover: rgba(255, 255, 255, 3%);
|
--bg-surface-hover: rgba(255, 255, 255, 3%);
|
||||||
--bg-surface-active: rgba(255, 255, 255, 5%);
|
--bg-surface-active: rgba(255, 255, 255, 5%);
|
||||||
--bg-surface-border: rgba(0, 0, 0, 20%);
|
--bg-surface-border: rgba(0, 0, 0, 20%);
|
||||||
|
|
Loading…
Reference in a new issue