Update xterm colors

v2.5
Tim Culverhouse 4 years ago
parent 04bae5c8f7
commit 58368a6628

@ -1,8 +1,8 @@
local colors = {
white = "#ffffff",
darker_black = "#000000",
black = "#060606", -- nvim bg
black2 = "#0c0c0c",
black = "#111111", -- nvim bg
black2 = "#161616",
one_bg = "#101010", -- real bg of onedark
one_bg2 = "#191919",
one_bg3 = "#212121",
@ -11,7 +11,7 @@ local colors = {
grey_fg2 = "#a7a7a7",
light_grey = "#c0c0c0",
red = "#ff0000",
baby_pink = "#e06c75", -- TODO
baby_pink = "#ff5fd7",
pink = "#ff00ff",
line = "#151515", -- for lines like vertsplit
green = "#008000",

@ -1,18 +1,18 @@
return {
base00 = "#060606",
base01 = "#222222",
base02 = "#444444",
base03 = "#666666",
base04 = "#888888",
base05 = "#aaaaaa",
base06 = "#cccccc",
base07 = "#ffffff",
base08 = "#ff0000",
base09 = "#ffaf00",
base0A = "#ffff00",
base0B = "#00ff00",
base0C = "#800080",
base0D = "#0000ff",
base0E = "#ff00ff",
base0F = "#800000",
base00 = "111111",
base01 = "333333",
base02 = "555555",
base03 = "777777",
base04 = "999999",
base05 = "bbbbbb",
base06 = "dddddd",
base07 = "ffffff",
base08 = "ff0000",
base09 = "ffaf00",
base0A = "ffff00",
base0B = "00ff00",
base0C = "800080",
base0D = "0000ff",
base0E = "ff00ff",
base0F = "800000",
}

Loading…
Cancel
Save