/usr/share/xcrysden/Tcl/Xcrysden_resources is in xcrysden-data 1.5.53-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | # ------------------------------------------------------------------------
# if you have problems with fonts uncomment see the end of this file
# ------------------------------------------------------------------------
###########
# MenuBar #
###########
*MenuBar.relief: raised
*MenuBar.borderWidth: 2
*MenuBar*activeBackground: #007d8d
*MenuBar*activeForeground: #ffffff
*Viewer*activeBackground: #007d8d
*Viewer*activeForeground: #ffffff
#----------------------------
# this is STANDARD !!!
#----------------------------
*Entry.background: #daa
*SilentEntry*Entry.background: #ddd
*Text.background: #daa
*Listbox.background: #daa
*Checkbutton.selectColor: #ffffff
*Radiobutton.selectColor: #ffffff
*RaisedFrame.relief: raised
*RaisedFrame.borderWidth: 2
*GrooveFrame.relief: groove
*GrooveFrame.borderWidth: 2
#------------------------------------------------------------------------
# stressed color: #cfbab6 (testing the #b5a266 ; #b19a4b ; #bfaaa6 ; #9f8a86)
#------------------------------------------------------------------------
*ctrl*Button.background: #b5a266
*ctrl*Radiobutton.background: #b5a266
*ctrl*Checkbutton.background: #b5a266
*ctrl*Button.foreground: #000000
*ctrl*Radiobutton.foreground: #000000
*ctrl*Checkbutton.foreground: #000000
*ctrl*Button.highlightBackground: #000000
*ctrl*Radiobutton.highlightBackground: #000000
*ctrl*Checkbutton.highlightBackground: #b5a266
*mea*Radiobutton.highlightBackground: #000000
*mea*Checkbutton.highlightBackground: #000000
*mea*Button.highlightBackground: #000000
*close*Button.background: #b5a266
*close*Button.highlightBackground: #000
*close*Button.foreground: #000000
*mea*Button.background: #b5a266
*StressText*Frame.reliaf: ridge
*StressText*borderWidth.reliaf: 2
*StressText*Message.background: #b5a266
*StressText*Label.background: #b5a266
*Fileselect*Message.background: #b5a266
*DataGridBlock*Frame.background: #ffce61
*DataGridBlock*Label.background: #ffce61
*DataGridBlock*Radiobutton.background: #ffce61
*DataGridSubBlock*Frame.background: #ffff9d
*DataGridSubBlock*Label.background: #ffff9d
*DataGridSubBlock*Entry.background: #daa
*DataGridSubBlock*Checkbutton.background: #99ddaa
*DataGridSubBlock*Checkbutton.selectColor: #9999ff
#------------------------------------------------------------------------
# if you have problems with fonts try with one of below lines
#------------------------------------------------------------------------
%*font:fixed
%*font:TkFontFixed
%*font: -*-helvetica-medium-r-normal--10-*-*-*-*-*-*-
|