Wrote a ton of color themes
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
module.exports = {
|
||||
defaultTheme: 'Default',
|
||||
builtInThemes: ['hacker-green', 'hacker-red', 'hacker-pink'],
|
||||
builtInThemes: [
|
||||
'nord',
|
||||
'nord-frost',
|
||||
'callisto',
|
||||
'thebe',
|
||||
'material',
|
||||
'dracula',
|
||||
'matrix',
|
||||
'matrix-red',
|
||||
'hacker-girl',
|
||||
'bee',
|
||||
'raspberry-jam',
|
||||
'tiger',
|
||||
'high-contrast-light',
|
||||
'high-contrast-dark',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user