From de9089c4681471b9cf6144f5ada88c4c803ecf12 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Nov 2021 23:48:36 +0100 Subject: add toggle subcommand --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.rst') 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. :: -- cgit v1.2.3