import type { IColors } from "react-native-week-schedule-1";

export const DEFAULT_COLORS: IColors = {
    background: '#ffffff',
    card: '#ffffff',
    title: '#000000',
    text: '#000000',
    text_inverted: '#ffffff',
    border: '#000000',
    notification: '#000000',
    primary: '#1D4ED8',
    primary_active: '#1E40AF',
};
