bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] .gtkrc for colorblind - repost


From: Nardy Pillards
Subject: [Bug-gnubg] .gtkrc for colorblind - repost
Date: Mon, 25 Aug 2003 13:22:09 +0200

(repost. problems with outgoing mail to mailinglist)

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





reply via email to

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