mirror of
https://github.com/gabehf/base46.git
synced 2026-03-12 00:40:38 -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/brewer-base16.lua
Normal file
18
lua/themes/brewer-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "dca060",
|
||||
base04 = "959697",
|
||||
base07 = "fcfdfe",
|
||||
base05 = "b7b8b9",
|
||||
base0E = "756bb1",
|
||||
base0D = "3182bd",
|
||||
base0C = "80b1d3",
|
||||
base0B = "31a354",
|
||||
base02 = "515253",
|
||||
base0F = "b15928",
|
||||
base03 = "737475",
|
||||
base08 = "e31a1c",
|
||||
base01 = "2e2f30",
|
||||
base00 = "0c0d0e",
|
||||
base09 = "e6550d",
|
||||
base06 = "dadbdc"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue