From 42e5c16d98306d9b4e96b52fd6962eb05eae9ffe Mon Sep 17 00:00:00 2001
From: Pavel Roskin <plroskin@gmail.com>
Date: Sat, 11 Feb 2023 21:39:02 -0800
Subject: [PATCH] Skin julia256.ini: Fix visual inconsistencies
Set "disabled" background to "lightgray" for consistency with the dialog
background. The inconsistent background can be seen in the file search dialog
with an empty search string.
The hotkeys in dialogs were impossible to distinguish from other text. Make
them red for consistency with the buttonbar.
Show changed lines in diffs in black on cyan. Blue on cyan is hard to see,
such color combination is not used elsewhere in the skin, which promises
"good contrast".
---
misc/skins/julia256.ini | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/misc/skins/julia256.ini b/misc/skins/julia256.ini
index 8a8c61fd8..e942fc615 100644
a
|
b
|
|
36 | 36 | input = black;cyan |
37 | 37 | inputunchanged = gray;cyan |
38 | 38 | inputmark = cyan;color237 |
39 | | disabled = gray;blue |
| 39 | disabled = gray;lightgray |
40 | 40 | reverse = black;lightgray |
41 | 41 | commandlinemark = black;lightgray |
42 | 42 | header = yellow;color237 |
… |
… |
|
47 | 47 | [dialog] |
48 | 48 | _default_ = black;lightgray |
49 | 49 | dfocus = black;cyan |
50 | | dhotnormal = black; |
51 | | dhotfocus = black;cyan |
| 50 | dhotnormal = red; |
| 51 | dhotfocus = red;cyan |
52 | 52 | dtitle = black; |
53 | 53 | |
54 | 54 | [error] |
… |
… |
|
126 | 126 | |
127 | 127 | [diffviewer] |
128 | 128 | added = white;green |
129 | | changedline = blue;cyan |
| 129 | changedline = black;cyan |
130 | 130 | changednew = red;cyan |
131 | 131 | changed = white;cyan |
132 | 132 | removed = white;red |