From 4634e5a903efd759a4196c055b3bb6ce71d76aee Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:59:15 +0100 Subject: [PATCH] remove static color --- interface/skin.dmf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/skin.dmf b/interface/skin.dmf index b4a7191515b..17964232111 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -1,7 +1,7 @@ macro "borghotkeymode" elem name = "TAB" - command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5\"" + command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true\"" elem name = "Shift" command = "KeyDown Shift" @@ -790,7 +790,7 @@ macro "hotkeymode" macro "borgmacro" elem name = "TAB" - command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0\"" + command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\"" elem name = "Shift" command = "KeyDown Shift"