Adds material dark theme

This commit is contained in:
Alicia Sykes
2021-06-02 18:54:57 +01:00
parent 453b162cac
commit f08a4dfbad
3 changed files with 108 additions and 50 deletions

View File

@@ -14,15 +14,16 @@ module.exports = {
theme: 'default',
fontAwesomeKey: '0821c65656',
builtInThemes: [
'nord',
'nord-frost',
'callisto',
'thebe',
'dracula',
'material',
'material-dark',
'colorful',
'nord',
'nord-frost',
'minimal-dark',
'minimal-light',
'colorful',
'matrix',
'matrix-red',
'hacker-girl',
@@ -30,7 +31,7 @@ module.exports = {
'bee',
'tiger',
'material-original',
'material-dark',
'material-dark-original',
'high-contrast-dark',
'high-contrast-light',
],