mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
improve night-owl theme
This commit is contained in:
parent
91c79ac8cd
commit
f7528f4f49
2 changed files with 28 additions and 28 deletions
|
|
@ -1,23 +1,23 @@
|
|||
local colors = {
|
||||
white = "#d6deeb",
|
||||
darker_black = "#00121c",
|
||||
darker_black = "#001122",
|
||||
black = "#011627",
|
||||
black2 = "#021721",
|
||||
one_bg = "#31322c", -- real bg of onedark
|
||||
one_bg2 = "#3a3b35",
|
||||
one_bg3 = "#42433d",
|
||||
grey = "#637777",
|
||||
grey_fg = "#222222",
|
||||
grey_fg2 = "#333333",
|
||||
black2 = "#061b2c",
|
||||
one_bg = "#0b2031", -- real bg of onedark
|
||||
one_bg2 = "#152a3b",
|
||||
one_bg3 = "#1f3445",
|
||||
grey = "#293e4f",
|
||||
grey_fg = "#314657",
|
||||
grey_fg2 = "#394e5f",
|
||||
light_grey = "#8b9f9f",
|
||||
red = "#f78c6c",
|
||||
baby_pink = "#ff6cca",
|
||||
pink = "#fa58b6",
|
||||
line = "#232323",
|
||||
line = "#091e2f",
|
||||
green = "#addb67",
|
||||
vibrant_green = "#22da6e",
|
||||
blue = "#82aaff",
|
||||
nord_blue = "#81A1C1",
|
||||
nord_blue = "#78a0f5",
|
||||
yellow = "#ffcb8b",
|
||||
sun = "#ffe9a9",
|
||||
purple = "#c792ea",
|
||||
|
|
@ -25,11 +25,11 @@ local colors = {
|
|||
teal = "#96CEB4",
|
||||
orange = "#FFAD60",
|
||||
cyan = "#93FFD8",
|
||||
statusline_bg = "#333945",
|
||||
lightbg = "#011627",
|
||||
lightbg2 = "#1f3445",
|
||||
pmenu_bg = "#A3BE8C",
|
||||
folder_bg = "#7797b7",
|
||||
statusline_bg = "#051a2b",
|
||||
lightbg = "#112637",
|
||||
lightbg2 = "#0b2031",
|
||||
pmenu_bg = "#addb67",
|
||||
folder_bg = "#82aaff",
|
||||
}
|
||||
|
||||
return colors
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
return {
|
||||
base00 = "011627", -- bg
|
||||
base01 = "293e4f", -- lightbg
|
||||
base02 = "1d3b53", -- selection bg
|
||||
base03 = "637777", -- comments, line highlighting
|
||||
base04 = "aeb6c3", -- dark foreground
|
||||
base05 = "d6deeb", -- Default Foreground, Caret, Delimiters, Operators
|
||||
base06 = "feffff", -- Light Foreground (Not often used)
|
||||
base07 = "293e4f", -- Light Background (Not often used)
|
||||
base08 = "82aaff", -- Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
||||
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 = "addb67", -- Classes, Markup Bold, Search Text Background
|
||||
base0B = "22da6e", -- Strings, Inherited Class, Markup Code, Diff Inserted
|
||||
base0C = "21c7a8", -- Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||
base0D = "c792ea", -- Functions, Methods, Attribute IDs, Headings
|
||||
base0E = "addb67", -- Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||
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