mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
Add onedark-deep theme
This commit is contained in:
parent
e0233c9f02
commit
42cb2e8e42
2 changed files with 53 additions and 0 deletions
18
lua/themes/onedark-deep-base16.lua
Normal file
18
lua/themes/onedark-deep-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "1a212e",
|
||||
base01 = "1e2532",
|
||||
base02 = "21283b",
|
||||
base03 = "4f5f7e",
|
||||
base04 = "596988",
|
||||
base05 = "6c7d9c",
|
||||
base06 = "b6bdca",
|
||||
base07 = "c8ccd4",
|
||||
base08 = "f65866",
|
||||
base09 = "ea8912",
|
||||
base0A = "ebc275",
|
||||
base0B = "8bcd5b",
|
||||
base0C = "52a0e0",
|
||||
base0D = "41a7fc",
|
||||
base0E = "c678dd",
|
||||
base0F = "f65866",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue