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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))* | |