Skip to content

Commit f9b2f9a

Browse files
b221
1 parent b672737 commit f9b2f9a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/punica.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
////////////////////////////////////////////////////////////////
1111
///-------------------------------------------------------------
12-
$active-theme: default;
12+
$active-theme: dark;
1313
///-------------------------------------------------------------
1414
////////////////////////////////////////////////////////////////
1515
$theme-name: if(map.has-key(get.$themes, $active-theme),

src/themes.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ $themes: (
9494
)
9595
)
9696
),
97+
'navbar': (
98+
'background-color': lighten(#222226, 2.5%),
99+
'input': (
100+
'background-color': #222226
101+
),
102+
'menu': (
103+
'background-color': lighten(#222226, 2.5%),
104+
)
105+
),
97106
'tooltip': (
98107
'color' : #222226,
99108
'font-weight' : 500,

0 commit comments

Comments
 (0)