mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
update mountain theme
This commit is contained in:
parent
d86fe11d46
commit
4b9db4c44b
2 changed files with 18 additions and 18 deletions
18
lua/themes/mountain-base16.lua
Normal file
18
lua/themes/mountain-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 = "393939",
|
||||
base08 = "c49ea0",
|
||||
base01 = "262626",
|
||||
base00 = "191919",
|
||||
base09 = "b89294",
|
||||
base06 = "d8d8d8",
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
return {
|
||||
base0A = "ccc9aa",
|
||||
base04 = "4c4c4c",
|
||||
base07 = "a0a0a0",
|
||||
base05 = "cacaca",
|
||||
base0E = "8f8aac",
|
||||
base0D = "6b8bab",
|
||||
base0C = "8aabac",
|
||||
base0B = "8aac8b",
|
||||
base02 = "4c4c4c",
|
||||
base0F = "8b6567",
|
||||
base03 = "393939",
|
||||
base08 = "c49ea0",
|
||||
base01 = "262626",
|
||||
base00 = "191919",
|
||||
base09 = "b89294",
|
||||
base06 = "f0f0f0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue