mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 01:37:03 -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-light-base16.lua
Normal file
18
lua/themes/papercolor-light-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "d70087",
|
||||
base04 = "0087af",
|
||||
base07 = "444444",
|
||||
base05 = "878787",
|
||||
base0E = "005faf",
|
||||
base0D = "d75f00",
|
||||
base0C = "d75f00",
|
||||
base0B = "8700af",
|
||||
base02 = "008700",
|
||||
base0F = "005f87",
|
||||
base03 = "5f8700",
|
||||
base08 = "bcbcbc",
|
||||
base01 = "af0000",
|
||||
base00 = "eeeeee",
|
||||
base09 = "d70000",
|
||||
base06 = "005f87"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue