aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Stigsen <benjamin.stigsen@gmail.com>2021-01-25 15:11:49 +0100
committerGitHub <noreply@github.com>2021-01-25 15:11:49 +0100
commitdee7b441e1eeca720ff82ba9b8726fd2c2ba7977 (patch)
tree36aab386910c410643f0f1e0ae0a5701eb4b98ec
parent1446cd2357239caa4f9157d5c8404a2384626caa (diff)
downloadlite-xl-plugins-dee7b441e1eeca720ff82ba9b8726fd2c2ba7977.tar.gz
lite-xl-plugins-dee7b441e1eeca720ff82ba9b8726fd2c2ba7977.zip
Added themescheduler.lua
A theme changer that depending on the time (which the user adds) changes themes. Useful for saving your eyes late at night.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bcee2ac..225c039 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ Plugin | Description
[`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*
[`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))
[`theme16`](https://github.com/monolifed/theme16)* | Theme manager with base16 themes
+[`themescheduler`](https://raw.githubusercontent.com/BenStigsen/lite-config/main/plugins/themescheduler.lua) | Schedule themes to be used at certain times
[`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
[`todotreeview`](https://github.com/drmargarido/TodoTreeView)* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`
[`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`