Skip to content

Commit

Permalink
Revert theme colors to vuetify2 values
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 11, 2023
1 parent 5d17c02 commit 733a911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions photon-client/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ const darkTheme: VuetifyThemeVariant = Object.freeze({
secondary: "#39A4D5",
accent: "#FFD843",
background: "#232C37",
error: "#B00020",
error: "#FF5252",
info: "#2196F3",
success: "#4CAF50",
warning: "#FB8C00"
warning: "#FFC107"
});

const lightTheme: VuetifyThemeVariant = Object.freeze({
primary: "#006492",
secondary: "#39A4D5",
accent: "#FFD843",
background: "#232C37",
error: "#B00020",
error: "#FF5252",
info: "#2196F3",
success: "#4CAF50",
warning: "#FB8C00"
warning: "#FFC107"

});

Expand Down

0 comments on commit 733a911

Please sign in to comment.