mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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/macintosh-base16.lua
Normal file
18
lua/themes/macintosh-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "fbf305",
|
||||
base04 = "808080",
|
||||
base07 = "ffffff",
|
||||
base05 = "c0c0c0",
|
||||
base0E = "4700a5",
|
||||
base0D = "0000d3",
|
||||
base0C = "02abea",
|
||||
base0B = "1fb714",
|
||||
base02 = "404040",
|
||||
base0F = "90713a",
|
||||
base03 = "808080",
|
||||
base08 = "dd0907",
|
||||
base01 = "404040",
|
||||
base00 = "000000",
|
||||
base09 = "ff6403",
|
||||
base06 = "c0c0c0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue