mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
improve onenord theme
This commit is contained in:
parent
9d727ff2e8
commit
2ae23be472
2 changed files with 17 additions and 17 deletions
|
|
@ -1,18 +1,18 @@
|
|||
local colors = {
|
||||
white = "#abb2bf",
|
||||
darker_black = "#2a303c",
|
||||
black = "#2E3440", -- nvim bg
|
||||
black2 = "#343a46",
|
||||
one_bg = "#373d49",
|
||||
one_bg2 = "#464c58",
|
||||
one_bg3 = "#494f5b",
|
||||
grey = "#4b515d",
|
||||
grey_fg = "#565c68",
|
||||
grey_fg2 = "#606672",
|
||||
light_grey = "#646a76",
|
||||
red = "#BF616A",
|
||||
white = "#D8DEE9",
|
||||
darker_black = "#252b37",
|
||||
black = "#2a303c", -- nvim bg
|
||||
black2 = "#2f3541",
|
||||
one_bg = "#343a46",
|
||||
one_bg2 = "#3e4450",
|
||||
one_bg3 = "#484e5a",
|
||||
grey = "#4d535f",
|
||||
grey_fg = "#545a66",
|
||||
grey_fg2 = "#595f6b",
|
||||
light_grey = "#606672",
|
||||
red = "#d57780",
|
||||
baby_pink = "#de878f",
|
||||
pink = "#d57780",
|
||||
pink = "#da838b",
|
||||
line = "#3a404c", -- for lines like vertsplit
|
||||
green = "#A3BE8C",
|
||||
vibrant_green = "#afca98",
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ return {
|
|||
base0C = "97b7d7",
|
||||
base0B = "A3BE8C",
|
||||
base02 = "434C5E",
|
||||
base0F = "BF616A",
|
||||
base0F = "d57780",
|
||||
base03 = "4C566A",
|
||||
base08 = "ba5c65",
|
||||
base08 = "d57780",
|
||||
base01 = "3B4252",
|
||||
base00 = "2E3440",
|
||||
base09 = "D08770",
|
||||
base00 = "2a303c",
|
||||
base09 = "e39a83",
|
||||
base06 = "c7cdd8"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue