aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2022-02-04 00:44:44 +0100
committerErlend Lind Madsen <erlendf80@gmail.com>2022-02-04 00:44:44 +0100
commitd7a46c30815855cc24619b5f7eadfb2ab537d159 (patch)
tree7566a88abca76ed19b83072395abd4302c53b953
parentf6f4cdcf85063db24c851a380a9ccd374ba61fc2 (diff)
downloadvis-minimal-theme-d7a46c30815855cc24619b5f7eadfb2ab537d159.tar.gz
README: update theme names ++
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4fae9c7..f23e954 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
# vis-minimal-theme
-A minimal black and white theme for [vis](https://github.com/martanne/vis) in both dark and light versions:
+Minimal black and white themes for [vis](https://github.com/martanne/vis)
-- minimal-dark
+- dark
<img width="400" alt="minimal-dark" src="https://user-images.githubusercontent.com/1562523/149605406-8e859f34-9f27-4a7f-a08e-76b64c9a71f4.png">
-- minimal-light
+- light
<img width="400" alt="minimal-light" src="https://user-images.githubusercontent.com/1562523/149605422-dd55be44-7969-4096-b16e-9d5c53c63872.png">
-We only uses 3 shades of dark and 3 shades of light per theme.
+We only uses 3 shades of black and 3 shades of white per theme.
## Install
@@ -29,8 +29,8 @@ plug.init(conf, true)
vis.events.subscribe(vis.events.INIT, function()
- --vis:command('set theme vis-minimal-theme/minimal-light')
- vis:command('set theme vis-minimal-theme/minimal-dark')
+ --vis:command('set theme vis-minimal-theme/light')
+ vis:command('set theme vis-minimal-theme/dark')
end)