diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-11-05 11:17:50 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-05 11:17:55 -0500 |
commit | 9d18c34d065bdf2d06363850e43854268348240f (patch) | |
tree | 7977e6bdad63bf7d2175df91a43d3dbc8e426430 | |
parent | 0b0ffab47813508054b9f981ef61517f0fe4eb12 (diff) | |
download | lite-xl-colors-PR/update_manifest_add_solarized_dark.tar.gz lite-xl-colors-PR/update_manifest_add_solarized_dark.zip |
Added missing color.PR/update_manifest_add_solarized_dark
-rw-r--r-- | manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 2e313da..643cc47 100644 --- a/manifest.json +++ b/manifest.json @@ -366,6 +366,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", |