mirror of
https://github.com/tomfran/typo.git
synced 2025-04-26 13:39:55 +03:00
Added spacegray.css theme
This commit is contained in:
parent
6edc38ce73
commit
fea9e06fd6
1 changed files with 15 additions and 0 deletions
15
assets/css/colors/spacegray.css
Normal file
15
assets/css/colors/spacegray.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
:root {
|
||||
--content-primary: rgb(24, 24, 24);
|
||||
--content-secondary: rgb(88, 88, 88);
|
||||
--background: rgb(248, 248, 248);
|
||||
--code-background: rgb(232, 232, 232);
|
||||
--code-border: rgb(216, 216, 216);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--content-primary: rgb(248, 248, 248);
|
||||
--content-secondary: rgb(184, 184, 184);
|
||||
--background: rgb(24, 24, 24);
|
||||
--code-background: rgb(40, 40, 40);
|
||||
--code-border: rgb(56, 56, 56);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue