mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-18 03:01:03 +01:00
themes: Added 3024
This commit is contained in:
parent
14adc09073
commit
3569d10312
@ -160,7 +160,7 @@ def file(input_file):
|
|||||||
data["alpha"] = "100"
|
data["alpha"] = "100"
|
||||||
|
|
||||||
# Terminal.sexy format.
|
# Terminal.sexy format.
|
||||||
if isinstance(data["color"], list):
|
if "color" in data:
|
||||||
data = terminal_sexy_to_wal(data)
|
data = terminal_sexy_to_wal(data)
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
25
pywal/colorschemes/3024-light.json
Normal file
25
pywal/colorschemes/3024-light.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user