Skip to content

Commit

Permalink
Adds minimal light / dark theme support with accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed Sep 27, 2023
1 parent 618c7b3 commit 44b69ad
Show file tree
Hide file tree
Showing 5 changed files with 760 additions and 18 deletions.
11 changes: 1 addition & 10 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,11 @@
"theme": {
"light": "#f8f9fa",
"dark": "#343a40",
"primary": "#007bff",
"secondary": "#6c757d",
"success": "#28a745",
"info": "#17a2b8",
"warning": "#ffc107",
"error": "#dc3545"
"accent": "#00f07f"
},
"color": {
"crimson": "#eb0052",
"muted": "#6c757d",
"white": "#fff"
},
"properties": {
"gradient": "linear-gradient(var(--primary), var(--secondary))"
},
"grid": {
"steps": 6
Expand Down
Loading

0 comments on commit 44b69ad

Please sign in to comment.