Skip to content

Commit

Permalink
Theme Selector for development
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Sep 26, 2024
1 parent 0f5c9bd commit 3920abc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/themes/AppThemes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ export const BladeDarkWhiteTheme = {
main: '#FFFFFF'
},
secondary: {
main: '#FFFFFF'
main: '#000000'
},
accent: {
main: '#FF0000'
main: '#000000'
},
background: {
default: '#000',
paper: '#090909'
}
}
}
Expand All @@ -116,10 +120,10 @@ export const BladeLightBlackTheme = {
main: '#000000'
},
secondary: {
main: '#000000'
main: '#FFFFFF'
},
accent: {
main: '#FF0000'
main: '#FFFFFF'
}
}
}
Expand Down

0 comments on commit 3920abc

Please sign in to comment.