Revert dark theme color changes
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
77c023f42c
commit
c2312bb3a4
1 changed files with 4 additions and 4 deletions
|
|
@ -168,10 +168,10 @@
|
|||
.dark-theme,
|
||||
.butter-theme {
|
||||
/* background color | --bg-[background type]: value */
|
||||
--bg-surface: hsl(208, 8%, 16%);
|
||||
--bg-surface-transparent: hsla(208, 8%, 16%, 0);
|
||||
--bg-surface-low: hsl(208, 8%, 12%);
|
||||
--bg-surface-low-transparent: hsla(208, 8%, 12%, 0);
|
||||
--bg-surface: hsl(208, 8%, 20%);
|
||||
--bg-surface-transparent: hsla(208, 8%, 20%, 0);
|
||||
--bg-surface-low: hsl(208, 8%, 16%);
|
||||
--bg-surface-low-transparent: hsla(208, 8%, 16%, 0);
|
||||
--bg-surface-hover: rgba(255, 255, 255, 3%);
|
||||
--bg-surface-active: rgba(255, 255, 255, 5%);
|
||||
--bg-surface-border: rgba(0, 0, 0, 20%);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue