Skip to content

Commit

Permalink
Fix: Theme - Windows system dark theme separator
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Apr 20, 2024
1 parent 1555084 commit ae974b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 4 additions & 2 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions src/theme/system_default_theme/_win10.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,12 @@
--arrowpanel-border-color: var(--win-bgcolor) !important;
--panel-separator-color: var(--win-bgcolor) !important;
}
:root[lwt-default-theme-in-dark-mode] {
--arrowpanel-border-color: var(--win-border-color) !important;
--panel-separator-color: var(--win-border-color) !important;
@include Dark {
:root:is(#main-window)#{$not_lwtheme},
:root[lwt-default-theme-in-dark-mode] {
--arrowpanel-border-color: var(--win-border-color) !important;
--panel-separator-color: var(--win-border-color) !important;
}
}

@include Option("userChrome.theme.system_default") {
Expand Down

0 comments on commit ae974b0

Please sign in to comment.