mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-17 18:50:55 +01:00
Add themer template
This commit is contained in:
parent
919ea7533a
commit
4d881aaacb
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