export interface TermColorSettings {
    backgroundColor: string;
    textColor: string;
}
