Update and rename color-highlighter.lua to color-highlighter.md

This commit is contained in:
siduck 2022-05-09 05:42:44 +05:30 committed by GitHub
parent 1e6ed357c9
commit 8cefce5f2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@
-- copy this file, use it in your new theme, once -- copy this file, use it in your new theme, once
-- development is done. just return `colors` table from theme -- development is done. just return `colors` table from theme
local colors = { -- Your base16 vars
base00 = "#", -- bg base00 = "#", -- bg
base01 = "#", -- lightbg base01 = "#", -- lightbg
base02 = "#", -- selection bg base02 = "#", -- selection bg
@ -21,8 +22,6 @@ local colors = {
base0D = "#", -- Functions, Methods, Attribute IDs, Headings base0D = "#", -- Functions, Methods, Attribute IDs, Headings
base0E = "#", -- Keywords, Storage, Selector, Markup Italic, Diff Changed base0E = "#", -- Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F = "#", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> base0F = "#", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
}
-- return cols
-- vim macro for removing hash: qawex+q15@a while being on first "b" in base00