@@ -43,7 +43,7 @@ export default defineConfig({
4343 return `[data-theme='${ theme . name } ']` ;
4444 } ,
4545 styleOverrides : {
46- borderColor : 'hsla( var(--color-blue), 0.15 )' ,
46+ borderColor : 'var(--theme-border )' ,
4747 borderRadius : '0.5rem' ,
4848 borderWidth : '1px' ,
4949 codePaddingBlock : '1rem' ,
@@ -53,14 +53,14 @@ export default defineConfig({
5353 codeLineHeight : '1.7' ,
5454 uiFontFamily : 'var(--font-body)' ,
5555 uiFontSize : '0.8rem' ,
56- focusBorder : 'var(--color-mergify-blue )' ,
56+ focusBorder : 'var(--theme-link )' ,
5757 frames : {
5858 frameBoxShadowCssValue : 'none' ,
5959 editorTabBarBorderBottomColor : 'var(--theme-divider)' ,
60- editorActiveTabIndicatorBottomColor : 'var(--color-mergify-blue )' ,
60+ editorActiveTabIndicatorBottomColor : 'var(--theme-link )' ,
6161 editorActiveTabIndicatorTopColor : 'transparent' ,
6262 terminalTitlebarBorderBottomColor : 'var(--theme-divider)' ,
63- tooltipSuccessBackground : 'var(--color-mergify-blue )' ,
63+ tooltipSuccessBackground : 'var(--theme-link )' ,
6464 tooltipSuccessForeground : '#fff' ,
6565 inlineButtonBorder : 'var(--theme-divider)' ,
6666 inlineButtonForeground : 'var(--theme-text-lighter)' ,
0 commit comments