/usr/share/themes/Nightmare-01/openbox-3/themerc is in openbox 3.6.1-4.
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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | #============================================================
#
#
# _ _ _ _ _
# | \ | (_) | | | |
# | \| |_ __ _| |__ | |_ _ __ ___ __ _ _ __ ___
# | . ` | |/ _` | '_ \| __| '_ ` _ \ / _` | '__/ _ \
# | |\ | | (_| | | | | |_| | | | | | (_| | | | __/
# \_| \_/_|\__, |_| |_|\__|_| |_| |_|\__,_|_| \___|
# __/ |
# |___/
#
#
# "Nightmare" for openbox by Maxim. Date June 01, 2014.
# Inspired by "Nightmare" for pekwm by Gilbert Flores.
#============================================================
#======================================
# Menu Settings
#======================================
menu.title.bg: raised
menu.title.bg.color: #181818
menu.title.text.color: #ffffff
menu.separator.color: #242424
menu.items.bg: raised
menu.items.bg.color: #181818
menu.items.text.color: #ffffff
menu.items.disabled.text.color: #707070
menu.items.active.bg: flat border
menu.items.active.bg.color: #7f1e31
menu.items.active.bg.border.color: #c3314f
menu.items.active.text.color: #ffffff
#======================================
# Focused Window Settings
#======================================
window.active.title.bg: flat border
window.active.title.bg.color: #7f1e31
window.active.title.bg.border.color: #c3314f
window.active.handle.bg: raised
window.active.handle.bg.color: #181818
window.active.grip.bg: parentrelative
window.active.label.bg: parentrelative
window.active.label.text.color: #ffffff
window.*.button.*.bg: parentrelative
window.active.button.*.image.color: #ffffff
window.active.button.*.pressed.image.color: #000000
window.active.button.disabled.image.color: #ffffff
#======================================
# Unfocused Window Settings
#======================================
window.inactive.title.bg: raised
window.inactive.title.bg.color: #181818
window.inactive.handle.bg: raised
window.inactive.handle.bg.color: #181818
window.inactive.grip.bg: parentrelative
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #ffffff
window.inactive.button.*.image.color: #ffffff
#======================================
# Global Width Settings
#======================================
padding.width: 1
padding.height: 1
border.width: 1
window.handle.width: 3
window.client.padding.width: 0
menu.overlap.x: -5
#======================================
# Miscellaneous Settings
#======================================
border.color: #000000
menu.border.color: #000000
#======================================
# Osd
#======================================
osd.bg: raised
osd.bg.color: #181818
osd.hilight.bg: flat border
osd.hilight.bg.color: #7f1e31
osd.hilight.bg.border.color: #c3314f
#======================================
# Title Justification
#======================================
menu.title.text.justify: center
window.label.text.justify: center
|