summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-16 18:42:55 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-16 18:42:55 -0700
commitebe242a89f0c5b99b60909788c24179ccd154c7c (patch)
tree4953cc879032eede3d9f84e6cc44b40157df411a /TODO.md
parent00635360e52f8f9834be71a1e1e21f24ddb3529f (diff)
Allow reloading theme file
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index e322e7c..6b15dbd 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,6 +17,9 @@ changing [soon](https://meta.stackexchange.com/q/348746).
8. Possibly make `--arrow_keys_focus` option to toggle the arrow key consumption
9. Maybe **ESC** cycles layout in the opposite direction? And stops at
BothColumns?
+10. Allow cycling through `~/.config/so/colors/*.toml` themes (or just hardcoded
+ themes in `tui::themes`) with keybinding
+11. Small tray at the bottom with "notifications", e.g. "GitHub Theme loaded!"
#### other
1. Use [par_iter](https://github.com/rayon-rs/rayon) for text preprocess & parsing?