dracula / sublime

🧛🏻‍♂️ Dark theme for Sublime Text
https://draculatheme.com/sublime
MIT License
95 stars 26 forks source link

How to customize a color? #30

Open BarbzYHOOL opened 1 year ago

BarbzYHOOL commented 1 year ago

Hello @zenorocha how can I change the "selection highlight" color? I want it to stand out more, like pink

thx

BarbzYHOOL commented 1 year ago
"globals":
    {
        "selection": "darkslategrey",
    },

found it