bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] gnubg and colour blind people - proposed settings


From: Nardy Pillards
Subject: [Bug-gnubg] gnubg and colour blind people - proposed settings
Date: Tue, 19 Aug 2003 15:35:30 +0200

( attached file gnubg.gtkrc is for Win32! )

For red/green colour blind people, these settings should be changed:

1.

in .gnubgautorc:

The default setting now is red.
The red lines in Hint and Analyse window are not highlighted for 
colour blinds.
(possible to change the color in the source files?)

Command to enter:

set highlightcolour medium blue


2.

gnubg.gtkrc:

The MatchEquityTable highlight changed to DarkBlue and Brown.
Window Graph (in Theory) changed to Green-Blue-Red

(the attached gnubg.gtkrc has more lines and is for Win32. font is 
bit bigger than the one in Installation Archive and other theme is 
used)

Next lines reflect the changes to gnubg.gtkrc
(all OS)

#
# gnubg.gtkrc
#

#blue (adapted for colorblind)
style "movelabel" = "default"
{
  fg[ACTIVE] = { 0, 0, 0xffff }
}

widget "*Board.*move" style "movelabel"

# Green - Blue - Red ( adapted for colourblind)
style "doubling-window-graph" = "default"
{
  bg[ACTIVE] = { 0, 0xffff, 0 }
  bg[PRELIGHT] = { 0, 0, 0xffff }
  bg[SELECTED] = { 0xffff, 0, 0 }
}

widget "*.gnubg-doubling-window-graph" style "doubling-window-graph"

#
# Styles for match equity table
#

# dark blue, brown (adapted for colourblind)
style "met-matching-score" = "default"
{
  fg[NORMAL] = { 0, 0, 0xc0c0 }
}

style "met-the-score" = "met-matching-score"
{
  fg[NORMAL] = { 0x8080, 0, 0 }
}

widget "*.gnubg-met-matching-score" style "met-matching-score"
widget "*.gnubg-met-the-score" style "met-the-score"

-------------------------
Nardy
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- File information -----------
     File:  gnubg.gtkrc.zip
     Date:  19 Aug 2003, 15:28
     Size:  904 bytes.
     Type:  ZIP-archive

Attachment: gnubg.gtkrc.zip
Description: Zip archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]