summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-15 17:37:17 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-15 17:37:17 +1100
commit3569d10312ecc7d46de5e4f8e90d217f7d3dfdb3 (patch)
treefcac33697feb86a0039f76948646c91d21f0e317 /pywal
parent14adc09073aa9fc157e0e8633ffaf4e92b54038f (diff)
themes: Added 3024
Diffstat (limited to 'pywal')
-rw-r--r--pywal/colors.py2
-rw-r--r--pywal/colorschemes/3024-dark.json (renamed from pywal/colorschemes/3024.json)0
-rw-r--r--pywal/colorschemes/3024-light.json25
3 files changed, 26 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index e7e75bd..1619e40 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -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
diff --git a/pywal/colorschemes/3024.json b/pywal/colorschemes/3024-dark.json
index 498f96c..498f96c 100644
--- a/pywal/colorschemes/3024.json
+++ b/pywal/colorschemes/3024-dark.json
diff --git a/pywal/colorschemes/3024-light.json b/pywal/colorschemes/3024-light.json
new file mode 100644
index 0000000..aedc835
--- /dev/null
+++ b/pywal/colorschemes/3024-light.json
@@ -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"
+ }
+}