mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add onejelly theme
This commit is contained in:
parent
ed07498b05
commit
0d59fcce2b
1 changed files with 18 additions and 0 deletions
18
lua/themes/onejelly-base16.lua
Normal file
18
lua/themes/onejelly-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
return {
|
||||||
|
base00 = "151515",
|
||||||
|
base01 = "2e2e2e",
|
||||||
|
base02 = "3a3a3a",
|
||||||
|
base03 = "424242",
|
||||||
|
base04 = "474747",
|
||||||
|
base05 = "d9d9c4",
|
||||||
|
base06 = "dedec9",
|
||||||
|
base07 = "f1f1e5",
|
||||||
|
base08 = "dd785a",
|
||||||
|
base09 = "c99f4a",
|
||||||
|
base0A = "e1b655",
|
||||||
|
base0B = "99ad6a",
|
||||||
|
base0C = "7187af",
|
||||||
|
base0D = "8fa5cd",
|
||||||
|
base0E = "e18be1",
|
||||||
|
base0F = "cf6a4c",
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue