mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20: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/horizon-dark-base16.lua
Normal file
18
lua/themes/horizon-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "EFB993",
|
||||
base04 = "CED1D0",
|
||||
base07 = "E3E6EE",
|
||||
base05 = "CBCED0",
|
||||
base0E = "B072D1",
|
||||
base0D = "DF5273",
|
||||
base0C = "24A8B4",
|
||||
base0B = "EFAF8E",
|
||||
base02 = "2E303E",
|
||||
base0F = "E4A382",
|
||||
base03 = "676A8D",
|
||||
base08 = "E93C58",
|
||||
base01 = "232530",
|
||||
base00 = "1C1E26",
|
||||
base09 = "E58D7D",
|
||||
base06 = "DCDFE4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue