mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
feat(themes): added tokyodark
This commit is contained in:
parent
f5ebc67272
commit
a38fff3172
2 changed files with 54 additions and 0 deletions
18
lua/themes/tokyodark-base16.lua
Normal file
18
lua/themes/tokyodark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "11121D",
|
||||
base01 = "151621",
|
||||
base02 = "43444f",
|
||||
base03 = "393a45",
|
||||
base04 = "1b1c27",
|
||||
base05 = "abb2bf",
|
||||
base06 = "555661",
|
||||
base07 = "2c2d38",
|
||||
base08 = "A485DD",
|
||||
base09 = "A485DD",
|
||||
base0A = "7199EE",
|
||||
base0B = "D7A65F",
|
||||
base0C = "A485DD",
|
||||
base0D = "95C561",
|
||||
base0E = "EE6D85",
|
||||
base0F = "773440",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue