diff --git a/examples/context/theme-detailed-theme-context.js b/examples/context/theme-detailed-theme-context.js index b8e924d2..5485472a 100644 --- a/examples/context/theme-detailed-theme-context.js +++ b/examples/context/theme-detailed-theme-context.js @@ -1,12 +1,12 @@ export const themes = { light: { - foreground: '#ffffff', - background: '#222222', - }, - dark: { foreground: '#000000', background: '#eeeeee', }, + dark: { + foreground: '#ffffff', + background: '#222222', + }, }; // highlight-range{1-3}