Skip to content

No distinction between selection and enclosure colors #15

Description

@Forage

The colors used for selections and enclosures are identical, or too similar, to properly see what is actually selected.

Suppose you have the following php code:

    <?php
        foreach ($files as $file) {
            echo "Narf!";
        }
    ?>

If you select $files as $file, starting at the end, it will look like you selected $files as $file).

Would it be possible to use a different color to highlight either the selection or the enclosure highlighting?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions