basic jig for SASS-based themed CSS (one bundle per theme)
This commit is contained in:
parent
b0319ec0f1
commit
bacb284415
77 changed files with 17 additions and 3 deletions
7
src/skins/vector/css/themes/dark.scss
Normal file
7
src/skins/vector/css/themes/dark.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// typical text (dark-on-white in light skin)
|
||||
$primary-fg-color: #dddddd;
|
||||
$primary-bg-color: #2d2d2d;
|
||||
|
||||
// button UI (white-on-green in light skin)
|
||||
|
||||
@import "../_components"
|
4
src/skins/vector/css/themes/light.scss
Normal file
4
src/skins/vector/css/themes/light.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
$primary-fg-color: #454545;
|
||||
$primary-bg-color: #ffffff;
|
||||
|
||||
@import "../_components"
|
Loading…
Add table
Add a link
Reference in a new issue