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/mountaineer-base16.lua
Normal file
18
lua/themes/mountaineer-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ccc9aa",
|
||||
base04 = "42484e",
|
||||
base07 = "b0b0b0",
|
||||
base05 = "d3d3d3",
|
||||
base0E = "8f8aac",
|
||||
base0D = "6b8bab",
|
||||
base0C = "8aabac",
|
||||
base0B = "8aac8b",
|
||||
base02 = "292f35",
|
||||
base0F = "8b6567",
|
||||
base03 = "2e343a",
|
||||
base08 = "c49ea0",
|
||||
base01 = "242a30",
|
||||
base00 = "1a2026",
|
||||
base09 = "b89294",
|
||||
base06 = "d8d8d8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue