mirror of https://github.com/gabehf/base46.git
commit
bd3fc565c0
@ -0,0 +1,20 @@
|
||||
local colors = {
|
||||
base00 = "20202A", -- Default Background
|
||||
base01 = "2c2e3e", -- Lighter Background (Used for status bars, line number and folding marks)
|
||||
base02 = "3D4059", -- Selection Background
|
||||
base03 = "313449", -- Comments, Invisibles, Line Highlighting
|
||||
base04 = "63718b", -- Dark Foreground (Used for status bars)
|
||||
base05 = "ced4df", -- Default Foreground, Caret, Delimiters, Operators
|
||||
base06 = "414560", -- Light Foreground (Not often used)
|
||||
base07 = "63718b", -- Light Background (Not often used)
|
||||
base08 = "ebb9b9", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted (red)
|
||||
base09 = "e8cca7", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url (orange)
|
||||
base0A = "e6dfb8", -- Classes, Markup Bold, Search Text Background (yellow)
|
||||
base0B = "b1dba4", -- Strings, Inherited Class, Markup Code, Diff Inserted (green)
|
||||
base0C = "b8dceb", -- Support, Regular Expressions, Escape Characters, Markup Quotes (cyan)
|
||||
base0D = "a3b8ef", -- Functions, Methods, Attribute IDs, Headings (blue)
|
||||
base0E = "f6bbe7", -- Keywords, Storage, Selector, Markup Italic, Diff Changed (magenta)
|
||||
base0F = "eAc1c1", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. `<?php ?>` (pink)
|
||||
}
|
||||
|
||||
return colors
|
||||
Loading…
Reference in new issue