Skip to content

Instantly share code, notes, and snippets.

@linmic
Last active September 21, 2015 07:11
Show Gist options
  • Save linmic/bd0ec6f7fc24263d0eeb to your computer and use it in GitHub Desktop.
Save linmic/bd0ec6f7fc24263d0eeb to your computer and use it in GitHub Desktop.
.
├── theme-manager.jsx
├── ThemeDark
│   ├── theme-dark.css
│   ├── theme-dark.jsx
│   └── package.json
├── ThemeLight
│   ├── theme-light.css
│   ├── theme-light.jsx
│   └── package.json
└── package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment