mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
Add xterm theme
This commit is contained in:
parent
42cb2e8e42
commit
04bae5c8f7
2 changed files with 53 additions and 0 deletions
18
lua/themes/xterm-base16.lua
Normal file
18
lua/themes/xterm-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 = "#060606",
|
||||
base01 = "#222222",
|
||||
base02 = "#444444",
|
||||
base03 = "#666666",
|
||||
base04 = "#888888",
|
||||
base05 = "#aaaaaa",
|
||||
base06 = "#cccccc",
|
||||
base07 = "#ffffff",
|
||||
base08 = "#ff0000",
|
||||
base09 = "#ffaf00",
|
||||
base0A = "#ffff00",
|
||||
base0B = "#00ff00",
|
||||
base0C = "#800080",
|
||||
base0D = "#0000ff",
|
||||
base0E = "#ff00ff",
|
||||
base0F = "#800000",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue