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/synth-midnight-dark-base16.lua
Normal file
18
lua/themes/synth-midnight-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "DAE84D",
|
||||
base04 = "BFBBBF",
|
||||
base07 = "FFFBFF",
|
||||
base05 = "DFDBDF",
|
||||
base0E = "EA5CE2",
|
||||
base0D = "03AEFF",
|
||||
base0C = "7CEDE9",
|
||||
base0B = "06EA61",
|
||||
base02 = "242424",
|
||||
base0F = "9D4D0E",
|
||||
base03 = "61507A",
|
||||
base08 = "B53B50",
|
||||
base01 = "141414",
|
||||
base00 = "040404",
|
||||
base09 = "E4600E",
|
||||
base06 = "EFEBEF"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue