GithubHelp home page GithubHelp logo

savioserra / vs-theme-switcher Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 2.0 1001 KB

:waxing_crescent_moon: Schedule themes in Visual Studio Code! :sun_with_face:

Home Page: https://marketplace.visualstudio.com/items?itemName=savioserra.theme-switcher

TypeScript 85.22% JavaScript 14.78%
theme vscode vscode-extension theme-switcher

vs-theme-switcher's People

Contributors

dependabot[bot] avatar lvnc avatar savioserra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vs-theme-switcher's Issues

Not working?!

Hi there,

I set a theme switch for 12:00 GMT (UTC+0)

The switch didn't happen.

here's a copy of my settings:

{
    "vscode_custom_css.imports": [
        "https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/synthwave84.css"
    ],
    "vscode_custom_css.policy": true,
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontLigatures": true,
    "themeswitcher.utcOffset": 0, // Example
    "themeswitcher.mappings": [
        {
            "time": "08:00",
            "theme": "snazzy Light",
        },
        {
            "time": "12:00",
            "theme": "Material Theme Darker High Contrast",
        },
        {
            "time": "17:00",
            "theme": "Horizon",
        },
        {
            "time": "20:00",
            "theme": "Outrun Electric",
        },
    ],
    "peacock.favoriteColors": [
        {
            "name": "Angular Red",
            "value": "#b52e31"
        },
        {
            "name": "Auth0 Orange",
            "value": "#eb5424"
        },
        {
            "name": "Azure Blue",
            "value": "#007fff"
        },
        {
            "name": "C# Purple",
            "value": "#68217A"
        },
        {
            "name": "Gatsby Purple",
            "value": "#639"
        },
        {
            "name": "Go Cyan",
            "value": "#5dc9e2"
        },
        {
            "name": "Java Blue-Gray",
            "value": "#557c9b"
        },
        {
            "name": "JavaScript Yellow",
            "value": "#f9e64f"
        },
        {
            "name": "Mandalorian Blue",
            "value": "#1857a4"
        },
        {
            "name": "Node Green",
            "value": "#215732"
        },
        {
            "name": "React Blue",
            "value": "#00b3e6"
        },
        {
            "name": "Something Different",
            "value": "#832561"
        },
        {
            "name": "Vue Green",
            "value": "#42b883"
        }
    ],
    "python.dataScience.askForKernelRestart": false,
    "typescript.updateImportsOnFileMove.enabled": "always",
    "editor.largeFileOptimizations": false,
    "editor.formatOnSave": true,
    "synthwave84.brightness": 1,
    "window.zoomLevel": 0,
    "git.enableSmartCommit": true,
    "workbench.iconTheme": "vscode-icons",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "readTime.enabled": true,
    "explorer.confirmDelete": false,
    "dashboard.projectData": null,
    "chronicler.ffmpeg-binary": "d:\\Tools\\ffmpeg/ffmpeg.exe",
    "explorer.confirmDragAndDrop": false,
    "workbench.startupEditor": "none",
    "editor.fontSize": 18,
    "dart.debugExternalLibraries": false,
    "dart.debugSdkLibraries": false,
    "dart.openDevTools": "flutter",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "workbench.colorTheme": "snazzy Light"
}

[Request] Also switch icon theme

This extension is awesome.

But I have such a problem, I use Catppuccin.catppuccin-vsc-icons extension, it has light and dark icon styles, so when the theme of vscode is switched to light (Solarized Light), it should be in light The theme uses a dark icon style, but at this time it is still a light icon style ("workbench.iconTheme": "catppuccin-mocha"), which makes it difficult to distinguish the icon.

So my request is, please to be able to switch the icon style at the same time.

Current:

  • left
    • theme: Default Dark Modern
    • icon: catppuccin-mocha
  • right
    • theme: Solarized Light
    • icon: catppuccin-mocha
theme: Default Dark Modern theme: Solarized Light

Expect:

  • left
    • theme: Default Dark Modern
    • icon: catppuccin-mocha
  • right
    • theme: Solarized Light
    • icon: catppuccin-latte // changed
theme: Default Dark Modern theme: Solarized Light

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.