changeset 9e5208e7cb7c in tryton:6.0
details: https://hg.tryton.org/tryton?cmd=changeset&node=9e5208e7cb7c
description:
Increase contrast with tree colors on dark mode
issue10427
review346291002
(grafted from 12df3e5258f147b1f38eeaecd0f6204282b4f7ad)
diffstat:
tryton/config.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b7e216600ab7 -r 9e5208e7cb7c tryton/config.py
--- a/tryton/config.py Thu Aug 12 18:39:50 2021 +0200
+++ b/tryton/config.py Sun Jun 06 09:30:43 2021 +0200
@@ -56,7 +56,7 @@
'client.check_version': True,
'client.bus_timeout': 10 * 60,
'icon.colors': '#3465a4,#555753,#cc0000',
- 'tree.colors': '#777,#dff0d8,#fcf8e3,#f2dede',
+ 'tree.colors': '#777,#198754,#ffc107,#dc3545',
'calendar.colors': '#fff,#3465a4',
'graph.color': '#3465a4',
'image.max_size': 10 ** 6,