summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-16 09:56:14 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-16 09:56:14 +1100
commit20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0 (patch)
treea96a32a78551d68a4944b0911975f7a908d53a28 /pywal
parentd0aa7df3b5487f2453c1c118d3acf63fa069c7e6 (diff)
theme: Added darktooth
Diffstat (limited to 'pywal')
-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"
+ }
+}