Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Errors are not highlighted in the default dark theme #13057

Closed
@ficristo

Description

@ficristo

Prerequisites

  • Can you reproduce the problem with Debug -> Reload Without Extensions?
  • Did you perform a cursory search to see if your bug or enhancement is already reported?
  • Did you read the Troubleshooting guide?

For more information on how to write a good bug report read here
For more information on how to contribute read here

Description

In the default dark theme, errors are not highlighted.
theme-error

CodeMirror add the class cm-error correctly and in src/extensions/default/DarkTheme/main.less there is a class for cm-error which should highlight the tag in red.

Steps to Reproduce

  1. Switch to the default dark theme
  2. Paste this snippet
<html>
    <div>
</html>

Versions

Windows 10
master

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions