mirror of https://github.com/gabehf/base46.git
parent
8cefce5f2f
commit
fdcf47cd59
@ -1,27 +0,0 @@
|
||||
-- This is test file only. the structure helps
|
||||
-- visualizing colors while having # at the beginning
|
||||
-- with tools like color-highlighter
|
||||
-- copy this file, use it in your new theme, once
|
||||
-- development is done. just return `colors` table from theme
|
||||
|
||||
-- Your base16 vars
|
||||
|
||||
base00 = "#", -- bg
|
||||
base01 = "#", -- lightbg
|
||||
base02 = "#", -- selection bg
|
||||
base03 = "#", -- comments, line highlighting
|
||||
base04 = "#", -- dark foreground
|
||||
base05 = "#", -- Default Foreground, Caret, Delimiters, Operators
|
||||
base06 = "#", -- Light Foreground (Not often used)
|
||||
base07 = "#", -- Light Background (Not often used)
|
||||
base08 = "#", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
||||
base09 = "#", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
||||
base0A = "#", -- Classes, Markup Bold, Search Text Background
|
||||
base0B = "#", -- Strings, Inherited Class, Markup Code, Diff Inserted
|
||||
base0C = "#", -- Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||
base0D = "#", -- Functions, Methods, Attribute IDs, Headings
|
||||
base0E = "#", -- Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||
base0F = "#", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in new issue