mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -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/default-dark-base16.lua
Normal file
18
lua/themes/default-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "f7ca88",
|
||||
base04 = "b8b8b8",
|
||||
base07 = "f8f8f8",
|
||||
base05 = "d8d8d8",
|
||||
base0E = "ba8baf",
|
||||
base0D = "7cafc2",
|
||||
base0C = "86c1b9",
|
||||
base0B = "a1b56c",
|
||||
base02 = "383838",
|
||||
base0F = "a16946",
|
||||
base03 = "585858",
|
||||
base08 = "ab4642",
|
||||
base01 = "282828",
|
||||
base00 = "181818",
|
||||
base09 = "dc9656",
|
||||
base06 = "e8e8e8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue