From 3be5285488090ab70254b3080e33e64e6c702d2c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Jul 2024 22:27:55 +0200 Subject: sync theme --- .../assets/lib/mermaid/diagrams/flowchart/styles.d.ts | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 themes/blowfish/assets/lib/mermaid/diagrams/flowchart/styles.d.ts (limited to 'themes/blowfish/assets/lib/mermaid/diagrams/flowchart/styles.d.ts') diff --git a/themes/blowfish/assets/lib/mermaid/diagrams/flowchart/styles.d.ts b/themes/blowfish/assets/lib/mermaid/diagrams/flowchart/styles.d.ts deleted file mode 100644 index 73918ae..0000000 --- a/themes/blowfish/assets/lib/mermaid/diagrams/flowchart/styles.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/** Returns the styles given options */ -export interface FlowChartStyleOptions { - arrowheadColor: string; - border2: string; - clusterBkg: string; - clusterBorder: string; - edgeLabelBackground: string; - fontFamily: string; - lineColor: string; - mainBkg: string; - nodeBorder: string; - nodeTextColor: string; - tertiaryColor: string; - textColor: string; - titleColor: string; -} -declare const getStyles: (options: FlowChartStyleOptions) => string; -export default getStyles; -- cgit v1.2.3