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/darktooth-base16.lua
Normal file
18
lua/themes/darktooth-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "FAC03B",
|
||||
base04 = "928374",
|
||||
base07 = "FDF4C1",
|
||||
base05 = "A89984",
|
||||
base0E = "8F4673",
|
||||
base0D = "0D6678",
|
||||
base0C = "8BA59B",
|
||||
base0B = "95C085",
|
||||
base02 = "504945",
|
||||
base0F = "A87322",
|
||||
base03 = "665C54",
|
||||
base08 = "FB543F",
|
||||
base01 = "32302F",
|
||||
base00 = "1D2021",
|
||||
base09 = "FE8625",
|
||||
base06 = "D5C4A1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue