Skip to content

Commit 049d994

Browse files
committed
make sure we have all the commented vars here
1 parent 8dfd2a8 commit 049d994

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config/cp.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'theme' => [
109109
// 'grays' => Color::Zinc,
110110

111-
// 'primary' => Color::Yellow[500],
111+
// 'primary' => Color::Zinc[800],
112112
// 'success' => Color::Green[400],
113113
// 'danger' => Color::Red[600],
114114

@@ -120,12 +120,18 @@
120120
// 'dark-body-bg' => Color::Zinc[900],
121121
// 'dark-body-border' => Color::Zinc[950],
122122

123+
// 'global-header-bg' => Color::Zinc[800],
124+
// 'dark-global-header-bg' => Color::Zinc[800],
125+
123126
// 'content-bg' => "linear-gradient(to right, hsl(0,0%,99%), #ffffff)",
124127
// 'content-border' => Color::Zinc[200],
125128
// 'dark-content-bg' => Color::Zinc[900],
126129
// 'dark-content-border' => Color::Zinc[950],
127130

128131
// 'progress-bar' => Color::Volt,
132+
133+
// 'switch-bg' => Color::Green[400],
134+
// 'dark-switch-bg' => Color::Green[500],
129135
],
130136

131137
/*

0 commit comments

Comments
 (0)