aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--manifest.json7
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1354a1..65c4acd 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe* |
| [`statusclock`](plugins/statusclock.lua?raw=1) | Displays the current date and time in the corner of the status view |
| [`Sticky Scroll`](plugins/sticky_scroll.lua?raw=1) | Keep track of the current scope at the top of the view (*[video](https://user-images.githubusercontent.com/2798487/222133911-e467a583-596c-47ab-8e65-eefc7b5c9112.mp4)*) |
+| [`style16`](github.com/smileYzn/style16)\* | Theme manager with base16 themes for lite-xl |
| [`svg_screenshot`](plugins/svg_screenshot.lua?raw=1) | Takes an SVG screenshot. Only browsers seem to support the generated SVG properly. |
| [`tab_switcher`](plugins/tab_switcher.lua?raw=1) | Switch between open tabs by searching by name |
| [`tabnumbers`](plugins/tabnumbers.lua?raw=1) | Displays tab numbers from 1–9 next to their names *([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))* |
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"
}
]
}