Skip to content

Instantly share code, notes, and snippets.

@bharat-tiwari
Created May 4, 2019 18:30
Show Gist options
  • Save bharat-tiwari/c0c2d88481e03e9db3796ba9454bcc29 to your computer and use it in GitHub Desktop.
Save bharat-tiwari/c0c2d88481e03e9db3796ba9454bcc29 to your computer and use it in GitHub Desktop.
Day Theme
// Define our themes: one for day and one for night
export const dayTheme = {
appBG: "#37d8e6",
normalText: "#ffdd00",
hlText: "#f1c40f", //Highlighted Text
primary: {
bg: "#ddd",
text: "#000"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment