1
0
mirror of https://github.com/dylanaraps/pywal.git synced 2025-08-15 08:52:24 +02:00

General: Update comments.

This commit is contained in:
Dylan Araps
2017-06-26 23:46:58 +10:00
parent 7a723eb173
commit 6215fd602b
2 changed files with 2 additions and 2 deletions

@ -53,7 +53,7 @@ def xrdb(colors):
x_colors.append(f"URxvt*cursorColor: {colors[15]}\n")
x_colors.append(f"XTerm*cursorColor: {colors[15]}\n")
# Colors 0-15
# Colors 0-15.
x_colors.extend([f"*.color{index}: {color}\n*color{index}: {color}\n"
for index, color in enumerate(colors)])

@ -1,5 +1,5 @@
"""
Global variables and classes.
Global Constants.
"""
import pathlib