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

Commit b4497a6

Browse files
committed
Merge pull request #5355 from adobe/larz/matching-brackets
Matching brackets color tweak
2 parents 4b3352f + cb49080 commit b4497a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/brackets_codemirror_override.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
background: darken(@activeline-bgcolor, @bc-color-step-size / 2);
209209
}
210210

211-
.CodeMirror-matchingtag { background: @matching-bracket; color: @accent-bracket !important; }
211+
.CodeMirror-matchingtag { background: @matching-bracket; }
212212
}
213213

214214
/*

src/styles/brackets_theme_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
@cm-current-match-highlight: rgb(255, 108, 0);
9393

9494
/* code highlight */
95-
@matching-bracket: #b0e3b6;
95+
@matching-bracket: #cfead6;
9696

9797
/* inline editor colors */
9898
@inline-background-color-1: #eaeaea;

0 commit comments

Comments
 (0)