mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 01:36:19 +01:00
implement custom highlighting theme
This commit is contained in:
@@ -29,7 +29,8 @@ import { File } from "./DiffTypes";
|
||||
|
||||
// styling for the diff tokens
|
||||
// this must be aligned with th style, which is used in the SyntaxHighlighter component
|
||||
import "prism-themes/themes/prism-ghcolors.css";
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import "@scm-manager/ui-styles/src/syntax-highlighting.css";
|
||||
|
||||
const DiffView = styled(Diff)`
|
||||
/* align line numbers */
|
||||
|
||||
Reference in New Issue
Block a user