mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 01:10: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/cupertino-base16.lua
Normal file
18
lua/themes/cupertino-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "826b28",
|
||||
base04 = "808080",
|
||||
base07 = "5e5e5e",
|
||||
base05 = "404040",
|
||||
base0E = "a90d91",
|
||||
base0D = "0000ff",
|
||||
base0C = "318495",
|
||||
base0B = "007400",
|
||||
base02 = "c0c0c0",
|
||||
base0F = "826b28",
|
||||
base03 = "808080",
|
||||
base08 = "c41a15",
|
||||
base01 = "c0c0c0",
|
||||
base00 = "ffffff",
|
||||
base09 = "eb8500",
|
||||
base06 = "404040"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue