mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
General: Update comments.
This commit is contained in:
parent
7a723eb173
commit
6215fd602b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user