Merge pull request #545 from ryuta69/topic_add_themer_template

[Feature] Add themer template
This commit is contained in:
dylan 2020-09-27 14:25:21 +03:00 committed by GitHub
commit 4997a49eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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}"
}},
}};