Giter Site home page Giter Site logo

Colour Scheme Switcher about themr HOT 4 CLOSED

benweier avatar benweier commented on May 31, 2024
Colour Scheme Switcher

from themr.

Comments (4)

benweier avatar benweier commented on May 31, 2024

Hi @krisanalfa You can change your colour scheme with my complimentary plugin Schemr (also available through Package Control)

from themr.

krisanalfa avatar krisanalfa commented on May 31, 2024

Hi @benweier, thanks for your fast response. I tried your package and it works like a charm. It solves my problem. But, IMHO, it will be great if you merge these two packages. So we can combine our theme + scheme into one "favourite display", and of course we can switch over them easily.

EDIT:
Can you tell me how to bind a new sublime key-binding to do these following command:

  • Themr: Switch to next fav theme
  • Schemr: Switch to next fav scheme

If I implement this method, I think I can solve my problem. Cheers.

from themr.

benweier avatar benweier commented on May 31, 2024

Unfortunately I don't have any plans to combine the functionality of the two plugins. From the very beginning I did this intentionally to give users the choice of modular complimentary features they will use, instead of a single monolithic plugin that isn't fully utilised.

I suggest trying my older Present Command plugin that will "batch" settings together into a single command. It does require some manual editing to get set up since I'm not actively developing it. While it hasn't been updated recently it still works in ST2 and ST3, and I will respond and fix issues if they come up.

from themr.

krisanalfa avatar krisanalfa commented on May 31, 2024

Hi, thanks man, you're my hero. I can do this, now:

[
    { "keys": ["super+shift+d"], "command": "preset_command_by_name", "args": { "name": "Dark" } },
    { "keys": ["super+shift+l"], "command": "preset_command_by_name", "args": { "name": "Light" } }
]

And this is my preset:

{
    "presets": [
        {
            "name": "Dark",
            "description": "Join the dark side",
            "settings":
            {
                "theme": "Material-Theme-Darker.sublime-theme",
                "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme"
            }
        },
        {
            "name": "Light",
            "description": "Into the light, I command thee!",
            "settings":
            {
                "theme": "Material-Theme-Lighter.sublime-theme",
                "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme"
            }
        }
    ]
}

from themr.

Related Issues (15)

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.