This file is indexed.

/usr/lib/exmh/app-defaults-mono is in exmh 1:2.8.0-6.

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
!
! Monochrome is black text on white background by default
!
*Foreground: black
*Background: white
*Scrollbar.foreground: white
*Scrollbar.activeForeground: black
!
! These are needed because the Canvas does not support a foreground resource.
! c_background is just there for consistency(?).  The drawback is
! that if you make c_background different than Background,
! you'll also want to define *Canvas.background to match c_background ...
! 
*c_foreground: black
*c_background: white

# Canvas's don't directly support foreground, but this resource
# is grabbed explicitly in exwin.tcl
*Face*Canvas.foreground:		black
*Face*Canvas.background:		white

! Link color for HTML links
*Text.c_link:	black

*sequences: current unseen moved deleted selected range mrange drange
*Usequences: 
*sequence_current: -bgstipple {}
! Actual colors cause errors, don't use blue
! *sequence_unseen: -foreground blue
*sequence_unseen: -foreground black
*sequence_moved: -bgstipple gray25
*sequence_deleted: -overstrike 1
*sequence_selected: -foreground black -background #ececec
*sequence_range: -relief raised -borderwidth 2
*sequence_mrange: -bgstipple gray25 -relief raised -borderwidth 2
*sequence_drange: -overstrike 1 -relief raised -borderwidth 2