Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 59021cb

Browse files
committed
Darken the darkmode shell background
1 parent 8cbdfda commit 59021cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/fg/shell-window/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
@media (prefers-color-scheme: dark) {
8686
body {
8787
--bg-color--foreground: #333;
88-
--bg-color--background: #292929;
88+
--bg-color--background: #1f1f1f;
8989
--bg-color--content: #fff;
9090
--bg-color--input: #222;
9191
--text-color--input: #eee;

0 commit comments

Comments
 (0)