swap example theme colors (#851)

This commit is contained in:
Travis Arnold
2018-04-29 16:23:25 -07:00
committed by Alex Krolick
parent 19b16af6e1
commit fc99015393

View File

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