mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -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-dark-pale-base16.lua
Normal file
18
lua/themes/gruvbox-dark-pale-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ffaf00",
|
||||
base04 = "949494",
|
||||
base07 = "ebdbb2",
|
||||
base05 = "dab997",
|
||||
base0E = "d485ad",
|
||||
base0D = "83adad",
|
||||
base0C = "85ad85",
|
||||
base0B = "afaf00",
|
||||
base02 = "4e4e4e",
|
||||
base0F = "d65d0e",
|
||||
base03 = "8a8a8a",
|
||||
base08 = "d75f5f",
|
||||
base01 = "3a3a3a",
|
||||
base00 = "262626",
|
||||
base09 = "ff8700",
|
||||
base06 = "d5c4a1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue