diff options
Diffstat (limited to 'data/themes/modern.ini')
-rw-r--r-- | data/themes/modern.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/themes/modern.ini b/data/themes/modern.ini new file mode 100644 index 0000000..5be06d2 --- /dev/null +++ b/data/themes/modern.ini @@ -0,0 +1,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 |