mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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/ashes-base16.lua
Normal file
18
lua/themes/ashes-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "AEC795",
|
||||
base04 = "ADB3BA",
|
||||
base07 = "F3F4F5",
|
||||
base05 = "C7CCD1",
|
||||
base0E = "C795AE",
|
||||
base0D = "AE95C7",
|
||||
base0C = "95AEC7",
|
||||
base0B = "95C7AE",
|
||||
base02 = "565E65",
|
||||
base0F = "C79595",
|
||||
base03 = "747C84",
|
||||
base08 = "C7AE95",
|
||||
base01 = "393F45",
|
||||
base00 = "1C2023",
|
||||
base09 = "C7C795",
|
||||
base06 = "DFE2E5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue