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/cupcake-base16.lua
Normal file
18
lua/themes/cupcake-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "DCB16C",
|
||||
base04 = "a59daf",
|
||||
base07 = "585062",
|
||||
base05 = "8b8198",
|
||||
base0E = "BB99B4",
|
||||
base0D = "7297B9",
|
||||
base0C = "69A9A7",
|
||||
base0B = "A3B367",
|
||||
base02 = "d8d5dd",
|
||||
base0F = "BAA58C",
|
||||
base03 = "bfb9c6",
|
||||
base08 = "D57E85",
|
||||
base01 = "f2f1f4",
|
||||
base00 = "fbf1f2",
|
||||
base09 = "EBB790",
|
||||
base06 = "72677E"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue