Skip to content

Commit

Permalink
change default colors structure
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 27, 2019
1 parent ea64796 commit d04de2e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 34 deletions.
16 changes: 0 additions & 16 deletions branding/colors/color_schemes/eosdac.colors.styl

This file was deleted.

16 changes: 0 additions & 16 deletions branding/colors/color_schemes/liberland.colors.styl

This file was deleted.

2 changes: 0 additions & 2 deletions branding/colors/default.colors.styl

This file was deleted.

1 change: 1 addition & 0 deletions branding/css/extended.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//use this file for your custom css
10 changes: 10 additions & 0 deletions statics/config/theme.json
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)"
}
}

0 comments on commit d04de2e

Please sign in to comment.