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/unikitty-dark-base16.lua
Normal file
18
lua/themes/unikitty-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "dc8a0e",
|
||||
base04 = "9f9da2",
|
||||
base07 = "f5f4f7",
|
||||
base05 = "bcbabe",
|
||||
base0E = "bb60ea",
|
||||
base0D = "796af5",
|
||||
base0C = "149bda",
|
||||
base0B = "17ad98",
|
||||
base02 = "666369",
|
||||
base0F = "c720ca",
|
||||
base03 = "838085",
|
||||
base08 = "d8137f",
|
||||
base01 = "4a464d",
|
||||
base00 = "2e2a31",
|
||||
base09 = "d65407",
|
||||
base06 = "d8d7da"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue