From 6215fd602bee66c78af0ff8614a0881c8b0ac67e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 26 Jun 2017 23:46:58 +1000 Subject: [PATCH] General: Update comments. --- pywal/format_color.py | 2 +- pywal/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pywal/format_color.py b/pywal/format_color.py index 8ab462a..5d70ba0 100755 --- a/pywal/format_color.py +++ b/pywal/format_color.py @@ -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)]) diff --git a/pywal/settings.py b/pywal/settings.py index c72b37a..8758a98 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -1,5 +1,5 @@ """ -Global variables and classes. +Global Constants. """ import pathlib