mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 09:46:00 -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/papercolor-dark-base16.lua
Normal file
18
lua/themes/papercolor-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "afd700",
|
||||
base04 = "5fafd7",
|
||||
base07 = "d0d0d0",
|
||||
base05 = "808080",
|
||||
base0E = "00afaf",
|
||||
base0D = "ff5faf",
|
||||
base0C = "ffaf00",
|
||||
base0B = "af87d7",
|
||||
base02 = "5faf00",
|
||||
base0F = "5f8787",
|
||||
base03 = "d7af5f",
|
||||
base08 = "585858",
|
||||
base01 = "af005f",
|
||||
base00 = "1c1c1c",
|
||||
base09 = "5faf5f",
|
||||
base06 = "d7875f"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue