diff options
author | Cleverson <SmileYzn@users.noreply.github.com> | 2023-09-13 16:12:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 15:12:23 -0400 |
commit | 449fe46e771f9500ca5e1b514770300bcdada1f8 (patch) | |
tree | afb89d18b180ee988b543e6baef7c97bc237c1ed /manifest.json | |
parent | 4cd833ee2e85235a042205b9dc5a67b3cb683880 (diff) | |
download | lite-xl-plugins-449fe46e771f9500ca5e1b514770300bcdada1f8.tar.gz lite-xl-plugins-449fe46e771f9500ca5e1b514770300bcdada1f8.zip |
Link my repository for base16 theme manager for lite-xl (#292)
Added in base16 theme manager.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 275e807..25f05ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1463,6 +1463,13 @@ "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))", "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb", "mod_version": 3 + }, + { + "description": "Theme manager with base16 color schemes for Lite XL.", + "version": "0.1", + "remote": "https://github.com/SmileYzn/base16.git:3820a1bcc3e1b1747edace50bee87c316a936672", + "mod_version": "3", + "id": "base16" } ] } |