mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add jellybeans theme
This commit is contained in:
parent
b3b8b4e22c
commit
ef6fc75c1a
1 changed files with 18 additions and 0 deletions
18
lua/themes/jellybeans-base16.lua
Normal file
18
lua/themes/jellybeans-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "151515",
|
||||
base01 = "1c1c1c",
|
||||
base02 = "404040",
|
||||
base03 = "888888",
|
||||
base04 = "ddddbf",
|
||||
base05 = "e8e8d3",
|
||||
base06 = "eeeede",
|
||||
base07 = "f1f1e5",
|
||||
base08 = "c6b6ee",
|
||||
base09 = "cf6a4c",
|
||||
base0A = "fad07a",
|
||||
base0B = "99ad6a",
|
||||
base0C = "fabb6e",
|
||||
base0D = "fabb6e",
|
||||
base0E = "b0d0f0",
|
||||
base0F = "fad07a",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue