diff options
author | jgmdev <jgmdev@gmail.com> | 2023-01-12 21:57:59 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2023-01-12 21:57:59 -0400 |
commit | aebce8ccf05f2c27d21b475149278193b9d70d43 (patch) | |
tree | b6d2fb4a4edab1692e6c9f1b2300f53047dde660 /manifest.json | |
parent | 636a7044c7cc49c1bf458d30069d41b1502a3e14 (diff) | |
download | lite-xl-plugins-aebce8ccf05f2c27d21b475149278193b9d70d43.tar.gz lite-xl-plugins-aebce8ccf05f2c27d21b475149278193b9d70d43.zip |
added colorpicker plugin
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 0f0e79b..f284381 100644 --- a/manifest.json +++ b/manifest.json @@ -71,6 +71,14 @@ "mod_version": "3" }, { + "description": "Color picker dialog that supports html and rgb notations.", + "version": "0.1", + "path": "plugins/colorpicker.lua", + "id": "colorpicker", + "mod_version": "3", + "dependencies": { "widget": {} } + }, + { "description": "Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*", "version": "0.1", "path": "plugins/colorpreview.lua", @@ -1063,7 +1071,8 @@ "version": "0.5", "path": "plugins/settings.lua", "id": "settings", - "mod_version": "3" + "mod_version": "3", + "dependencies": { "widget": {} } }, { "description": "Displays the current time in the corner of the status view", |