mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
convert to 0.7
This commit is contained in:
parent
489408c1d0
commit
8751f27425
32 changed files with 505 additions and 512 deletions
|
|
@ -1,18 +1,18 @@
|
|||
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 ?>
|
||||
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 ?>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue