import {
  Themes,
  GetGenericStyle,
  GetLineNumberStyle,
  GetBackgroundStyle,
} from './themes';
import { Fonts } from './fonts';

export {
  Themes,
  GetGenericStyle,
  GetLineNumberStyle,
  GetBackgroundStyle,
  Fonts,
};
