summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authorryuta69 <eyma22s.yu@gmail.com>2020-09-05 18:56:44 +0900
committerryuta69 <eyma22s.yu@gmail.com>2020-09-05 18:56:44 +0900
commit4d881aaacb70e9ff8c284047906ee06f42fdc45a (patch)
tree8cd0b70401997830968254411490b62974dc3a53 /pywal/templates
parent919ea7533a4214ec9a829f8e3d1711439fb0e12c (diff)
Add themer template
Diffstat (limited to 'pywal/templates')
-rw-r--r--pywal/templates/colors-themer.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/pywal/templates/colors-themer.js b/pywal/templates/colors-themer.js
new file mode 100644
index 0000000..88fbc57
--- /dev/null
+++ b/pywal/templates/colors-themer.js
@@ -0,0 +1,20 @@
+module.exports.colors = {
+ dark: {
+ accent0: "{color0}",
+ accent1: "{color1}",
+ accent2: "{color2}",
+ accent3: "{color3}",
+ accent4: "{color4}",
+ accent5: "{color5}",
+ accent6: "{cursor}",
+ accent7: "{color7}",
+ shade0: "{background}",
+ shade1: "{color9}",
+ shade2: "{color10}",
+ shade3: "{color11}",
+ shade4: "{color12}",
+ shade5: "{color13}",
+ shade6: "{color14}",
+ shade7: "{foreground}"
+ },
+};