From 826cd67cc819b2f55871bf661cb6573f11b532e0 Mon Sep 17 00:00:00 2001 From: "Ashley Engelund (weedySeaDragon @ github)" Date: Thu, 22 Sep 2022 11:50:07 -0700 Subject: [PATCH] ER styles: define (old) hardcoded values for themes to use --- src/themes/erDiagram-oldHardcodedValues.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/themes/erDiagram-oldHardcodedValues.ts diff --git a/src/themes/erDiagram-oldHardcodedValues.ts b/src/themes/erDiagram-oldHardcodedValues.ts new file mode 100644 index 000000000..24b7de7fd --- /dev/null +++ b/src/themes/erDiagram-oldHardcodedValues.ts @@ -0,0 +1,8 @@ +/** + * @file Values that have been hardcoded in src/diagrams/er/styles.js. These can be used by + * theme-_._ files to maintain display styles until themes, styles, renderers are revised. -- + * 2022-09-22 + */ +export const oldAttributeBackgroundColorOdd = '#ffffff'; +export const oldAttributeBackgroundColorEven = '#f2f2f2'; +export const oldAttributeBoxTextColor = '#ff0000';