diff options
author | Adam <adamdharrison@gmail.com> | 2023-11-27 11:22:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 11:22:29 -0500 |
commit | c7ffba178b5016842a3d28ce8a61680134bcdc2f (patch) | |
tree | 6427620e349fb29affcbfdf104f5e713d473e537 | |
parent | 9c50408945c2e7da8994d63482bab87bbd079785 (diff) | |
download | lite-xl-colors-c7ffba178b5016842a3d28ce8a61680134bcdc2f.tar.gz lite-xl-colors-c7ffba178b5016842a3d28ce8a61680134bcdc2f.zip |
Pr/update manifest add solarized dark (#31)
* Updated README.md to include mentions of base16 themes, and lpm.
* Added missing color.
-rw-r--r-- | manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 72dffbb..8c8fb3b 100644 --- a/manifest.json +++ b/manifest.json @@ -410,6 +410,17 @@ "version" : "0.1" }, { + "id" : "solarized_dark", + "mod_version" : "3.0.0", + "name" : "solarized_dark", + "path" : "colors/solarized_dark.lua", + "tags" : [ + "dark" + ], + "type" : "color", + "version" : "0.1" + }, + { "id" : "solarized_light", "mod_version" : "3.0.0", "name" : "solarized_light", |