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/onedark-base16.lua
Normal file
18
lua/themes/onedark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "e5c07b",
|
||||
base04 = "565c64",
|
||||
base07 = "c8ccd4",
|
||||
base05 = "abb2bf",
|
||||
base0E = "c678dd",
|
||||
base0D = "61afef",
|
||||
base0C = "56b6c2",
|
||||
base0B = "98c379",
|
||||
base02 = "3e4451",
|
||||
base0F = "be5046",
|
||||
base03 = "545862",
|
||||
base08 = "e06c75",
|
||||
base01 = "353b45",
|
||||
base00 = "1e222a",
|
||||
base09 = "d19a66",
|
||||
base06 = "b6bdca"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue