themes: Added more themes.

This commit is contained in:
Dylan Araps 2018-03-16 09:10:38 +11:00
parent 4492587c17
commit aac48cb798
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"special": {
"background": "#ffffff",
"foreground": "#3e3e3e",
"cursor": "#970b16"
},
"colors": {
"color0": "#3e3e3e",
"color1": "#970b16",
"color2": "#07962a",
"color3": "#f8eec7",
"color4": "#003e8a",
"color5": "#e94691",
"color6": "#89d1ec",
"color7": "#ffffff",
"color8": "#666666",
"color9": "#de0000",
"color10": "#87d5a2",
"color11": "#f1d007",
"color12": "#2e6cba",
"color13": "#ffa29f",
"color14": "#1cfafe",
"color15": "#ffffff"
}
}

View File

@ -0,0 +1,25 @@
{
"special": {
"background": "#272822",
"foreground": "#f8f8f2",
"cursor": "#f92672"
},
"colors": {
"color0": "#272822",
"color1": "#f92672",
"color2": "#a6e22e",
"color3": "#f4bf75",
"color4": "#66d9ef",
"color5": "#ae81ff",
"color6": "#a1efe4",
"color7": "#f8f8f2",
"color8": "#75715e",
"color9": "#f92672",
"color10": "#a6e22e",
"color11": "#f4bf75",
"color12": "#66d9ef",
"color13": "#ae81ff",
"color14": "#a1efe4",
"color15": "#f9f8f5"
}
}