Menu

Changing active game color in Game List

2024-08-05
2024-08-10
  • Bruno Raoult

    Bruno Raoult - 2024-08-05

    I am trying to set a dark background, but I have one remaining issue (another one, hyperlinks color, was already answered in another discussion ) :
    In "Game List" window, the active game line has a a blue text, which is difficult to read. Is there an option to change this color ?

    Thanks a lot.

    Version 4.24, Tcl/Tk 8.6.13.

     
  • Steven

    Steven - 2024-08-08

    Index: tcl/windows/gamelist.tcl

    --- tcl/windows/gamelist.tcl (revision 3472)
    +++ tcl/windows/gamelist.tcl (working copy)
    @@ -974,8 +974,8 @@
    # Hmmm - now we arent highlighting current games with selection, use blue2 to work with deleted tag
    # OSX treeview selection colour is different
    }
    - $w tag configure current -foreground blue2
    - $w tag configure current_deleted -foreground SteelBlue
    + $w tag configure current -foreground Purple
    + $w tag configure current_deleted -foreground mediumorchid
    }
    }

     
    • Bruno Raoult

      Bruno Raoult - 2024-08-10

      This is perfect, thanks a lot @stevenaaus !

      And also bravo for the patch (your message below ).

       
  • Steven

    Steven - 2024-08-09

    Ok, there is now a switcher context-menu option for this colour (in subversion).

     

Log in to post a comment.