mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
orignal mountain & chadtain
This commit is contained in:
parent
7c3f8b2140
commit
5b1a16fbf7
4 changed files with 94 additions and 41 deletions
18
lua/themes/chadtain-base16.lua
Normal file
18
lua/themes/chadtain-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "1a2026",
|
||||
base01 = "242a30",
|
||||
base02 = "292f35",
|
||||
base03 = "2e343a",
|
||||
base04 = "42484e",
|
||||
base05 = "d3d3d3",
|
||||
base06 = "d8d8d8",
|
||||
base07 = "b0b0b0",
|
||||
base08 = "c49ea0",
|
||||
base09 = "b89294",
|
||||
base0A = "ccc9aa",
|
||||
base0B = "8aac8b",
|
||||
base0C = "8aabac",
|
||||
base0D = "6b8bab",
|
||||
base0E = "8f8aac",
|
||||
base0F = "8b6567",
|
||||
}
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
return {
|
||||
base00 = "1a2026",
|
||||
base01 = "242a30",
|
||||
base02 = "292f35",
|
||||
base03 = "2e343a",
|
||||
base04 = "42484e",
|
||||
base05 = "d3d3d3",
|
||||
base00 = "0f0f0f",
|
||||
base01 = "151515",
|
||||
base02 = "191919",
|
||||
base03 = "222222",
|
||||
base04 = "535353",
|
||||
base05 = "f0f0f0",
|
||||
base06 = "d8d8d8",
|
||||
base07 = "b0b0b0",
|
||||
base08 = "c49ea0",
|
||||
base09 = "b89294",
|
||||
base0A = "ccc9aa",
|
||||
base07 = "414141",
|
||||
base08 = "ac8a8c",
|
||||
base09 = "d3d0ad",
|
||||
base0A = "ACA98A",
|
||||
base0B = "8aac8b",
|
||||
base0C = "8aabac",
|
||||
base0D = "6b8bab",
|
||||
base0E = "8f8aac",
|
||||
base0F = "8b6567",
|
||||
base0C = "9EC3C4",
|
||||
base0D = "8fb4b5",
|
||||
base0E = "C49EC4",
|
||||
base0F = "9d9a7b",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue