mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -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/paraiso-base16.lua
Normal file
18
lua/themes/paraiso-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "fec418",
|
||||
base04 = "8d8687",
|
||||
base07 = "e7e9db",
|
||||
base05 = "a39e9b",
|
||||
base0E = "815ba4",
|
||||
base0D = "06b6ef",
|
||||
base0C = "5bc4bf",
|
||||
base0B = "48b685",
|
||||
base02 = "4f424c",
|
||||
base0F = "e96ba8",
|
||||
base03 = "776e71",
|
||||
base08 = "ef6155",
|
||||
base01 = "41323f",
|
||||
base00 = "2f1e2e",
|
||||
base09 = "f99b15",
|
||||
base06 = "b9b6b0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue