Skip to content

Commit

Permalink
Mapped a few more colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 10, 2023
1 parent 496e477 commit b279f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/console/src/monaco/MonacoTheme.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

:export {
// iris dark theme
error-foreground: var(--dh-color-visual-red);
background: var(--dh-color-content-background);
foreground: var(--dh-color-gray-900);
error-foreground: var(--dh-color-editor-error-foreground);
background: var(--dh-color-editor-background);
foreground: var(--dh-color-editor-foreground);
line-height: 19px; // 19 is the line height in the default monaco theme

//code rules
Expand Down

0 comments on commit b279f65

Please sign in to comment.