mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 09:46:00 -07:00
rm ugly theme
This commit is contained in:
parent
b86be472d7
commit
bfae097511
2 changed files with 0 additions and 53 deletions
|
|
@ -1,35 +0,0 @@
|
||||||
local colors = {
|
|
||||||
white = "#ffffff",
|
|
||||||
darker_black = "#000000",
|
|
||||||
black = "#111111", -- nvim bg
|
|
||||||
black2 = "#161616",
|
|
||||||
one_bg = "#101010", -- real bg of onedark
|
|
||||||
one_bg2 = "#191919",
|
|
||||||
one_bg3 = "#212121",
|
|
||||||
grey = "#808080",
|
|
||||||
grey_fg = "#8e8e8e",
|
|
||||||
grey_fg2 = "#a7a7a7",
|
|
||||||
light_grey = "#c0c0c0",
|
|
||||||
red = "#ff0000",
|
|
||||||
baby_pink = "#ff5fd7",
|
|
||||||
pink = "#ff00ff",
|
|
||||||
line = "#151515", -- for lines like vertsplit
|
|
||||||
green = "#008000",
|
|
||||||
vibrant_green = "#00ff00",
|
|
||||||
nord_blue = "#000080",
|
|
||||||
blue = "#0000ff",
|
|
||||||
yellow = "#ffff00",
|
|
||||||
sun = "#d7d7af",
|
|
||||||
purple = "#800080",
|
|
||||||
dark_purple = "#620062",
|
|
||||||
teal = "#008080",
|
|
||||||
orange = "#ffaf00",
|
|
||||||
cyan = "#00ffff",
|
|
||||||
statusline_bg = "#0a0a0a",
|
|
||||||
lightbg = "#171717",
|
|
||||||
lightbg2 = "#111111",
|
|
||||||
pmenu_bg = "#00ff00",
|
|
||||||
folder_bg = "#0000ff",
|
|
||||||
}
|
|
||||||
|
|
||||||
return colors
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
return {
|
|
||||||
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…
Add table
Add a link
Reference in a new issue