add dracula to readme #5
Annotations
4 errors and 2 warnings
error: expect(received).toEqual(expected):
test/themeUtils.test.ts#L37
{
accent: "#0000FF",
+ accent2: "oklch(55.201% 0.31321 264.05)",
- accent2: "oklch(35.201% 0.31321 264.05)",
accentContent: "#FFF",
background: "#FFF",
+ background2: "oklch(110% 0 none)",
+ background3: "oklch(120% 0 none)",
- background2: "oklch(90% 0 none)",
- background3: "oklch(80% 0 none)",
error: "oklch(0.7176 0.221 22.18)",
+ error2: "oklch(81.76% 0.221 22.18)",
- error2: "oklch(61.76% 0.221 22.18)",
errorContent: "#000",
foreground: "#000",
info: "oklch(0.7206 0.191 231.6)",
+ info2: "oklch(82.06% 0.191 231.6)",
- info2: "oklch(62.06% 0.191 231.6)",
infoContent: "#000",
neutral: "#888",
+ neutral2: "oklch(72.675% 0 none)",
- neutral2: "oklch(52.675% 0 none)",
neutralContent: "#000",
primary: "#FF0000",
+ primary2: "oklch(72.796% 0.25768 29.234)",
- primary2: "oklch(52.796% 0.25768 29.234)",
primaryContent: "#000",
secondary: "#00FF00",
+ secondary2: "oklch(96.644% 0.29483 142.5)",
- secondary2: "oklch(76.644% 0.29483 142.5)",
secondaryContent: "#000",
success: "oklch(0.648 0.15 160)",
+ success2: "oklch(74.8% 0.15 160)",
- success2: "oklch(54.8% 0.15 160)",
successContent: "#000",
warning: "oklch(0.8471 0.199 83.87)",
+ warning2: "oklch(94.71% 0.199 83.87)",
- warning2: "oklch(74.71% 0.199 83.87)",
warningContent: "#000",
}
- Expected - 10
+ Received + 10
at /Users/runner/work/omegui-theme-generator/omegui-theme-generator/test/themeUtils.test.ts:37:7
|
test (macos-latest)
Process completed with exit code 1.
|
error: expect(received).toEqual(expected):
test/themeUtils.test.ts#L37
{
accent: "#0000FF",
+ accent2: "oklch(55.201% 0.31321 264.05)",
- accent2: "oklch(35.201% 0.31321 264.05)",
accentContent: "#FFF",
background: "#FFF",
+ background2: "oklch(110% 0 none)",
+ background3: "oklch(120% 0 none)",
- background2: "oklch(90% 0 none)",
- background3: "oklch(80% 0 none)",
error: "oklch(0.7176 0.221 22.18)",
+ error2: "oklch(81.76% 0.221 22.18)",
- error2: "oklch(61.76% 0.221 22.18)",
errorContent: "#000",
foreground: "#000",
info: "oklch(0.7206 0.191 231.6)",
+ info2: "oklch(82.06% 0.191 231.6)",
- info2: "oklch(62.06% 0.191 231.6)",
infoContent: "#000",
neutral: "#888",
+ neutral2: "oklch(72.675% 0 none)",
- neutral2: "oklch(52.675% 0 none)",
neutralContent: "#000",
primary: "#FF0000",
+ primary2: "oklch(72.796% 0.25768 29.234)",
- primary2: "oklch(52.796% 0.25768 29.234)",
primaryContent: "#000",
secondary: "#00FF00",
+ secondary2: "oklch(96.644% 0.29483 142.5)",
- secondary2: "oklch(76.644% 0.29483 142.5)",
secondaryContent: "#000",
success: "oklch(0.648 0.15 160)",
+ success2: "oklch(74.8% 0.15 160)",
- success2: "oklch(54.8% 0.15 160)",
successContent: "#000",
warning: "oklch(0.8471 0.199 83.87)",
+ warning2: "oklch(94.71% 0.199 83.87)",
- warning2: "oklch(74.71% 0.199 83.87)",
warningContent: "#000",
}
- Expected - 10
+ Received + 10
at /home/runner/work/omegui-theme-generator/omegui-theme-generator/test/themeUtils.test.ts:37:7
|
test (ubuntu-latest)
Process completed with exit code 1.
|
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|