improve night-owl theme

v2.5
siduck 4 years ago
parent 91c79ac8cd
commit f7528f4f49

@ -1,23 +1,23 @@
local colors = { local colors = {
white = "#d6deeb", white = "#d6deeb",
darker_black = "#00121c", darker_black = "#001122",
black = "#011627", black = "#011627",
black2 = "#021721", black2 = "#061b2c",
one_bg = "#31322c", -- real bg of onedark one_bg = "#0b2031", -- real bg of onedark
one_bg2 = "#3a3b35", one_bg2 = "#152a3b",
one_bg3 = "#42433d", one_bg3 = "#1f3445",
grey = "#637777", grey = "#293e4f",
grey_fg = "#222222", grey_fg = "#314657",
grey_fg2 = "#333333", grey_fg2 = "#394e5f",
light_grey = "#8b9f9f", light_grey = "#8b9f9f",
red = "#f78c6c", red = "#f78c6c",
baby_pink = "#ff6cca", baby_pink = "#ff6cca",
pink = "#fa58b6", pink = "#fa58b6",
line = "#232323", line = "#091e2f",
green = "#addb67", green = "#addb67",
vibrant_green = "#22da6e", vibrant_green = "#22da6e",
blue = "#82aaff", blue = "#82aaff",
nord_blue = "#81A1C1", nord_blue = "#78a0f5",
yellow = "#ffcb8b", yellow = "#ffcb8b",
sun = "#ffe9a9", sun = "#ffe9a9",
purple = "#c792ea", purple = "#c792ea",
@ -25,11 +25,11 @@ local colors = {
teal = "#96CEB4", teal = "#96CEB4",
orange = "#FFAD60", orange = "#FFAD60",
cyan = "#93FFD8", cyan = "#93FFD8",
statusline_bg = "#333945", statusline_bg = "#051a2b",
lightbg = "#011627", lightbg = "#112637",
lightbg2 = "#1f3445", lightbg2 = "#0b2031",
pmenu_bg = "#A3BE8C", pmenu_bg = "#addb67",
folder_bg = "#7797b7", folder_bg = "#82aaff",
} }
return colors return colors

@ -1,18 +1,18 @@
return { return {
base00 = "011627", -- bg base00 = "011627", -- bg
base01 = "293e4f", -- lightbg base01 = "0c2132", -- lightbg
base02 = "1d3b53", -- selection bg base02 = "172c3d", -- selection bg
base03 = "637777", -- comments, line highlighting base03 = "223748", -- comments, line highlighting
base04 = "aeb6c3", -- dark foreground base04 = "2c4152", -- dark foreground
base05 = "d6deeb", -- Default Foreground, Caret, Delimiters, Operators base05 = "aeb6c3", -- Default Foreground, Caret, Delimiters, Operators
base06 = "feffff", -- Light Foreground (Not often used) base06 = "d6deeb", -- Light Foreground (Not often used)
base07 = "293e4f", -- Light Background (Not often used) base07 = "feffff", -- Light Background (Not often used)
base08 = "82aaff", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted base08 = "7fdbca", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 = "f78c6c", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url base09 = "f78c6c", -- Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "addb67", -- Classes, Markup Bold, Search Text Background base0A = "c792ea", -- Classes, Markup Bold, Search Text Background
base0B = "22da6e", -- Strings, Inherited Class, Markup Code, Diff Inserted base0B = "ecc48d", -- Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "21c7a8", -- Support, Regular Expressions, Escape Characters, Markup Quotes base0C = "91b9ff", -- Support, Regular Expressions, Escape Characters, Markup Quotes
base0D = "c792ea", -- Functions, Methods, Attribute IDs, Headings base0D = "82aaff", -- Functions, Methods, Attribute IDs, Headings
base0E = "addb67", -- Keywords, Storage, Selector, Markup Italic, Diff Changed base0E = "c792ea", -- Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F = "d6deeb", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> base0F = "d6deeb", -- Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
} }

Loading…
Cancel
Save