Skip to content

Commit

Permalink
remove-funky-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nmpereira authored Nov 17, 2023
1 parent 63cb0e4 commit 93b1f30
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions common/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createContext } from "react";

export enum ThemeType {
original = "original",
funky = "funky",
// funky = "funky",
night = "night",
}

Expand Down Expand Up @@ -35,17 +35,17 @@ export const theme: { [key in ThemeType]: Theme } = {
breakButtonColor: "#0589e8",
breakButtonTextColor: "#ffffff",
},
funky: {
workBackground: "#c200fb",
workAccent: "#a101d2",
breakBackground: "#ffbc0a",
breakAccent: "#c5930c",
workGrey: "#1f1f1f",
workButtonColor: "#9419ad",
workButtonTextColor: "#ffffff",
breakButtonColor: "#a37f19",
breakButtonTextColor: "#ffffff",
},
// funky: {
// workBackground: "#c200fb",
// workAccent: "#a101d2",
// breakBackground: "#ffbc0a",
// breakAccent: "#c5930c",
// workGrey: "#1f1f1f",
// workButtonColor: "#9419ad",
// workButtonTextColor: "#ffffff",
// breakButtonColor: "#a37f19",
// breakButtonTextColor: "#ffffff",
// },
night: {
workBackground: "#040D12",
workAccent: "#183D3D",
Expand Down

0 comments on commit 93b1f30

Please sign in to comment.