diff options
author | Erlend Lind Madsen <erlendf80@gmail.com> | 2022-01-15 00:38:19 +0100 |
---|---|---|
committer | Erlend Lind Madsen <erlendf80@gmail.com> | 2022-01-15 00:38:19 +0100 |
commit | 1d1e39c1bc3f6daa49f4ce3676de7cafd5564e3f (patch) | |
tree | b6c8f91ee8dccbbc188e31b95bb808ff8e8042d8 /minimal-dark.lua | |
parent | 9ac61fa724006fef8a1996bf65ab4d1de2476621 (diff) | |
download | vis-minimal-theme-1d1e39c1bc3f6daa49f4ce3676de7cafd5564e3f.tar.gz |
correct attribute
Diffstat (limited to 'minimal-dark.lua')
-rw-r--r-- | minimal-dark.lua | 6 |
1 files changed, 3 insertions, 3 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 |