aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-03-16 09:56:14 +1100
committerDylan Araps <[email protected]>2018-03-16 09:56:14 +1100
commit20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0 (patch)
treea96a32a78551d68a4944b0911975f7a908d53a28
parenttheme: Added ashes (diff)
downloadpywal-20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0.tar.xz
pywal-20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0.zip
theme: Added darktooth
-rw-r--r--pywal/colorschemes/darktooth.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/pywal/colorschemes/darktooth.json b/pywal/colorschemes/darktooth.json
new file mode 100644
index 0000000..7ea165e
--- /dev/null
+++ b/pywal/colorschemes/darktooth.json
@@ -0,0 +1,25 @@
+{
+ "special": {
+ "background": "#1d2021",
+ "foreground": "#a89984",
+ "cursor": "#fb543f"
+ },
+ "colors": {
+ "color0": "#1d2021",
+ "color1": "#fb543f",
+ "color2": "#95c085",
+ "color3": "#fac03b",
+ "color4": "#0d6678",
+ "color5": "#8f4673",
+ "color6": "#8ba59b",
+ "color7": "#a89984",
+ "color8": "#665c54",
+ "color9": "#fb543f",
+ "color10": "#95c085",
+ "color11": "#fac03b",
+ "color12": "#0d6678",
+ "color13": "#8f4673",
+ "color14": "#8ba59b",
+ "color15": "#fdf4c1"
+ }
+}