mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
feat(themes): added tokyodark
This commit is contained in:
parent
f5ebc67272
commit
a38fff3172
2 changed files with 54 additions and 0 deletions
36
lua/hl_themes/tokyodark.lua
Normal file
36
lua/hl_themes/tokyodark.lua
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
local colors = {
|
||||
white = "#abb2bf",
|
||||
darker_black = "#1b1f27",
|
||||
black = "#11121D", -- nvim bg
|
||||
black2 = "#0b0c17",
|
||||
one_bg = "#1b1c27",
|
||||
one_bg2 = "#242530",
|
||||
one_bg3 = "#2c2d38",
|
||||
grey = "#393a45",
|
||||
grey_fg = "#43444f",
|
||||
grey_fg2 = "#4d4e59",
|
||||
light_grey = "#555661",
|
||||
red = "#EE6D85",
|
||||
baby_pink = "#fd7c94",
|
||||
pink = "#FE6D85",
|
||||
line = "#20212c",
|
||||
green = "#98C379",
|
||||
vibrant_green = "#95C561",
|
||||
nord_blue = "#648ce1",
|
||||
blue = "#7199EE",
|
||||
yellow = "#D7A65F",
|
||||
sun = "#dfae67",
|
||||
purple = "#A485DD",
|
||||
dark_purple = "#9071c9",
|
||||
teal = "#519ABA",
|
||||
orange = "#F6955B",
|
||||
cyan = "#38A89D",
|
||||
statusline_bg = "#151621",
|
||||
lightbg = "#22232e",
|
||||
lightbg2 = "#1c1d28",
|
||||
pmenu_bg = "#98C379",
|
||||
folder_bg = "#354A77",
|
||||
}
|
||||
|
||||
return colors
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue