@@ -24,29 +24,33 @@ export const EC_THEME: ExpressiveCodeEngineConfig['styleOverrides'] = {
2424 uiPaddingInline : 'var(--size-4-4)' ,
2525 uiSelectionBackground : 'var(--text-selection)' ,
2626 uiSelectionForeground : 'var(--text-normal)' ,
27+ gutterBorderColor : 'var(--shiki-gutter-border-color)' ,
28+ gutterBorderWidth : 'var(--shiki-gutter-border-width)' ,
29+ gutterForeground : 'var(--shiki-gutter-text-color)' ,
30+ gutterHighlightForeground : 'var(--shiki-gutter-text-color-highlight)' ,
2731 textMarkers : {
28- delBackground : 'rgba( var(--shiki-highlight-red-rgb), var(--shiki-highlight-opacity) )' ,
29- delBorderColor : 'rgba( var(--shiki-highlight-red-rgb), 1 )' ,
32+ delBackground : 'var(--shiki-highlight-red-background )' ,
33+ delBorderColor : 'var(--shiki-highlight-red)' ,
3034 delDiffIndicatorColor : 'rgba(var(--shiki-highlight-red-rgb), 1)' ,
3135 inlineMarkerBorderWidth : 'var(--border-width)' ,
32- insBackground : 'rgba( var(--shiki-highlight-green-rgb), var(--shiki-highlight-opacity) )' ,
33- insBorderColor : 'rgba( var(--shiki-highlight-green-rgb), 1 )' ,
36+ insBackground : 'var(--shiki-highlight-green-background )' ,
37+ insBorderColor : 'var(--shiki-highlight-green)' ,
3438 insDiffIndicatorColor : 'rgba(var(--shiki-highlight-green-rgb), 1)' ,
3539 lineDiffIndicatorMarginLeft : '0.3rem' ,
3640 lineMarkerAccentMargin : '0rem' ,
3741 lineMarkerAccentWidth : '0.15rem' ,
3842 lineMarkerLabelColor : 'white' ,
3943 lineMarkerLabelPaddingInline : '0.2rem' ,
40- markBackground : 'rgba( var(--shiki-highlight-neutral-rgb), var(--shiki-highlight-opacity) )' ,
41- markBorderColor : 'rgba( var(--shiki-highlight-neutral-rgb), 1 )' ,
44+ markBackground : 'var(--shiki-highlight-neutral-background )' ,
45+ markBorderColor : 'var(--shiki-highlight-neutral)' ,
4246 } ,
4347 frames : {
4448 editorActiveTabBackground : 'var(--code-background)' ,
4549 editorActiveTabBorderColor : 'transparent' ,
4650 editorActiveTabForeground : 'var(--text-normal)' ,
4751 editorActiveTabIndicatorBottomColor : 'transparent' ,
4852 editorActiveTabIndicatorHeight : '2px' ,
49- editorActiveTabIndicatorTopColor : 'rgb( var(--shiki-highlight-neutral-rgb), 1 )' ,
53+ editorActiveTabIndicatorTopColor : 'var(--shiki-highlight-neutral)' ,
5054 editorBackground : 'var(--code-background)' ,
5155 editorTabBarBackground : 'var(--color-primary)' ,
5256 editorTabBarBorderBottomColor : 'transparent' ,
0 commit comments