zanza00 / random-theme-switcher

a Visual Studio Code extension that chooses a theme for you
https://marketplace.visualstudio.com/items?itemName=zanza00.random-theme-switcher
8 stars 0 forks source link

Random Theme Switcher

A simple extension that chooses and applies a random theme.

Features

Mode Description
manual No automatic switch is performed
startup When active it will change theme whenever vscode is opened
daily When active it will change theme once a day
interval When active it will change theme every randomThemeSwitcher.switchInterval minutes
typing When active it will change theme every times a keyboard key is pressed

Don't forget to reload VSC for the changes to take effect

Change theme on command

Change the current Theme

Change theme when vscode starts

Extension Settings

PROTIP: For easy setup use the command Random Theme: Copy all installed themes in settings

example:

"randomThemeSwitcher.themeList": [
        "Andromeda Italic",
        "Cobalt2",
        "Dracula",
        "Tomorrow Night Blue",
        "Ayu Dark",
        "One Monokai",
        "Night Owl"
]