diff --git a/Source/Theme.scss b/Source/Theme.scss index 5051bda..167bf4f 100644 --- a/Source/Theme.scss +++ b/Source/Theme.scss @@ -10,6 +10,8 @@ --color-sidenav-selected-bg: #{$SideNavBackgroundSelected} !important; --color-state-hover-primary-bg: #3d4348 !important; --color-state-hover-secondary-bg: #3d4348 !important; + --color-accent-emphasis: var(--color-state-hover-secondary-bg) !important; + --color-text-primary: rgb(230, 230, 230) !important; --color-text-secondary: #b5b5b5 !important; --color-text-tertiary: #b5b5b5 !important; @@ -35,6 +37,7 @@ --color-canvas-inset: #{$BackgroundColor-3} !important; --color-fg-muted: #{$SecondaryText} !important; --color-page-header-bg: #{$BackgroundColor-8} !important; + } html {