diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:29:25 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-10-10 16:29:25 -0400 |
commit | 5e2f463c0334a97229189976f17de888116d46a5 (patch) | |
tree | c77caa161844b14e60172cbdafb7152d7f3e7cb8 | |
parent | b51140f1df453346ef7823b6799286677d761ae0 (diff) | |
download | lite-xl-colors-5e2f463c0334a97229189976f17de888116d46a5.tar.gz lite-xl-colors-5e2f463c0334a97229189976f17de888116d46a5.zip |
Added in manifest entry for monokai-sublime.
-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", |