mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
Create color-dark.css
This commit is contained in:
parent
a520c6f513
commit
e2959b70bc
1 changed files with 21 additions and 0 deletions
21
css/color-dark.css
Normal file
21
css/color-dark.css
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
:root {
|
||||||
|
--text-primary: #fff;
|
||||||
|
--text-secondary: #808080;
|
||||||
|
|
||||||
|
--app-background: #181818;
|
||||||
|
--context-menu-background: #333;
|
||||||
|
--border-color: #444;
|
||||||
|
--item-hover-background: #373737;
|
||||||
|
--item-active-background: #383838;
|
||||||
|
|
||||||
|
--engagement-bar-background: #CCCCCC;
|
||||||
|
--engagement-bar-foreground: #909090;
|
||||||
|
|
||||||
|
--top-bar-background: #202020;
|
||||||
|
--guide-background: #212121;
|
||||||
|
|
||||||
|
--thumbnail-background: #252525;
|
||||||
|
|
||||||
|
--channel-info-background: #181818;
|
||||||
|
--channel-contents-background: #0f0f0f;
|
||||||
|
}
|
Loading…
Reference in a new issue