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/spacemacs-base16.lua
Normal file
18
lua/themes/spacemacs-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "b1951d",
|
||||
base04 = "b8b8b8",
|
||||
base07 = "f8f8f8",
|
||||
base05 = "a3a3a3",
|
||||
base0E = "a31db1",
|
||||
base0D = "4f97d7",
|
||||
base0C = "2d9574",
|
||||
base0B = "67b11d",
|
||||
base02 = "444155",
|
||||
base0F = "b03060",
|
||||
base03 = "585858",
|
||||
base08 = "f2241f",
|
||||
base01 = "282828",
|
||||
base00 = "1f2022",
|
||||
base09 = "ffa500",
|
||||
base06 = "e8e8e8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue