Skip to content

Commit 8c3dd70

Browse files
committed
Changes right pane bg color
1 parent 666f9f8 commit 8c3dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/styles/themes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const themeVariableSets: Record<Theme, ThemeVariables> = {
106106
bg_element5: '#F1F3F5',
107107
bg_element6: '#F8F9FA',
108108
bg_element7: '#252525',
109-
bg_element8: '#1E1E1E',
109+
bg_element8: '#0c0c0c',
110110
bg_invert: '#FFFFFF',
111111
bg_inline_code: '##2c4840',
112112
text1: '#ECECEC',

0 commit comments

Comments
 (0)