mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
fix: fix base ANSI convertor colors (#3353)
Co-authored-by: Jérémy Touati <sielver@gmail.com>
This commit is contained in:
@@ -23,8 +23,8 @@ import stripAnsi from "strip-ansi";
|
|||||||
|
|
||||||
const ansiConvertor = new AnsiConvertor({
|
const ansiConvertor = new AnsiConvertor({
|
||||||
escapeXML: false,
|
escapeXML: false,
|
||||||
fg: "var(--base-content-color)",
|
fg: "oklch(var(--base-content-color))",
|
||||||
bg: "var(--base-color)",
|
bg: "oklch(var(--base-color))",
|
||||||
});
|
});
|
||||||
|
|
||||||
const { showContainerName = false } = defineProps<{
|
const { showContainerName = false } = defineProps<{
|
||||||
|
|||||||
Reference in New Issue
Block a user