mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
[2/2]: Add theme files
This commit is contained in:
parent
86a08c7983
commit
619a8026ba
133 changed files with 2394 additions and 0 deletions
18
lua/themes/zenburn-base16.lua
Normal file
18
lua/themes/zenburn-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "e0cf9f",
|
||||
base04 = "808080",
|
||||
base07 = "ffffff",
|
||||
base05 = "dcdccc",
|
||||
base0E = "dc8cc3",
|
||||
base0D = "7cb8bb",
|
||||
base0C = "93e0e3",
|
||||
base0B = "5f7f5f",
|
||||
base02 = "606060",
|
||||
base0F = "000000",
|
||||
base03 = "6f6f6f",
|
||||
base08 = "dca3a3",
|
||||
base01 = "404040",
|
||||
base00 = "383838",
|
||||
base09 = "dfaf8f",
|
||||
base06 = "c0c0c0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue