Skip to content

Commit 554a133

Browse files
committed
fix: missing panel background color #3
1 parent c341bc9 commit 554a133

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/serendipity.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
"tab.inactive_background": "#0000",
420420
"tab.active_background": "#6B6D7C14",
421421
"search.match_background": "#6B6D7C14",
422-
"panel.background": "#0000",
422+
"panel.background": "#202231",
423423
"panel.focused_border": null,
424424
"panel.indent_guide": "#6B6D7C4d",
425425
"pane.focused_border": null,
@@ -795,7 +795,7 @@
795795
"tab.inactive_background": "#0000",
796796
"tab.active_background": "#6B6D7C1a",
797797
"search.match_background": "#6B6D7C1a",
798-
"panel.background": "#0000",
798+
"panel.background": "#151726",
799799
"panel.focused_border": null,
800800
"panel.indent_guide": "#6B6D7C66",
801801
"pane.focused_border": null,
@@ -1926,7 +1926,7 @@
19261926
"tab.inactive_background": "#0000",
19271927
"tab.active_background": "#6B6D7C14",
19281928
"search.match_background": "#6B6D7C14",
1929-
"panel.background": "#0000",
1929+
"panel.background": "#202231",
19301930
"panel.focused_border": null,
19311931
"panel.indent_guide": "#6B6D7C4d",
19321932
"pane.focused_border": null,
@@ -2302,7 +2302,7 @@
23022302
"tab.inactive_background": "#0000",
23032303
"tab.active_background": "#6B6D7C1a",
23042304
"search.match_background": "#6B6D7C1a",
2305-
"panel.background": "#0000",
2305+
"panel.background": "#151726",
23062306
"panel.focused_border": null,
23072307
"panel.indent_guide": "#6B6D7C66",
23082308
"pane.focused_border": null,

0 commit comments

Comments
 (0)