xiwal

Generate terminal color schemes
git clone https://git.ce9e.org/xiwal.git

commit
bb74ffc79f614df93ca93712034b4c5416fc09a5
parent
4743fa311f972d63fbb080b4437ac76d6c7b1921
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-11-17 11:17
typo

Diffstat

M xiwal/scheme.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/xiwal/scheme.py b/xiwal/scheme.py

@@ -13,7 +13,7 @@ C_FACTOR = 1.2
   13    13 
   14    14 # lightness for dark/light colors
   15    15 # Some general guidelines:
   16    -1 # - dark kcolors should have sufficient contrast to both black and white
   -1    16 # - dark colors should have sufficient contrast to both black and white
   17    17 # - light colors should have different levels of lightness so they can
   18    18 #   easily be distinguished
   19    19 L_DARK = 2, 45, 50, 50, 45, 45, 50, 85