feat: update code-block background color (#1841)

This commit is contained in:
Flrande
2023-04-07 11:51:13 +08:00
committed by GitHub
parent efe5444816
commit 7d55d0ea0b

View File

@@ -24,7 +24,7 @@ export const getLightTheme = (
popoverBackground: '#fff',
tooltipBackground: '#261499',
codeBackground: '#f2f5f9',
codeBlockBackground: '#F9F9FB',
codeBlockBackground: '#FAFBFD',
hubBackground: '#fbfbfc',
cardHoverBackground: '#f8f9ff',
warningBackground: '#FFF9C7',
@@ -118,7 +118,7 @@ export const getDarkTheme = (
editorMode === 'edgeless'
? lightTheme.colors.codeBackground
: '#505662',
codeBlockBackground: '#36383D',
codeBlockBackground: '#292C33',
hubBackground: '#272727',
cardHoverBackground: '#363636',
warningBackground: '#FFF9C7',