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/tomorrow-base16.lua
Normal file
18
lua/themes/tomorrow-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "eab700",
|
||||
base04 = "969896",
|
||||
base07 = "1d1f21",
|
||||
base05 = "4d4d4c",
|
||||
base0E = "8959a8",
|
||||
base0D = "4271ae",
|
||||
base0C = "3e999f",
|
||||
base0B = "718c00",
|
||||
base02 = "d6d6d6",
|
||||
base0F = "a3685a",
|
||||
base03 = "8e908c",
|
||||
base08 = "c82829",
|
||||
base01 = "e0e0e0",
|
||||
base00 = "ffffff",
|
||||
base09 = "f5871f",
|
||||
base06 = "282a2e"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue