diff --git a/src/renderer/themes/theme-vars.scss b/src/renderer/themes/theme-vars.scss index 59888e3886..6b556bdc88 100644 --- a/src/renderer/themes/theme-vars.scss +++ b/src/renderer/themes/theme-vars.scss @@ -92,6 +92,10 @@ $terminalBrightMagenta: var(--terminalBrightMagenta); $terminalBrightCyan: var(--terminalBrightCyan); $terminalBrightWhite: var(--terminalBrightWhite); +// Logs +$logsBackground: var(--logsBackground); +$logRowHoverBackground: var(--logRowHoverBackground); + // Dialogs $dialogTextColor: var(--dialogTextColor); $dialogBackground: var(--dialogBackground); @@ -127,4 +131,4 @@ $selectOptionHoveredColor: var(--selectOptionHoveredColor); $lineProgressBackground: var(--lineProgressBackground); $radioActiveBackground: var(--radioActiveBackground); $menuActiveBackground: var(--menuActiveBackground); -$menuSelectedOptionBgc: var(--menuSelectedOptionBgc); +$menuSelectedOptionBgc: var(--menuSelectedOptionBgc); \ No newline at end of file