Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
This commit is contained in:
parent
4cc5c6efd4
commit
8334323af8
27 changed files with 285 additions and 121 deletions
|
@ -1,4 +1,3 @@
|
|||
$grey: #2e2e2e;
|
||||
$midnight: #1d1d1d;
|
||||
$darkgrey: #666666;
|
||||
$green: #60E078;
|
||||
|
@ -6,4 +5,4 @@ $palewhite: #cccccc;
|
|||
$red : #FF4652;
|
||||
|
||||
$itempadding: 40px;
|
||||
$halvedpadding: $itempadding / 2;
|
||||
$halvedpadding: $itempadding / 2;
|
Loading…
Add table
Add a link
Reference in a new issue