Skip to content

cnyballk/auto-theme-switch

Repository files navigation

auto-theme-switch

Visual Studio Marketplace Downloads GitHub package.json version

Features

  • The theme can be switched automatically according to the schedule time

Available Settings

  • switchConfig.darkTheme: Dark Theme

    "switchConfig.darkTheme": "Visual Studio Dark"
  • switchConfig.lightTheme: Light Theme

    "switchConfig.lightTheme": "Visual Studio Light"
  • switchConfig.darkTime: switch to dark theme at this time

    "switchConfig.darkTime": "18:00"
  • switchConfig.lightTime: switch to light theme at this time

    "switchConfig.lightTime": "6:00"
    
  • switchConfig.open: whether open auto-theme-switch

    "switchConfig.open":  true

CHANGELOG

CHANGELOG

LICENSE

MIT