evan-evone / atom-theme-set

A simple package for managing a light and dark theme.
https://atom.io/packages/theme-set
MIT License
0 stars 0 forks source link

Great little plugin #1

Open alvinkonda opened 4 years ago

alvinkonda commented 4 years ago

Save me some time as i switch back and forth to dark and light themes depending on the time of the day.

However the readme for the guide should be a bit more descriptive, where to open the config file and what to paste in which in my case is as following

"theme-set":
    activeTheme: "dark"
    darkTheme:
      "core.themes": [
        "one-dark-ui"
        "one-dark-syntax"
      ]
    lightTheme:
      "core.themes": [
        "one-light-ui"
        "one-light-syntax"
      ]
EskelCz commented 2 years ago

So where is the config file? :) Do I create one in the plugin folder?

EDIT: It's the main config.cson, common for all plugins. In Users/user/.atom folder (on mac).