mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -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/javacafe-base16.lua
Normal file
18
lua/themes/javacafe-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "f5d595",
|
||||
base04 = "4f565d",
|
||||
base07 = "b5bcc9",
|
||||
base05 = "ced4df",
|
||||
base0E = "c2a2e3",
|
||||
base0D = "a3b8ef",
|
||||
base0C = "abb9e0",
|
||||
base0B = "a5d4af",
|
||||
base02 = "31383f",
|
||||
base0F = "e88e9b",
|
||||
base03 = "40474e",
|
||||
base08 = "ef8891",
|
||||
base01 = "2c333a",
|
||||
base00 = "131a21",
|
||||
base09 = "EDA685",
|
||||
base06 = "d3d9e4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue