cobalt.css: brighter light mode
This commit is contained in:
parent
dc3e32bb7d
commit
8e24f91a06
1 changed files with 13 additions and 13 deletions
|
@ -35,13 +35,13 @@
|
|||
--accent: rgb(25, 25, 25);
|
||||
--accent-highlight: rgb(25, 25, 25, 4%);
|
||||
--accent-subtext: rgb(110, 110, 110);
|
||||
--accent-hover: rgb(230, 230, 230);
|
||||
--accent-hover-elevated: rgb(215, 215, 215);
|
||||
--accent-hover: rgb(225, 225, 225);
|
||||
--accent-hover-elevated: rgb(210, 210, 210);
|
||||
--accent-hover-transparent: rgba(215, 215, 215, 0.5);
|
||||
--accent-button: rgb(225, 225, 225);
|
||||
--accent-button-elevated: rgb(210, 210, 210);
|
||||
--glass: rgba(230, 230, 230, 0.85);
|
||||
--glass-lite: rgba(230, 230, 230, 0.98);
|
||||
--accent-button: rgb(232, 232, 232);
|
||||
--accent-button-elevated: rgb(215, 215, 215);
|
||||
--glass: rgba(232, 232, 232, 0.85);
|
||||
--glass-lite: rgba(232, 232, 232, 0.98);
|
||||
--subbackground: rgb(240, 240, 240);
|
||||
--background: rgb(255, 255, 255);
|
||||
--background-backdrop: rgba(255, 255, 255, 0.5);
|
||||
|
@ -66,13 +66,13 @@
|
|||
--accent: rgb(25, 25, 25);
|
||||
--accent-highlight: rgb(25, 25, 25, 4%);
|
||||
--accent-subtext: rgb(110, 110, 110);
|
||||
--accent-hover: rgb(230, 230, 230);
|
||||
--accent-hover-elevated: rgb(215, 215, 215);
|
||||
--accent-hover-transparent: rgba(219, 219, 219, 0.5);
|
||||
--accent-button: rgb(225, 225, 225);
|
||||
--accent-button-elevated: rgb(210, 210, 210);
|
||||
--glass: rgba(230, 230, 230, 0.85);
|
||||
--glass-lite: rgba(230, 230, 230, 0.98);
|
||||
--accent-hover: rgb(225, 225, 225);
|
||||
--accent-hover-elevated: rgb(210, 210, 210);
|
||||
--accent-hover-transparent: rgba(215, 215, 215, 0.5);
|
||||
--accent-button: rgb(232, 232, 232);
|
||||
--accent-button-elevated: rgb(215, 215, 215);
|
||||
--glass: rgba(232, 232, 232, 0.85);
|
||||
--glass-lite: rgba(232, 232, 232, 0.98);
|
||||
--subbackground: rgb(240, 240, 240);
|
||||
--background: rgb(255, 255, 255);
|
||||
--background-backdrop: rgba(255, 255, 255, 0.5);
|
||||
|
|
Loading…
Reference in a new issue