aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2022-01-15 00:38:19 +0100
committerErlend Lind Madsen <erlendf80@gmail.com>2022-01-15 00:38:19 +0100
commit1d1e39c1bc3f6daa49f4ce3676de7cafd5564e3f (patch)
treeb6c8f91ee8dccbbc188e31b95bb808ff8e8042d8
parent9ac61fa724006fef8a1996bf65ab4d1de2476621 (diff)
downloadvis-minimal-theme-1d1e39c1bc3f6daa49f4ce3676de7cafd5564e3f.tar.gz
correct attribute
-rw-r--r--minimal-dark.lua6
-rw-r--r--minimal-light.lua6
2 files changed, 6 insertions, 6 deletions
diff --git a/minimal-dark.lua b/minimal-dark.lua
index 2ce4b1d..5129f8c 100644
--- a/minimal-dark.lua
+++ b/minimal-dark.lua
@@ -1,6 +1,6 @@
--- base16-vis (https://github.com/pshevtsov/base16-vis)
--- by Petr Shevtsov
--- Grayscale Dark scheme by Alexandre Gavioli (https://github.com/Alexx2/)
+-- vis-minimal-theme (https://github.com/erf/vis-minimal-theme)
+-- by Erlend Lind Madsen
+-- based on base16-grayscale-dark by Petr Shevtsov (https://github.com/pshevtsov/base16-vis/themes/base16-grayscale-dark)
local lexers = vis.lexers
diff --git a/minimal-light.lua b/minimal-light.lua
index 546c5a2..b1aae3a 100644
--- a/minimal-light.lua
+++ b/minimal-light.lua
@@ -1,6 +1,6 @@
--- base16-vis (https://github.com/pshevtsov/base16-vis)
--- by Petr Shevtsov
--- Grayscale Dark scheme by Alexandre Gavioli (https://github.com/Alexx2/)
+-- vis-minimal-theme (https://github.com/erf/vis-minimal-theme)
+-- by Erlend Lind Madsen
+-- based on base16-grayscale-dark by Petr Shevtsov (https://github.com/pshevtsov/base16-vis/themes/base16-grayscale-dark)
local lexers = vis.lexers