Skip to content

Commit

Permalink
chore: update transparent window background
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Oct 12, 2023
1 parent 17eb0ea commit 32fa7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/env-parts/theme.es
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function loadStyle(
if ('darwin' === process.platform) {
delaySetBackgroundColor(isDark ? '#2F343C96' : '#F6F7F996')
} else {
delaySetBackgroundColor(isDark ? '#2F343CDA' : '#F6F7F9DA')
delaySetBackgroundColor(isDark ? '#2F343CCC' : '#F6F7F940')
}
} else {
delaySetBackgroundColor(isDark ? '#2F343C' : '#F6F7F9')
Expand Down

0 comments on commit 32fa7c1

Please sign in to comment.