diff options
author | xStormy <90779060+xStormyy@users.noreply.github.com> | 2024-02-03 19:53:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 19:53:55 +0100 |
commit | a5256291534dcb32049dfc7f8ca5e7d93a4cc152 (patch) | |
tree | 329ce15db8bab751ce2dbbd2bfcbe3c369c9dd82 /manifest.json | |
parent | 315f1233351ec1176f2177e1cca53e6db145e6eb (diff) | |
download | lite-xl-colors-a5256291534dcb32049dfc7f8ca5e7d93a4cc152.tar.gz lite-xl-colors-a5256291534dcb32049dfc7f8ca5e7d93a4cc152.zip |
Add Bearded Theme Vivid Black (#33)
* Add bearded-theme-vivid-black.lua to /colors/
* add theme metadata to manifest.json
* Update bearded-theme-vivid-black.lua
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 a32675a..05db282 100644 --- a/manifest.json +++ b/manifest.json @@ -507,6 +507,17 @@ ], "type" : "color", "version" : "0.1" + }, + { + "id" : "bearded-theme-vivid-black", + "mod_version" : "3.0.0", + "name" : "Bearded Theme Vivid Black", + "path" : "colors/bearded-theme-vivid-black.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" } ] } |