Ticket #4441: 0001-Skin-julia256.ini-Fix-visual-inconsistencies.patch

File 0001-Skin-julia256.ini-Fix-visual-inconsistencies.patch, 1.6 KB (added by proski, 14 months ago)

Patch

  • misc/skins/julia256.ini

    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  
    3636    input = black;cyan 
    3737    inputunchanged = gray;cyan 
    3838    inputmark = cyan;color237 
    39     disabled = gray;blue 
     39    disabled = gray;lightgray 
    4040    reverse = black;lightgray 
    4141    commandlinemark = black;lightgray 
    4242    header = yellow;color237 
     
    4747[dialog] 
    4848    _default_ = black;lightgray 
    4949    dfocus = black;cyan 
    50     dhotnormal = black; 
    51     dhotfocus = black;cyan 
     50    dhotnormal = red; 
     51    dhotfocus = red;cyan 
    5252    dtitle = black; 
    5353 
    5454[error] 
     
    126126 
    127127[diffviewer] 
    128128    added = white;green 
    129     changedline = blue;cyan 
     129    changedline = black;cyan 
    130130    changednew = red;cyan 
    131131    changed = white;cyan 
    132132    removed = white;red