diff options
author | xStormy <90779060+xStormyy@users.noreply.github.com> | 2024-07-09 21:11:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 21:11:28 +0200 |
commit | cca1dc17da02964541fa3f31081ec2bc5af315ed (patch) | |
tree | feacac27f44ea3b0d2a1fec9fddfccc6c2757b44 /manifest.json | |
parent | 046773f8fc80c42779effc9ac88abe366d485367 (diff) | |
download | lite-xl-colors-cca1dc17da02964541fa3f31081ec2bc5af315ed.tar.gz lite-xl-colors-cca1dc17da02964541fa3f31081ec2bc5af315ed.zip |
Add Oxocarbon Dark theme (#44)
* Update manifest.json
* Create oxocarbon-dark.lua
* Update oxocarbon-dark.lua
* moved oxocarbon manifest entry below only-dark
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 3593517..4b29415 100644 --- a/manifest.json +++ b/manifest.json @@ -434,6 +434,17 @@ "version" : "0.1" }, { + "id" : "oxocarbon-dark", + "mod_version" : "3.0.0", + "name" : "Oxocarbon Dark", + "path" : "colors/oxocarbon-dark.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "plasma", "mod_version" : "3.0.0", "name" : "plasma", |