mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -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/snazzy-base16.lua
Normal file
18
lua/themes/snazzy-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "f3f99d",
|
||||
base04 = "a5a5a9",
|
||||
base07 = "f1f1f0",
|
||||
base05 = "e2e4e5",
|
||||
base0E = "ff6ac1",
|
||||
base0D = "57c7ff",
|
||||
base0C = "9aedfe",
|
||||
base0B = "5af78e",
|
||||
base02 = "43454f",
|
||||
base0F = "b2643c",
|
||||
base03 = "78787e",
|
||||
base08 = "ff5c57",
|
||||
base01 = "34353e",
|
||||
base00 = "282a36",
|
||||
base09 = "ff9f43",
|
||||
base06 = "eff0eb"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue