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/ocean-base16.lua
Normal file
18
lua/themes/ocean-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "ebcb8b",
|
||||
base04 = "a7adba",
|
||||
base07 = "eff1f5",
|
||||
base05 = "c0c5ce",
|
||||
base0E = "b48ead",
|
||||
base0D = "8fa1b3",
|
||||
base0C = "96b5b4",
|
||||
base0B = "a3be8c",
|
||||
base02 = "4f5b66",
|
||||
base0F = "ab7967",
|
||||
base03 = "65737e",
|
||||
base08 = "bf616a",
|
||||
base01 = "343d46",
|
||||
base00 = "2b303b",
|
||||
base09 = "d08770",
|
||||
base06 = "dfe1e8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue