mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
feat: new dark theme
This commit is contained in:
@@ -5,6 +5,8 @@ $theme-colours: (
|
||||
'main': rgba(242, 243, 244, 1),
|
||||
'secondary': rgba(0, 0, 0, 1),
|
||||
'main-text-color': rgba(242, 243, 244, 1),
|
||||
'photo-info': #2d3436,
|
||||
'photo-info-dark': #ffff
|
||||
);
|
||||
|
||||
$modal: (
|
||||
@@ -14,6 +16,10 @@ $modal: (
|
||||
'tab-underline': rgba(204, 204, 204, 1),
|
||||
'tab-underline-active': rgba(0, 0, 0, 1),
|
||||
'border-radius': 12px,
|
||||
'sidebar': #f0f0f0,
|
||||
'tab-active': rgba(219, 219, 219, 0.72),
|
||||
'sidebar-dark': #353b48,
|
||||
'tab-active-dark': rgba(65, 71, 84, .9)
|
||||
);
|
||||
|
||||
$marketplace: (
|
||||
|
||||
Reference in New Issue
Block a user