From 8cefce5f2ffd08fc50fa50d59d4d724f24f8a08f Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 9 May 2022 05:42:44 +0530 Subject: [PATCH] Update and rename color-highlighter.lua to color-highlighter.md --- color-highlighter.lua => color-highlighter.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename color-highlighter.lua => color-highlighter.md (91%) diff --git a/color-highlighter.lua b/color-highlighter.md similarity index 91% rename from color-highlighter.lua rename to color-highlighter.md index 661d0c9..3a7cf18 100644 --- a/color-highlighter.lua +++ b/color-highlighter.md @@ -4,7 +4,8 @@ -- copy this file, use it in your new theme, once -- development is done. just return `colors` table from theme -local colors = { +-- Your base16 vars + base00 = "#", -- bg base01 = "#", -- lightbg base02 = "#", -- selection bg @@ -21,8 +22,6 @@ local colors = { base0D = "#", -- Functions, Methods, Attribute IDs, Headings base0E = "#", -- Keywords, Storage, Selector, Markup Italic, Diff Changed base0F = "#", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. -} + --- return cols - --- vim macro for removing hash: qawex+q15@a while being on first "b" in base00 +