Skip to content

Commit c6339ef

Browse files
amir20Jeto143
andauthored
fix: fix base ANSI convertor colors (#3353)
Co-authored-by: Jérémy Touati <sielver@gmail.com>
1 parent 4e217f4 commit c6339ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/components/LogViewer/SimpleLogItem.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import stripAnsi from "strip-ansi";
2323
2424
const ansiConvertor = new AnsiConvertor({
2525
escapeXML: false,
26-
fg: "var(--base-content-color)",
27-
bg: "var(--base-color)",
26+
fg: "oklch(var(--base-content-color))",
27+
bg: "oklch(var(--base-color))",
2828
});
2929
3030
const { showContainerName = false } = defineProps<{

0 commit comments

Comments
 (0)