Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4997a49

Browse files
authored
Merge pull request #545 from ryuta69/topic_add_themer_template
[Feature] Add themer template
2 parents ffa427c + bb6bbd2 commit 4997a49

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pywal/templates/colors-themer.js

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module.exports.colors = {{
2+
dark: {{
3+
accent0: "{color0}",
4+
accent1: "{color1}",
5+
accent2: "{color2}",
6+
accent3: "{color3}",
7+
accent4: "{color4}",
8+
accent5: "{color5}",
9+
accent6: "{cursor}",
10+
accent7: "{color7}",
11+
shade0: "{background}",
12+
shade1: "{color9}",
13+
shade2: "{color10}",
14+
shade3: "{color11}",
15+
shade4: "{color12}",
16+
shade5: "{color13}",
17+
shade6: "{color14}",
18+
shade7: "{foreground}"
19+
}},
20+
}};

0 commit comments

Comments
 (0)