Last active
          February 22, 2020 14:16 
        
      - 
      
- 
        Save skolhustick/d02067058bd1bc9cfa587ffd964ddf1a to your computer and use it in GitHub Desktop. 
    NextJS styled-components theme file
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const light = { | |
| bg: 'white', | |
| fontColor: 'purple' | |
| } | |
| const dark = { | |
| bg: 'black', | |
| fontColor: 'white' | |
| } | |
| export const darkTheme = { ...dark } | |
| export const lightTheme = { ...light } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment