mirror of https://github.com/gabehf/base46.git
parent
48c03a14eb
commit
9509b36d1a
@ -1,35 +1,20 @@
|
|||||||
local colors = {
|
local colors = {
|
||||||
white = "#63718b",
|
base00 = "20202A", -- Default Background
|
||||||
darker_black = "#10171e",
|
base01 = "2c2e3e", -- Lighter Background (Used for status bars, line number and folding marks)
|
||||||
black = "#20202A", -- nvim bg
|
base02 = "3D4059", -- Selection Background
|
||||||
black2 = "#1d2021",
|
base03 = "313449", -- Comments, Invisibles, Line Highlighting
|
||||||
one_bg = "#20202A",
|
base04 = "63718b", -- Dark Foreground (Used for status bars)
|
||||||
one_bg2 = "#2c2e3e",
|
base05 = "ced4df", -- Default Foreground, Caret, Delimiters, Operators
|
||||||
one_bg3 = "#3D4059",
|
base06 = "414560", -- Light Foreground (Not often used)
|
||||||
grey = "#4e5c70",
|
base07 = "63718b", -- Light Background (Not often used)
|
||||||
grey_fg = "#c8cedc",
|
base08 = "ebb9b9", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted (red)
|
||||||
grey_fg2 = "#63718b",
|
base09 = "e8cca7", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url (orange)
|
||||||
light_grey = "#A6AFC1",
|
base0A = "e6dfb8", -- Classes, Markup Bold, Search Text Background (yellow)
|
||||||
red = "#ebb9b9",
|
base0B = "b1dba4", -- Strings, Inherited Class, Markup Code, Diff Inserted (green)
|
||||||
baby_pink = "#EAC1C1",
|
base0C = "b8dceb", -- Support, Regular Expressions, Escape Characters, Markup Quotes (cyan)
|
||||||
pink = "#E9D1D1",
|
base0D = "a3b8ef", -- Functions, Methods, Attribute IDs, Headings (blue)
|
||||||
line = "#313449", -- for lines like vertsplit
|
base0E = "f6bbe7", -- Keywords, Storage, Selector, Markup Italic, Diff Changed (magenta)
|
||||||
green = "#b1dba4",
|
base0F = "eAc1c1", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. `<?php ?>` (pink)
|
||||||
vibrant_green = "#BEE0A8",
|
|
||||||
blue = "#CDDBF9",
|
|
||||||
nord_blue = "#BCCAEB",
|
|
||||||
yellow = "#E6DFB8",
|
|
||||||
sun = "#EEE8BA",
|
|
||||||
purple = "#f6bbe7",
|
|
||||||
dark_purple = "#E8B6E9",
|
|
||||||
teal = "#AEDCB7",
|
|
||||||
orange = "#E8CCA7",
|
|
||||||
cyan = "#b8dceb",
|
|
||||||
statusline_bg = "#2c2e3e",
|
|
||||||
lightbg = "#222930",
|
|
||||||
lightbg2 = "#1d242b",
|
|
||||||
pmenu_bg = "#63718b",
|
|
||||||
folder_bg = "#b8dceb",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return colors
|
return colors
|
||||||
|
|||||||
Loading…
Reference in new issue