2022-12-05 21:46:16 +00:00
|
|
|
# This file contains all themerc options with default values
|
|
|
|
|
#
|
|
|
|
|
# System-wide and local themes can be overridden by creating a copy of this
|
|
|
|
|
# file and renaming it to $HOME/.config/labwc/themerc-override. Be careful
|
|
|
|
|
# though - if you only want to override a small number of specific options,
|
|
|
|
|
# make sure all other lines are commented out or deleted.
|
|
|
|
|
|
2021-04-10 19:30:39 +01:00
|
|
|
# general
|
|
|
|
|
border.width: 1
|
2024-10-08 17:52:57 +01:00
|
|
|
|
|
|
|
|
#
|
2024-10-21 23:35:49 +03:00
|
|
|
# The global padding.{width,height} of openbox are not supported because
|
|
|
|
|
# the default labwc button geometry deviates from that of openbox
|
2024-10-08 17:52:57 +01:00
|
|
|
#
|
|
|
|
|
window.titlebar.padding.width: 0
|
|
|
|
|
window.titlebar.padding.height: 0
|
2021-04-10 19:30:39 +01:00
|
|
|
|
|
|
|
|
# window border
|
2024-11-24 14:39:35 +09:00
|
|
|
window.active.border.color: #aaaaaa
|
|
|
|
|
window.inactive.border.color: #aaaaaa
|
2021-04-10 19:30:39 +01:00
|
|
|
|
2023-03-05 10:35:56 +01:00
|
|
|
# ToggleKeybinds status indicator
|
|
|
|
|
window.active.indicator.toggled-keybind.color: #ff0000
|
|
|
|
|
|
2021-10-20 19:52:17 +01:00
|
|
|
# window titlebar background
|
2023-11-28 08:22:54 +02:00
|
|
|
window.active.title.bg.color: #e1dedb
|
2021-04-10 19:30:39 +01:00
|
|
|
window.inactive.title.bg.color: #f6f5f4
|
2025-06-14 12:36:51 -04:00
|
|
|
window.*.title.bg: Solid
|
|
|
|
|
|
|
|
|
|
# Vertical and SplitVertical gradients are supported for window.*.title.bg
|
|
|
|
|
# with the following additional color fields. See labwc-theme(5) for examples.
|
|
|
|
|
#
|
|
|
|
|
# window.*.title.bg.colorTo:
|
|
|
|
|
# window.*.title.bg.color.splitTo:
|
|
|
|
|
# window.*.title.bg.colorTo.splitTo:
|
2021-04-10 19:30:39 +01:00
|
|
|
|
2021-10-20 19:52:17 +01:00
|
|
|
# window titlebar text
|
|
|
|
|
window.active.label.text.color: #000000
|
|
|
|
|
window.inactive.label.text.color: #000000
|
2022-04-22 17:54:20 +01:00
|
|
|
window.label.text.justify: center
|
2021-10-20 19:52:17 +01:00
|
|
|
|
2024-09-09 17:43:38 +02:00
|
|
|
# window button width and spacing
|
2024-07-20 11:33:57 +03:00
|
|
|
window.button.width: 26
|
2024-10-13 20:43:18 +01:00
|
|
|
window.button.height: 26
|
2024-09-09 17:43:38 +02:00
|
|
|
window.button.spacing: 0
|
2024-07-20 11:33:57 +03:00
|
|
|
|
2024-09-09 17:44:03 +02:00
|
|
|
# window button hover effect
|
2024-10-12 15:06:23 +09:00
|
|
|
window.button.hover.bg.corner-radius: 0
|
2024-09-09 17:44:03 +02:00
|
|
|
|
2021-04-10 19:30:39 +01:00
|
|
|
# window buttons
|
|
|
|
|
window.active.button.unpressed.image.color: #000000
|
2021-03-04 20:30:23 +00:00
|
|
|
window.inactive.button.unpressed.image.color: #000000
|
2020-08-21 19:54:28 +01:00
|
|
|
|
2024-04-22 19:27:53 +01:00
|
|
|
# window drop-shadows
|
|
|
|
|
window.active.shadow.size: 60
|
|
|
|
|
window.inactive.shadow.size: 40
|
|
|
|
|
window.active.shadow.color: #00000060
|
|
|
|
|
window.inactive.shadow.color: #00000040
|
|
|
|
|
|
2022-12-23 18:20:49 +01:00
|
|
|
# Note that "menu", "iconify", "max", "close" buttons colors can be defined
|
2021-08-22 19:11:54 +01:00
|
|
|
# individually by inserting the type after the button node, for example:
|
|
|
|
|
#
|
|
|
|
|
# window.active.button.iconify.unpressed.image.color: #333333
|
|
|
|
|
|
2021-04-10 19:30:39 +01:00
|
|
|
# menu
|
2022-12-08 20:38:31 +00:00
|
|
|
menu.overlap.x: 0
|
|
|
|
|
menu.overlap.y: 0
|
|
|
|
|
menu.width.min: 20
|
|
|
|
|
menu.width.max: 200
|
2024-11-24 14:40:40 +09:00
|
|
|
menu.border.width: 1
|
|
|
|
|
menu.border.color: #aaaaaa
|
2021-03-04 20:30:23 +00:00
|
|
|
menu.items.bg.color: #fcfbfa
|
|
|
|
|
menu.items.text.color: #000000
|
2023-11-28 08:22:54 +02:00
|
|
|
menu.items.active.bg.color: #e1dedb
|
2021-04-10 19:30:39 +01:00
|
|
|
menu.items.active.text.color: #000000
|
2022-12-08 20:38:31 +00:00
|
|
|
menu.items.padding.x: 7
|
|
|
|
|
menu.items.padding.y: 4
|
2022-06-22 21:07:25 +01:00
|
|
|
menu.separator.width: 1
|
|
|
|
|
menu.separator.padding.width: 6
|
|
|
|
|
menu.separator.padding.height: 3
|
|
|
|
|
menu.separator.color: #888888
|
2024-05-09 21:20:15 +01:00
|
|
|
menu.title.bg.color: #589bda
|
2024-08-21 12:27:07 -05:00
|
|
|
menu.title.text.color: #ffffff
|
|
|
|
|
menu.title.text.justify: Center
|
2021-10-20 19:52:17 +01:00
|
|
|
|
|
|
|
|
# on screen display (window-cycle dialog)
|
2024-04-14 21:04:52 +09:00
|
|
|
osd.bg.color: #e1dedb
|
2022-05-31 19:14:58 +02:00
|
|
|
osd.border.color: #000000
|
|
|
|
|
osd.border.width: 1
|
2021-10-20 19:52:17 +01:00
|
|
|
osd.label.text.color: #000000
|
2023-04-24 21:31:28 +01:00
|
|
|
|
2024-03-26 05:12:19 -05:00
|
|
|
# width can be set as percent (of screen width)
|
|
|
|
|
# example 50% or 75% instead of 600, max 100%
|
2023-04-24 21:31:28 +01:00
|
|
|
osd.window-switcher.width: 600
|
2024-03-26 05:12:19 -05:00
|
|
|
|
2023-07-01 14:56:13 +02:00
|
|
|
osd.window-switcher.padding: 4
|
2023-04-24 21:31:28 +01:00
|
|
|
osd.window-switcher.item.padding.x: 10
|
2023-07-01 14:56:13 +02:00
|
|
|
osd.window-switcher.item.padding.y: 1
|
|
|
|
|
osd.window-switcher.item.active.border.width: 2
|
2025-04-01 16:53:15 +09:00
|
|
|
# The icon size the same as the font size by default
|
|
|
|
|
# osd.window-switcher.item.icon.size: 50
|
2024-04-15 20:22:44 +09:00
|
|
|
osd.window-switcher.preview.border.width: 1
|
|
|
|
|
osd.window-switcher.preview.border.color: #dddda6,#000000,#dddda6
|
2023-12-11 12:41:33 +03:00
|
|
|
|
|
|
|
|
osd.workspace-switcher.boxes.width: 20
|
|
|
|
|
osd.workspace-switcher.boxes.height: 20
|
2025-04-06 15:05:04 +04:00
|
|
|
osd.workspace-switcher.boxes.border.width: 2
|
2024-04-14 02:24:36 +09:00
|
|
|
|
2024-04-21 02:30:31 +09:00
|
|
|
# Default values for following options change depending on the rendering
|
|
|
|
|
# backend. For software-based renderers, *.bg.enabled is "no" and
|
|
|
|
|
# *.border.enabled is "yes" if not set. For hardware-based renderers,
|
|
|
|
|
# *.bg.enabled is "yes" and *.border.enabled is "no" if not set.
|
|
|
|
|
# Setting *.bg.enabled to "yes" for software-based renderer with translucent
|
|
|
|
|
# background color may severely impact performance.
|
|
|
|
|
#
|
|
|
|
|
# snapping.overlay.region.bg.enabled:
|
|
|
|
|
# snapping.overlay.edge.bg.enabled:
|
|
|
|
|
# snapping.overlay.region.border.enabled:
|
|
|
|
|
# snapping.overlay.edge.border.enabled:
|
|
|
|
|
|
2024-04-21 02:22:28 +09:00
|
|
|
snapping.overlay.region.bg.color: #8080b380
|
|
|
|
|
snapping.overlay.edge.bg.color: #8080b380
|
|
|
|
|
snapping.overlay.region.border.width: 1
|
|
|
|
|
snapping.overlay.edge.border.width: 1
|
|
|
|
|
snapping.overlay.region.border.color: #dddda6,#000000,#dddda6
|
|
|
|
|
snapping.overlay.edge.border.color: #dddda6,#000000,#dddda6
|