Browse Source

swap example theme colors (#851)

main
Travis Arnold 7 years ago
committed by Alex Krolick
parent
commit
fc99015393
  1. 8
      examples/context/theme-detailed-theme-context.js

8
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}

Loading…
Cancel
Save