diff --git a/theme-carbonred.less b/theme-carbonred.less index d5e3d43..9756bec 100644 --- a/theme-carbonred.less +++ b/theme-carbonred.less @@ -807,3 +807,7 @@ img[src$="/img/matrix.svg"] { .repository .header-wrapper { background-color: var(--color-box-body); } + +.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { + background-color: #595959; +}