Skip to content

marionebl/dimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dimmer

Simple dark/light theme switcher.

Installation

  • npm install -g marionebl/dimmer

Usage

  • dimmer up - Show light themes
  • dimmer down - Show dark themes
  • dimmer - Toggle themes

Configuration

  • See some detailed documentation here, soon.
  • For each command:
{
  "sublime": {
    "enabled": true, // if the command should be executed
    "schemesEnabled": true, // if scheme toggleing should be executed
    "schemeDark": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
    "schemeLight": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme",
    "themesEnabled": true, // if theme toggleing should be executed
    "themeDark": "Spacegray.sublime-theme",
    "themeLight": "Spacegray Light.sublime-theme"
  }
}

About

Simple dark/light theme switcher

Resources

License

Stars

Watchers

Forks

Packages

No packages published