themes: Added 3024

This commit is contained in:
Dylan Araps 2018-03-15 17:37:17 +11:00
parent 14adc09073
commit 3569d10312
3 changed files with 26 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def file(input_file):
data["alpha"] = "100"
# Terminal.sexy format.
if isinstance(data["color"], list):
if "color" in data:
data = terminal_sexy_to_wal(data)
return data

View File

@ -0,0 +1,25 @@
{
"special": {
"background": "#f7f7f7",
"foreground": "#090300",
"cursor": "#db2d20"
},
"colors": {
"color0": "#f7f7f7",
"color1": "#db2d20",
"color2": "#01a252",
"color3": "#fded02",
"color4": "#01a0e4",
"color5": "#a16a94",
"color6": "#b5e4f4",
"color7": "#090300",
"color8": "#5c5855",
"color9": "#db2d20",
"color10": "#01a252",
"color11": "#fded02",
"color12": "#01a0e4",
"color13": "#a16a94",
"color14": "#b5e4f4",
"color15": "#090300"
}
}