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

View File

@ -53,7 +53,7 @@ def xrdb(colors):
x_colors.append(f"URxvt*cursorColor: {colors[15]}\n") x_colors.append(f"URxvt*cursorColor: {colors[15]}\n")
x_colors.append(f"XTerm*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" x_colors.extend([f"*.color{index}: {color}\n*color{index}: {color}\n"
for index, color in enumerate(colors)]) for index, color in enumerate(colors)])

View File

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