mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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/helios-base16.lua
Normal file
18
lua/themes/helios-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "f19d1a",
|
||||
base04 = "cdcdcd",
|
||||
base07 = "e5e5e5",
|
||||
base05 = "d5d5d5",
|
||||
base0E = "be4264",
|
||||
base0D = "1e8bac",
|
||||
base0C = "1ba595",
|
||||
base0B = "88b92d",
|
||||
base02 = "53585b",
|
||||
base0F = "c85e0d",
|
||||
base03 = "6f7579",
|
||||
base08 = "d72638",
|
||||
base01 = "383c3e",
|
||||
base00 = "1d2021",
|
||||
base09 = "eb8413",
|
||||
base06 = "dddddd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue