mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
add nightlamp theme
This commit is contained in:
parent
4eb83f0815
commit
f75f9e570f
2 changed files with 55 additions and 0 deletions
19
lua/themes/nightlamp-base16.lua
Normal file
19
lua/themes/nightlamp-base16.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
base00 = "18191f",
|
||||
base01 = "3b3837",
|
||||
base02 = "4e4a47",
|
||||
base03 = "625c58",
|
||||
base04 = "b5ac9b",
|
||||
base05 = "cbc0ab",
|
||||
base06 = "e0d6bd",
|
||||
base07 = "f1ebd1",
|
||||
base08 = "cbc1e3",
|
||||
base09 = "a67476",
|
||||
base0A = "deb88a",
|
||||
base0B = "8c9383",
|
||||
base0C = "90a0a0",
|
||||
base0D = "c495a2",
|
||||
base0E = "8d9bb3",
|
||||
base0F = "d0d0c7",
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue