Skip to content

Commit ecf8703

Browse files
committed
refactor(chat): revert default code themes to github
1 parent c85bfa9 commit ecf8703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/chat/extras/markdown-renderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import type { IgcChatMessage } from '../types.js';
77

88
const DEFAULT_LANGUAGES = ['javascript', 'typescript', 'html', 'css'];
99
const DEFAULT_THEME = {
10-
light: 'min-light',
11-
dark: 'min-dark',
10+
light: 'github-light',
11+
dark: 'github-dark',
1212
};
1313

1414
/**

0 commit comments

Comments
 (0)