blob: be1e96baaebdfbc6329ee8cf53d77cfac7b9acf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# color values can be any string which can be passed into QColor::QColor(str)
# textual colors
arrow=black
letter=#6e6e6e
britishLetter=#703d3d
bonusLabel=gainsboro
markLabel=black
# bonus squares
DLS=cornflowerblue
TLS=slateblue
DWS=palevioletred
TWS=firebrick
QLS=#c595f1
QWS=goldenrod
# misc
nothing=gainsboro
cementedLetterText=#f8f8ff
cementedBritishLetterText=#FFC0C0
uncementedLetterText=khaki
mark=tan
|