summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2017-03-28 09:48:12 +0200
committerChristian Geier <geier@lostpackets.de>2017-03-28 09:48:12 +0200
commitf3a3a0eca2a0d0ebc07a3332e13270dddf145f76 (patch)
treed11fa05414e8c07294581762da7537b59fcab77c
parent93e6861e431107b2712e07fac5122ce6fb4d9c97 (diff)
parent0ebd77673c65baad8d2f10820c3c796c03938f6e (diff)
Merge branch 'pr/618'
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGELOG.rst1
-rw-r--r--khal/ui/colors.py6
3 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 99b7bdb2..6f531ddb 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -30,3 +30,4 @@ Paweł Fertyk - pfertyk [at] openmailbox [dot] org
Moritz Kobel - moritz [at] kobelnet [dot] ch - http://www.kobelnet.ch
Guilhem Saurel - guilhem [at] saurel [dot] me - https://saurel.me
Stefan Siegel - ssiegel [at] sdas [dot] net
+August Lindberg
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bf6e604e..5dbfaa84 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,7 @@ may want to subscribe to `GitHub's tag feed
* FIX ikhal's event editor now warns before allowing to edit recurrence rules it
doesn't understand
+* CHANGE improved ikhal's `light` color scheme
* NEW ikhal's event editor now allows better editing of recurrence rules,
including INTERVALs, end dates, and more
* NEW ikhal will now check if any configured vdir has been updated, and, if
diff --git a/khal/ui/colors.py b/khal/ui/colors.py
index 4786e94d..f90448b9 100644
--- a/khal/ui/colors.py
+++ b/khal/ui/colors.py
@@ -70,11 +70,11 @@ light = [
('reveal focus', 'black', 'dark cyan', 'standout'),
('today focus', 'white', 'dark cyan', 'standout'),
- ('today', 'light gray', 'black', 'dark cyan'),
+ ('today', 'black', 'light gray', 'dark cyan'),
- ('date', 'light gray', 'white'),
+ ('date', '', 'white'),
('date focused', 'white', 'dark gray', ('bold', 'standout')),
- ('date selected', 'dark gray', 'yellow'),
+ ('date selected', 'dark gray', 'light cyan'),
('dayname', 'dark gray', 'white'),
('monthname', 'dark gray', 'white'),