fix color buttons

This commit is contained in:
2023-12-23 15:18:14 +01:00
parent ed851b0eed
commit 165879eb0d
2 changed files with 8 additions and 2 deletions

View File

@@ -35,8 +35,8 @@
# : N. optional group/row specification
# : NAME id, name of the button
# text-alt = optional alternative burron text
# color-fg = foreground color as hex color code, e.g. \#ff0000
# color-bg = background color as hex color code, e.g. \#ff0000
# color-fg = foreground color as hex color code, e.g. #aa5500
# color-bg = background color as hex color code, e.g. #0055aa
# command = command(s) to run, seperated by new lines: shell command
# second command ...
# command-alt = optinal back-switch command(s) to run: shell command ...