Commit cb92ae03 authored by Enteleform's avatar Enteleform Committed by FichteFoll

added "Conditional ColorSchemes" plugin & updated "SlideNav" to ST v3+ (#5497)

parent 705cb406
...@@ -2275,6 +2275,17 @@ ...@@ -2275,6 +2275,17 @@
} }
] ]
}, },
{
"name": "Conditional ColorSchemes",
"details": "https://github.com/Enteleform/ST_ConditionalColorSchemes",
"labels": ["color scheme", "automation", "automate"],
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{ {
"name": "ConEmuOpen", "name": "ConEmuOpen",
"details": "https://github.com/kiliwalk/Sublime_ConEmuOpen", "details": "https://github.com/kiliwalk/Sublime_ConEmuOpen",
......
...@@ -1597,7 +1597,7 @@ ...@@ -1597,7 +1597,7 @@
"labels": ["presentation", "lightning talk", "slide", "slides", "slideshow", "navigation", "code navigation", "file manager", "launcher", "file launcher", "open files", "remote control"], "labels": ["presentation", "lightning talk", "slide", "slides", "slideshow", "navigation", "code navigation", "file manager", "launcher", "file launcher", "open files", "remote control"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"tags": true "tags": true
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment