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/gruvbox-light-medium-base16.lua
Normal file
18
lua/themes/gruvbox-light-medium-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "b57614",
|
||||
base04 = "665c54",
|
||||
base07 = "282828",
|
||||
base05 = "504945",
|
||||
base0E = "8f3f71",
|
||||
base0D = "076678",
|
||||
base0C = "427b58",
|
||||
base0B = "79740e",
|
||||
base02 = "d5c4a1",
|
||||
base0F = "d65d0e",
|
||||
base03 = "bdae93",
|
||||
base08 = "9d0006",
|
||||
base01 = "ebdbb2",
|
||||
base00 = "fbf1c7",
|
||||
base09 = "af3a03",
|
||||
base06 = "3c3836"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue