mirror of https://github.com/gabehf/base46.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.0 KiB
19 lines
1.0 KiB
return {
|
|
base00 = "#011627", -- bg
|
|
base01 = "#0c2132", -- lightbg
|
|
base02 = "#172c3d", -- selection bg
|
|
base03 = "#223748", -- comments, line highlighting
|
|
base04 = "#2c4152", -- dark foreground
|
|
base05 = "#aeb6c3", -- Default Foreground, Caret, Delimiters, Operators
|
|
base06 = "#d6deeb", -- Light Foreground (Not often used)
|
|
base07 = "#feffff", -- Light Background (Not often used)
|
|
base08 = "#7fdbca", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
|
base09 = "#f78c6c", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
|
base0A = "#c792ea", -- Classes, Markup Bold, Search Text Background
|
|
base0B = "#ecc48d", -- Strings, Inherited Class, Markup Code, Diff Inserted
|
|
base0C = "#91b9ff", -- Support, Regular Expressions, Escape Characters, Markup Quotes
|
|
base0D = "#82aaff", -- Functions, Methods, Attribute IDs, Headings
|
|
base0E = "#c792ea", -- Keywords, Storage, Selector, Markup Italic, Diff Changed
|
|
base0F = "#d6deeb", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
|
}
|