export const theme = {
  light: {
    background: "#FFFFFF",
    background2: "#efefef",
    text: "#333333",
    text2: "#333333",
    hover: "#FAFAFA",
    selected: "#007BFF",
    borders: "#E5E5E5",
  },
  dark: {
    background: "#121212",
    background2: "#1c1c1cf2",
    text: "#E0E0E0",
    text2: "#E0E0E0",
    hover: "#1F1F1F",
    selected: "#1E90FF",
    borders: "#333333",
  },
};
