c-hive / dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/
MIT License
0 stars 1 forks source link

Theme colors to settings #78

Open nkapolcs opened 4 years ago

nkapolcs commented 4 years ago

Now our base colors for themes look like this:

export const dark = {
  background: "#3F3F3F !important",
  color: "#DBDBDB !important",
};

export const light = {
  background: "#E5E6E8 !important",
  color: "#325359 !important",
};

Maybe it could be useful if we create configuration entry to define them.