mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -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/phd-base16.lua
Normal file
18
lua/themes/phd-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base0A = "fbd461",
|
||||
base04 = "9a99a3",
|
||||
base07 = "ffffff",
|
||||
base05 = "b8bbc2",
|
||||
base0E = "9989cc",
|
||||
base0D = "5299bf",
|
||||
base0C = "72b9bf",
|
||||
base0B = "99bf52",
|
||||
base02 = "4d5666",
|
||||
base0F = "b08060",
|
||||
base03 = "717885",
|
||||
base08 = "d07346",
|
||||
base01 = "2a3448",
|
||||
base00 = "061229",
|
||||
base09 = "f0a000",
|
||||
base06 = "dbdde0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue