diff options
author | Adam <adamdharrison@gmail.com> | 2023-10-10 16:32:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:32:38 -0400 |
commit | 469664621efa6f4d99cda6e083b921f1e661d548 (patch) | |
tree | c77caa161844b14e60172cbdafb7152d7f3e7cb8 /manifest.json | |
parent | 7db1dfb381912b4335779246f6f11ed405c6583e (diff) | |
parent | 5e2f463c0334a97229189976f17de888116d46a5 (diff) | |
download | lite-xl-colors-469664621efa6f4d99cda6e083b921f1e661d548.tar.gz lite-xl-colors-469664621efa6f4d99cda6e083b921f1e661d548.zip |
Merge pull request #23 from Jan200101/PR/subl
Differenciate between Monokai themes
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index bfb83c1..049745d 100644 --- a/manifest.json +++ b/manifest.json @@ -245,6 +245,17 @@ "version" : "0.1" }, { + "id" : "monokai-sublime", + "mod_version" : "3.0.0", + "name" : "monokai-sublime", + "path" : "colors/monokai-sublime.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "monokai-pro-classic", "mod_version" : "3.0.0", "name" : "monokai-pro-classic", |