blob: 5be06d2b45d5a540aa569b4f63589044ac3e8334 (
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=#85a4c9
TLS=#8fb172
DWS=#c14039
TWS=#e07044
QLS=#bfd162
QWS=goldenrod
# misc
nothing=gainsboro
cementedLetterText=#f8f8ff
cementedBritishLetterText=#FFC0C0
uncementedLetterText=khaki
mark=tan
|