mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 01:14:11 +01:00
Merge pull request #545 from ryuta69/topic_add_themer_template
[Feature] Add themer template
This commit is contained in:
commit
4997a49eb7
20
pywal/templates/colors-themer.js
Normal file
20
pywal/templates/colors-themer.js
Normal file
@ -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}"
|
||||||
|
}},
|
||||||
|
}};
|
Loading…
Reference in New Issue
Block a user