diff options
| author | dylan <dylan.araps@gmail.com> | 2020-09-27 14:25:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 14:25:21 +0300 |
| commit | 4997a49eb7479ccda1228f064d6c50e1abedc5b4 (patch) | |
| tree | f408c041d91dc37cd5ce98f39a5f77c4e1dd2535 /pywal | |
| parent | ffa427c095b8edc3ec783e8eb5fc86cd1b97f048 (diff) | |
| parent | bb6bbd2d641e440da1d65b0c45cd2c01935f6b87 (diff) | |
Merge pull request #545 from ryuta69/topic_add_themer_template
[Feature] Add themer template
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/templates/colors-themer.js | 20 |
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..43e43e9 --- /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}" + }}, +}}; |
