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/shapeshifter-base16.lua
Normal file
18
lua/themes/shapeshifter-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "dddd13",
|
||||
base04 = "343434",
|
||||
base07 = "000000",
|
||||
base05 = "102015",
|
||||
base0E = "f996e2",
|
||||
base0D = "3b48e3",
|
||||
base0C = "23edda",
|
||||
base0B = "0ed839",
|
||||
base02 = "ababab",
|
||||
base0F = "69542d",
|
||||
base03 = "555555",
|
||||
base08 = "e92f2f",
|
||||
base01 = "e0e0e0",
|
||||
base00 = "f9f9f9",
|
||||
base09 = "e09448",
|
||||
base06 = "040404"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue