/etc/X11/app-defaults/XBomb is in xbomb 2.2b-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  | ! XBomb app-defaults Version 2.2a.
!
! Copyright 1994-2009 Andrew M. Bishop
!
! The default font and the font for the markings on the grid.
*font:			lucidasans-bold-14
*grid.font:		lucidasans-bold-24
! The colour for the bomb and flag foreground.
*grid.bomb:		black
! The colour for the bomb background.
*grid.bombreal:		red
! The colour for the flag background.
*grid.bombmark:		orange
! The colour for the numbers in the grid.
*grid.number:		navyblue
*grid.number2:		darkgreen
*grid.number3:		darkred
*grid.number4:		black
*grid.number5:		turquoise
*grid.number6:		orange
*grid.number7:		violet
*grid.number8:		lightgreen
*grid.number9:		blue
*grid.number10:		blue
*grid.number11:		blue
*grid.number12:		blue
! The colour for the uncovered tiles.
*grid.hidden:		grey50
! The colour for the correctly guessed squares at the end.
*grid.correct:		green
! The colours for the hi-score table.
*hiscores*foreground:	black
*hiscores*background:	white
 |