mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 17:30: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/black-metal-base16.lua
Normal file
18
lua/themes/black-metal-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "a06666",
|
||||
base04 = "999999",
|
||||
base07 = "c1c1c1",
|
||||
base05 = "c1c1c1",
|
||||
base0E = "999999",
|
||||
base0D = "888888",
|
||||
base0C = "aaaaaa",
|
||||
base0B = "dd9999",
|
||||
base02 = "222222",
|
||||
base0F = "444444",
|
||||
base03 = "333333",
|
||||
base08 = "5f8787",
|
||||
base01 = "121212",
|
||||
base00 = "000000",
|
||||
base09 = "aaaaaa",
|
||||
base06 = "999999"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue