Closed PeskyPotato closed 5 years ago
you need to remove the config.json from the distribution, but other than that this looks like a great start!
You mean just take out the whole file and update this pull request?
yeah, you don't tend to include config files in main line branches.
Just took it out.
Implemented some unused CSS variables like
widget-header-foreground-color
andwidget-header-background-color
and added CSS variables liketable-data-foreground-color
andtable-info-foreground-color
.Added a dark theme
Changed
"css": "main.css"
to"theme": "default"
in the config.Added .gitignore for venv and cache files
Satisfies colour palette on #10