doki-theme / doki-theme-vscode

Cute anime character themes for VS-Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=unthrottled.doki-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spell the doki-theme name correctly,on the plugin of 'auto-theme-switch'

KylehsuXu opened this issue · comments

my target:

Day/night switch theme by doki-theme and auto-theme-switch**

my problem:

I don't know how to spell the name of the doki-theme,I'm sure it's a spelling problem.

See this:

    // 白天黑夜主题自动切换
    "switchConfig.darkTheme": "Doki Theme: NekoPara: Azuki",
    // can't work
    "switchConfig.lightTheme": "Doki Theme: SAO:  Asuna",

    // Vim Light Hard   can work
    // "switchConfig.lightTheme": "Vim Light Hard",

    "switchConfig.darkTime": "17:00",
    "switchConfig.lightTime": "6:00",
    "workbench.colorTheme": "Doki Theme: SAO:  Asuna"

I think it might be the uuid of the theme that you have to use.

Try using those instead.

OK, It's solved. thank you😄