-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unknown
committed
Jun 27, 2019
1 parent
ea64796
commit d04de2e
Showing
5 changed files
with
11 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
//use this file for your custom css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"is_dark": true, | ||
"colors": { | ||
"$primary" : "#4a1289", | ||
"$bg1" : "#1e2128", | ||
"$bg2" : "#272b35", | ||
"$text1" : "hsla(0,0%,100%,0.9)", | ||
"$text2" : "hsla(0,0%,100%,0.7)" | ||
} | ||
} |