export interface GraphTheme {
   name: string;
   startEndColor: string;
   opColor: string;
   decisionColor: string;
   connectorColor: string;
   ioColor: string;
   subColor: string;
 }