mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 17:30:30 -07:00
chadify tokyodark theme
This commit is contained in:
parent
90c3c39b21
commit
993839a2c0
2 changed files with 22 additions and 22 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#abb2bf",
|
white = "#abb2bf",
|
||||||
darker_black = "#1b1f27",
|
darker_black = "#0e0f1a",
|
||||||
black = "#11121D", -- nvim bg
|
black = "#11121D", -- nvim bg
|
||||||
black2 = "#0b0c17",
|
black2 = "#171823",
|
||||||
one_bg = "#1b1c27",
|
one_bg = "#191a25",
|
||||||
one_bg2 = "#242530",
|
one_bg2 = "#21222d",
|
||||||
one_bg3 = "#2c2d38",
|
one_bg3 = "#2c2d38",
|
||||||
grey = "#393a45",
|
grey = "#383944",
|
||||||
grey_fg = "#43444f",
|
grey_fg = "#3e3f4a",
|
||||||
grey_fg2 = "#4d4e59",
|
grey_fg2 = "#454651",
|
||||||
light_grey = "#555661",
|
light_grey = "#4b4c57",
|
||||||
red = "#ee6d85",
|
red = "#ee6d85",
|
||||||
baby_pink = "#fd7c94",
|
baby_pink = "#fd7c94",
|
||||||
pink = "#fe6D85",
|
pink = "#fe6D85",
|
||||||
line = "#20212c",
|
line = "#191a25",
|
||||||
green = "#98c379",
|
green = "#98c379",
|
||||||
vibrant_green = "#95c561",
|
vibrant_green = "#95c561",
|
||||||
nord_blue = "#648ce1",
|
nord_blue = "#648ce1",
|
||||||
|
|
@ -26,10 +26,10 @@ local colors = {
|
||||||
orange = "#f6955b",
|
orange = "#f6955b",
|
||||||
cyan = "#38a89d",
|
cyan = "#38a89d",
|
||||||
statusline_bg = "#151621",
|
statusline_bg = "#151621",
|
||||||
lightbg = "#22232e",
|
lightbg = "#262732",
|
||||||
lightbg2 = "#1c1d28",
|
lightbg2 = "#1c1d28",
|
||||||
pmenu_bg = "#98C379",
|
pmenu_bg = "#98C379",
|
||||||
folder_bg = "#354a77",
|
folder_bg = "#8094B4",
|
||||||
}
|
}
|
||||||
|
|
||||||
return colors
|
return colors
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
return {
|
return {
|
||||||
base00 = "11121d",
|
base00 = "11121d",
|
||||||
base01 = "151621",
|
base01 = "1b1c27",
|
||||||
base02 = "43444f",
|
base02 = "21222d",
|
||||||
base03 = "393a45",
|
base03 = "282934",
|
||||||
base04 = "1b1c27",
|
base04 = "30313c",
|
||||||
base05 = "abb2bf",
|
base05 = "abb2bf",
|
||||||
base06 = "555661",
|
base06 = "b2b9c6",
|
||||||
base07 = "2c2d38",
|
base07 = "b9c0cd",
|
||||||
base08 = "a485dd",
|
base08 = "ee6d85",
|
||||||
base09 = "a485dd",
|
base09 = "7199ee",
|
||||||
base0A = "7199ee",
|
base0A = "7199ee",
|
||||||
base0B = "d7A65f",
|
base0B = "dfae67",
|
||||||
base0C = "a485dd",
|
base0C = "a485dd",
|
||||||
base0D = "95c561",
|
base0D = "95c561",
|
||||||
base0E = "ee6d85",
|
base0E = "a485dd",
|
||||||
base0F = "773440",
|
base0F = "f3627a",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue