mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 08:15:26 +00:00
Wrote a ton of color themes
This commit is contained in:
+16
-1
@@ -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