Skip to content

Commit 738a4e5

Browse files
committed
Change code block bg prism
1 parent bae9138 commit 738a4e5

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
@@ -130,7 +130,7 @@ const themeVariableSets: Record<Theme, ThemeVariables> = {
130130
prism_bg: '#1E1E1E',
131131
prism_default_text: '#e0e6f1',
132132
prism_selection_bg: '#383e49',
133-
prism_code_block_bg: '#282c34',
133+
prism_code_block_bg: '#1e1e1e',
134134
prism_code_1: '#7c858d',
135135
prism_code_2: '#abb2bf',
136136
prism_code_3: '#e06c75',

0 commit comments

Comments
 (0)