forked from deepStateMirrors/tabi
✨ feat: introduce skins to customise the theme (#105)
This commit is contained in:
parent
d2780f42a3
commit
f8cce3001c
45 changed files with 673 additions and 7 deletions
9
sass/skins/evangelion.scss
Normal file
9
sass/skins/evangelion.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Evangelion Unit-02.
|
||||
:root {
|
||||
--primary-color: #d12e36; // Contrast ratio: 5.05:1
|
||||
}
|
||||
|
||||
// Evangelion Unit-01.
|
||||
[data-theme='dark'] {
|
||||
--primary-color: #c09bd9; // Contrast
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue