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/irblack-base16.lua
Normal file
18
lua/themes/irblack-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffffb6",
|
||||
base04 = "918f88",
|
||||
base07 = "fdfbee",
|
||||
base05 = "b5b3aa",
|
||||
base0E = "ff73fd",
|
||||
base0D = "96cbfe",
|
||||
base0C = "c6c5fe",
|
||||
base0B = "a8ff60",
|
||||
base02 = "484844",
|
||||
base0F = "b18a3d",
|
||||
base03 = "6c6c66",
|
||||
base08 = "ff6c60",
|
||||
base01 = "242422",
|
||||
base00 = "000000",
|
||||
base09 = "e9c062",
|
||||
base06 = "d9d7cc"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue