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/eighties-base16.lua
Normal file
18
lua/themes/eighties-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffcc66",
|
||||
base04 = "a09f93",
|
||||
base07 = "f2f0ec",
|
||||
base05 = "d3d0c8",
|
||||
base0E = "cc99cc",
|
||||
base0D = "6699cc",
|
||||
base0C = "66cccc",
|
||||
base0B = "99cc99",
|
||||
base02 = "515151",
|
||||
base0F = "d27b53",
|
||||
base03 = "747369",
|
||||
base08 = "f2777a",
|
||||
base01 = "393939",
|
||||
base00 = "2d2d2d",
|
||||
base09 = "f99157",
|
||||
base06 = "e8e6df"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue