restructure repo
This commit is contained in:
parent
dc79d5c4de
commit
232e4c414e
82 changed files with 2 additions and 2 deletions
5
themes/terminimal/sass/color/background_dark.scss
Normal file
5
themes/terminimal/sass/color/background_dark.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
:root {
|
||||
--background: #131a21;
|
||||
|
||||
--color: #A9B7C6;
|
||||
}
|
3
themes/terminimal/sass/color/background_orange.scss
Normal file
3
themes/terminimal/sass/color/background_orange.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
:root {
|
||||
--background: #222129;
|
||||
}
|
9
themes/terminimal/sass/color/orange.scss
Normal file
9
themes/terminimal/sass/color/orange.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--accent: rgb(252, 147, 0);
|
||||
--accent-alpha-70: rgba(255,168,106,.7);
|
||||
--accent-alpha-20: rgba(255,168,106,.2);
|
||||
|
||||
--background: #222129;
|
||||
--color: white;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue