aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2022-02-04 01:29:29 +0100
committerErlend Lind Madsen <erlendf80@gmail.com>2022-02-04 01:29:29 +0100
commita4d2f384b22108a56b484b8ebd19e670b75f3f35 (patch)
tree3aaadfe5ad0db4a57ebf71fb40eaaf5fd9528d1e
parent5c60f2767c31606236971db090703e745754cab5 (diff)
downloadvis-minimal-theme-a4d2f384b22108a56b484b8ebd19e670b75f3f35.tar.gz
update names a few more places
-rw-r--r--README.md4
-rw-r--r--dark.lua2
-rw-r--r--light.lua2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 49f611b..52af7b4 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@ Minimal black and white themes for [vis](https://github.com/martanne/vis)
- dark
-<img width="400" alt="minimal-dark" src="https://user-images.githubusercontent.com/1562523/149605406-8e859f34-9f27-4a7f-a08e-76b64c9a71f4.png">
+<img width="400" alt="dark" src="https://user-images.githubusercontent.com/1562523/149605406-8e859f34-9f27-4a7f-a08e-76b64c9a71f4.png">
- light
-<img width="400" alt="minimal-light" src="https://user-images.githubusercontent.com/1562523/149605422-dd55be44-7969-4096-b16e-9d5c53c63872.png">
+<img width="400" alt="light" src="https://user-images.githubusercontent.com/1562523/149605422-dd55be44-7969-4096-b16e-9d5c53c63872.png">
We only uses 3 shades of black and 3 shades of white per theme.
diff --git a/dark.lua b/dark.lua
index 6677ae9..eb5eb93 100644
--- a/dark.lua
+++ b/dark.lua
@@ -1,5 +1,5 @@
-- vis-minimal-theme (https://github.com/erf/vis-minimal-theme)
--- minimal-dark by Erlend Lind Madsen
+-- dark by Erlend Lind Madsen
local black0 = '#000000'
local black1 = '#383838'
diff --git a/light.lua b/light.lua
index ae1a07f..df622d1 100644
--- a/light.lua
+++ b/light.lua
@@ -1,5 +1,5 @@
-- vis-minimal-theme (https://github.com/erf/vis-minimal-theme)
--- minimal-light by Erlend Lind Madsen
+-- light by Erlend Lind Madsen
local black0 = '#000000'
local black1 = '#383838'