diff options
author | Oscar Domingo <oscardomingo@gmail.com> | 2023-12-05 14:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 15:06:44 +0100 |
commit | 315f1233351ec1176f2177e1cca53e6db145e6eb (patch) | |
tree | bc32ec6478c0ce37fca12797894940cb7b61ad9a /manifest.json | |
parent | 91e904fefd2c1b2b6e0481626713767777a7725c (diff) | |
download | lite-xl-colors-315f1233351ec1176f2177e1cca53e6db145e6eb.tar.gz lite-xl-colors-315f1233351ec1176f2177e1cca53e6db145e6eb.zip |
Add Predawn, dark theme (#32)
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 8c8fb3b..a32675a 100644 --- a/manifest.json +++ b/manifest.json @@ -377,6 +377,17 @@ "version" : "0.1" }, { + "id" : "predawn", + "mod_version" : "3.0.0", + "name" : "predawn", + "path" : "colors/predawn.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "rose-pine", "mod_version" : "3.0.0", "name" : "rose-pine", |