mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
Update and rename color-highlighter.lua to color-highlighter.md
This commit is contained in:
parent
1e6ed357c9
commit
8cefce5f2f
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue