mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
Add Palenight HL and Base16 lua files.
This commit is contained in:
parent
61173a3d9c
commit
e25ef391dd
2 changed files with 53 additions and 0 deletions
18
lua/themes/palenight-base16.lua
Normal file
18
lua/themes/palenight-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "292d3e",
|
||||
base01 = "444267",
|
||||
base02 = "32374d",
|
||||
base03 = "676e95",
|
||||
base04 = "8796b0",
|
||||
base05 = "959dcb",
|
||||
base06 = "959dcb",
|
||||
base07 = "ffffff",
|
||||
base08 = "f07178",
|
||||
base09 = "f78c6c",
|
||||
base0A = "ffcb6b",
|
||||
base0B = "c3e88d",
|
||||
base0C = "89ddff",
|
||||
base0D = "82aaff",
|
||||
base0E = "c792ea",
|
||||
base0F = "ff5370"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue