Skip to content

Commit

Permalink
Update Home.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajSanap authored Jun 6, 2024
1 parent 56b3d81 commit fa8bed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"theme.base": "dark",
"theme.backgroundColor": "black",
"theme.primaryColor": "#c98bdb",
"theme.secondaryBackgroundColor": "#c19ad9",
"theme.secondaryBackgroundColor": "#66278c",
"theme.textColor": "white",
"button_face": "🌜"
},
"dark": {
"theme.base": "light",
"theme.backgroundColor": "white",
"theme.primaryColor": "#c19ad9",
"theme.secondaryBackgroundColor": "#82E1D7",
"theme.secondaryBackgroundColor": "#66278c",
"theme.textColor": "#0a1464",
"button_face": "🌞"
}
Expand Down

0 comments on commit fa8bed7

Please sign in to comment.