mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
Implemented the hl theme for one monokai, and tweaked the base16 theme
This commit is contained in:
parent
a8d0237e41
commit
5a89e08b92
2 changed files with 2 additions and 2 deletions
18
lua/themes/one-monokai-base16.lua
Normal file
18
lua/themes/one-monokai-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "242730",
|
||||
base01 = "2a2e38",
|
||||
base02 = "484854",
|
||||
base03 = "545862",
|
||||
base04 = "9ca0a4",
|
||||
base05 = "bbc2cf",
|
||||
base06 = "5d656b",
|
||||
base07 = "4d5550",
|
||||
base08 = "e06c75",
|
||||
base09 = "e18ef3",
|
||||
base0A = "51afef",
|
||||
base0B = "e6c181",
|
||||
base0C = "5ac9d6",
|
||||
base0D = "5ac9d6",
|
||||
base0E = "e36d76",
|
||||
base0F = "be5046",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue