Updated look of dark mode to be more "dark" and more friendly

This commit is contained in:
Isaac Grynsztein
2020-03-24 19:26:56 -04:00
parent a4f97d3814
commit 7c605d83cd
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const THEMES_CONFIG = {
},
'dark': {
'key': 'dark',
'background_color': '#757575',
'background_color': '#141414',
'alternate_color': '#695959',
'css_label': 'dark-theme',
'social_theme': 'material-dark'