mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 23:09:16 +01:00
general: comments.
This commit is contained in:
parent
ad9f62e9b8
commit
4ec8c16d0a
@ -35,7 +35,8 @@ def export_all_templates(colors):
|
|||||||
# conversion or other intervention.
|
# conversion or other intervention.
|
||||||
exclude = ["colors-putty.reg"]
|
exclude = ["colors-putty.reg"]
|
||||||
|
|
||||||
# Merge both dicts.
|
# Merge both dicts so we can access their
|
||||||
|
# values simpler.
|
||||||
colors["colors"].update(colors["special"])
|
colors["colors"].update(colors["special"])
|
||||||
|
|
||||||
# Convert colors to other format.
|
# Convert colors to other format.
|
||||||
@ -46,5 +47,6 @@ def export_all_templates(colors):
|
|||||||
for file in os.scandir(TEMPLATE_DIR)
|
for file in os.scandir(TEMPLATE_DIR)
|
||||||
if file not in exclude]
|
if file not in exclude]
|
||||||
|
|
||||||
# Call 'putty' manually since it needs RGB colors.
|
# Call 'putty' manually since it needs RGB
|
||||||
|
# colors.
|
||||||
template(colors_rgb, "colors-putty.reg")
|
template(colors_rgb, "colors-putty.reg")
|
||||||
|
Loading…
Reference in New Issue
Block a user