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-light-base16.lua
Normal file
18
lua/themes/unikitty-light-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "dc8a0e",
|
||||
base04 = "89878b",
|
||||
base07 = "322d34",
|
||||
base05 = "6c696e",
|
||||
base0E = "aa17e6",
|
||||
base0D = "775dff",
|
||||
base0C = "149bda",
|
||||
base0B = "17ad98",
|
||||
base02 = "c4c3c5",
|
||||
base0F = "e013d0",
|
||||
base03 = "a7a5a8",
|
||||
base08 = "d8137f",
|
||||
base01 = "e1e1e2",
|
||||
base00 = "ffffff",
|
||||
base09 = "d65407",
|
||||
base06 = "4f4b51"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue