Skip to content

Commit a5806c5

Browse files
jdclaude
andcommitted
refactor(design): align expressive-code overrides with semantic tokens
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Change-Id: Ic5da0c226b84706c494443e0c63870c7a9d6f933
1 parent 4646bfd commit a5806c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

astro.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)