diff options
author | Adam <adamdharrison@gmail.com> | 2023-10-10 16:42:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:42:54 -0400 |
commit | 985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477 (patch) | |
tree | 9fce8b8433362260aba7fe980481d2b6ba41322e /manifest.json | |
parent | 3c9753416961ce86094eb4bf812d1f352cf7ff7b (diff) | |
parent | 1b3322156d8d0fd87185148a49fd13bad8ab539a (diff) | |
download | lite-xl-colors-985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477.tar.gz lite-xl-colors-985c3dd11ca2e8ad5c1dd797ac3da8d2d8238477.zip |
Merge pull request #27 from chambored/flexoki
Flexoki light and dark themes
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 049745d..2e313da 100644 --- a/manifest.json +++ b/manifest.json @@ -113,6 +113,28 @@ "version" : "0.1" }, { + "id" : "flexoki_dark", + "mod_version" : "3.0.0", + "name" : "flexoki_dark", + "path" : "colors/flexoki_dark.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { + "id" : "flexoki_light", + "mod_version" : "3.0.0", + "name" : "flexoki_light", + "path" : "colors/flexoki_light.lua", + "tags" : [ + "light" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "github", "mod_version" : "3.0.0", "name" : "github", |