Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed May 15, 2024
1 parent 6cc2ece commit bf54545
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions src/providers/theme.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,66 +6,6 @@ interface ThemeProviderProps {
children: React.ReactNode;
}

// const slate: MantineThemeOverride = {
// fontFamily: "Roboto, Arial, sans-serif",
// colorScheme: "dark",
// colors: {
// dark: [
// "#C1C2C5",
// "#A6A7AB",
// "#909296",
// "#5C5F66",
// "#324363", // Card Borders
// "#0d1830", // Layout edges
// "#152847", // Card colors
// "#0d1830", // Background of layout
// "#070f2c", // Background
// "#101113",
// ],
// },
// other: {
// charts: {
// // Use DefaultMantineColor for the color
// statsRing: {
// cpu: "blue",
// memory: "cyan",
// swap: "red",
// disk: "grape",
// },
// },
// },
// };

// const shadcn: MantineThemeOverride = {
// fontFamily: "Roboto, Arial, sans-serif",
// colorScheme: "dark",
// colors: {
// dark: [
// "#C1C2C5",
// "#A6A7AB",
// "#909296",
// "#27272a",
// "#27272a", // Card Borders
// "#27272a", // Layout edges
// "#09090b", // Card colors
// "#09090b", // Background of layout
// "#09090b", // Background
// "#09090b",
// ],
// },
// other: {
// charts: {
// // Use DefaultMantineColor for the color
// statsRing: {
// cpu: "white",
// memory: "white",
// swap: "white",
// disk: "white",
// },
// },
// },
// };

export enum THEME_OPTION {
SLATE = "slate",
MIDNIGHT = "midnight",
Expand Down

0 comments on commit bf54545

Please sign in to comment.