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/icy-base16.lua
Normal file
18
lua/themes/icy-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "80deea",
|
||||
base04 = "064048",
|
||||
base07 = "109cb0",
|
||||
base05 = "095b67",
|
||||
base0E = "00acc1",
|
||||
base0D = "00bcd4",
|
||||
base0C = "26c6da",
|
||||
base0B = "4dd0e1",
|
||||
base02 = "041f23",
|
||||
base0F = "0097a7",
|
||||
base03 = "052e34",
|
||||
base08 = "16c1d9",
|
||||
base01 = "031619",
|
||||
base00 = "021012",
|
||||
base09 = "b3ebf2",
|
||||
base06 = "0c7c8c"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue