mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
Merge pull request #43 from albertas/ft/add-wombat-base16-theme
Added Wombat base16 color scheme
This commit is contained in:
commit
1aa800438c
2 changed files with 53 additions and 0 deletions
18
lua/themes/wombat-base16.lua
Normal file
18
lua/themes/wombat-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "080808",
|
||||
base01 = "1c1c1c",
|
||||
base02 = "292929",
|
||||
base03 = "87875f",
|
||||
base04 = "857b6f",
|
||||
base05 = "c6c6c6",
|
||||
base06 = "d2d2d2",
|
||||
base07 = "dedede",
|
||||
base08 = "c6c6c6",
|
||||
base09 = "d7875f",
|
||||
base0A = "d7ff87",
|
||||
base0B = "87d75f",
|
||||
base0C = "ffd7af",
|
||||
base0D = "d7ff87",
|
||||
base0E = "87afff",
|
||||
base0F = "dc8c64",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue