mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -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/nord-base16.lua
Normal file
18
lua/themes/nord-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "5E81AC",
|
||||
base04 = "D8DEE9",
|
||||
base07 = "8FBCBB",
|
||||
base05 = "E5E9F0",
|
||||
base0E = "A3BE8C",
|
||||
base0D = "EBCB8B",
|
||||
base0C = "D08770",
|
||||
base0B = "BF616A",
|
||||
base02 = "434C5E",
|
||||
base0F = "B48EAD",
|
||||
base03 = "4C566A",
|
||||
base08 = "88C0D0",
|
||||
base01 = "3B4252",
|
||||
base00 = "2E3440",
|
||||
base09 = "81A1C1",
|
||||
base06 = "ECEFF4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue