Fixed themes, added bitcoin theme

This commit is contained in:
Ben Arc
2022-02-17 21:34:36 +00:00
parent c626e12fa3
commit e9065833c0
4 changed files with 31 additions and 5 deletions
+8
View File
@@ -1,4 +1,12 @@
$themes: (
'bitcoin': (
primary: #ff9853,
secondary: #ff7353,
dark: #2d293b,
info: #333646,
marginal-bg: #2d293b,
marginal-text: #fff
),
'classic': (
primary: #673ab7,
secondary: #9c27b0,