mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -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/pico-base16.lua
Normal file
18
lua/themes/pico-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "fff024",
|
||||
base04 = "ab5236",
|
||||
base07 = "fff1e8",
|
||||
base05 = "5f574f",
|
||||
base0E = "ff77a8",
|
||||
base0D = "83769c",
|
||||
base0C = "29adff",
|
||||
base0B = "00e756",
|
||||
base02 = "7e2553",
|
||||
base0F = "ffccaa",
|
||||
base03 = "008751",
|
||||
base08 = "ff004d",
|
||||
base01 = "1d2b53",
|
||||
base00 = "000000",
|
||||
base09 = "ffa300",
|
||||
base06 = "c2c3c7"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue