mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -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/circus-base16.lua
Normal file
18
lua/themes/circus-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "c3ba63",
|
||||
base04 = "505050",
|
||||
base07 = "ffffff",
|
||||
base05 = "a7a7a7",
|
||||
base0E = "b888e2",
|
||||
base0D = "639ee4",
|
||||
base0C = "4bb1a7",
|
||||
base0B = "84b97c",
|
||||
base02 = "303030",
|
||||
base0F = "b888e2",
|
||||
base03 = "5f5a60",
|
||||
base08 = "dc657d",
|
||||
base01 = "202020",
|
||||
base00 = "191919",
|
||||
base09 = "4bb1a7",
|
||||
base06 = "808080"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue