mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
added base16-classic-dark theme
This commit is contained in:
parent
a64b6d8001
commit
32dcf853d5
2 changed files with 53 additions and 0 deletions
18
lua/themes/classic-dark-base16.lua
Normal file
18
lua/themes/classic-dark-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "151515",
|
||||
base01 = "1f1f1f",
|
||||
base02 = "282828",
|
||||
base03 = "1b1b1b",
|
||||
base04 = "d0d0d0",
|
||||
base05 = "d0d0d0",
|
||||
base06 = "e0e0e0",
|
||||
base07 = "1f1f1f",
|
||||
base08 = "AC4142",
|
||||
base09 = "F4BF75",
|
||||
base0A = "F4BF75",
|
||||
base0B = "90A959",
|
||||
base0C = "75B5AA",
|
||||
base0D = "6A9FB5",
|
||||
base0E = "AA759F",
|
||||
base0F = "F4BF75",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue