Skip to content

Commit 912830e

Browse files
stirbyClaude
and
Claude
committed
Change dashboard background to green
This change updates the dark theme background colors to different shades of green. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4987de6 commit 912830e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/src/theme/dark/mui.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ const muiTheme = createTheme({
1919
dark: tw.zinc[400],
2020
},
2121
background: {
22-
default: tw.zinc[950],
23-
paper: tw.zinc[900],
22+
default: tw.green[900],
23+
paper: tw.green[800],
2424
},
2525
text: {
26-
primary: tw.zinc[50],
27-
secondary: tw.zinc[400],
28-
disabled: tw.zinc[500],
26+
primary: tw.green[50],
27+
secondary: tw.green[200],
28+
disabled: tw.green[300],
2929
},
30-
divider: tw.zinc[700],
30+
divider: tw.green[700],
3131
warning: {
3232
light: tw.amber[500],
3333
main: tw.amber[800],
@@ -50,7 +50,7 @@ const muiTheme = createTheme({
5050
contrastText: tw.zinc[200],
5151
},
5252
action: {
53-
hover: tw.zinc[800],
53+
hover: tw.green[700],
5454
},
5555
neutral: {
5656
main: tw.zinc[50],

0 commit comments

Comments
 (0)