Ticket #4441: 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".

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Pavel Roskin 2023-02-11 21:39:02 -08:00 committed by Andrew Borodin
parent cce50e5bff
commit a6fc94f294

View File

@ -36,7 +36,7 @@
input = black;cyan input = black;cyan
inputunchanged = gray;cyan inputunchanged = gray;cyan
inputmark = cyan;color237 inputmark = cyan;color237
disabled = gray;blue disabled = gray;lightgray
reverse = black;lightgray reverse = black;lightgray
commandlinemark = black;lightgray commandlinemark = black;lightgray
header = yellow;color237 header = yellow;color237
@ -47,8 +47,8 @@
[dialog] [dialog]
_default_ = black;lightgray _default_ = black;lightgray
dfocus = black;cyan dfocus = black;cyan
dhotnormal = black; dhotnormal = red;
dhotfocus = black;cyan dhotfocus = red;cyan
dtitle = black; dtitle = black;
[error] [error]
@ -126,7 +126,7 @@
[diffviewer] [diffviewer]
added = white;green added = white;green
changedline = blue;cyan changedline = black;cyan
changednew = red;cyan changednew = red;cyan
changed = white;cyan changed = white;cyan
removed = white;red removed = white;red