summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-10 23:48:36 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-10 23:50:26 +0100
commitde9089c4681471b9cf6144f5ada88c4c803ecf12 (patch)
treeb70d9525acd274894d5b07510776b17b8e5ad9cd /README.rst
parent1fdf48659e2527dc831e29c09924054293bdcc03 (diff)
downloadvtcol-de9089c4681471b9cf6144f5ada88c4c803ecf12.tar.gz
add toggle subcommand
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 58ec09a..1809902 100644
--- a/README.rst
+++ b/README.rst
@@ -42,6 +42,11 @@ To show the current scheme of the active console use the ``get`` subcommand: ::
$ vtcol get
solarized_dark
+It is also possible to use vtcol to switch between two themes by means of the
+``toggle`` subcommand. E. g. to cycle between “dark mode” and “light mode”: ::
+
+ $ vtcol toggle solarized solarized_light
+
To view a scheme’s definition, for instance in order to verify that **vtcol**
parses it correctly, use the ``dump`` command. ::