Editor: disabled brace highlight animation. Can be re-enabled by manually

editing theme/syntax/default.xml. Fixes #3991
This commit is contained in:
Federico Fissore 2015-10-26 18:30:23 +01:00
parent d8d70ee0bd
commit cc1ed440e5
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<marginLine fg="394448"/>
<markAllHighlight color="6b8189"/> <!-- TODO: Fix me -->
<markOccurrencesHighlight color="5b7179" border="false"/>
<matchedBracket fg="6A8088" bg="6b8189" highlightBoth="false" animate="true"/>
<matchedBracket fg="6A8088" bg="6b8189" highlightBoth="false" animate="false"/>
<hyperlinks fg="a082bd"/>
<secondaryLanguages>
<language index="1" bg="333344"/>

View File

@ -18,7 +18,7 @@
<marginLine fg="b0b4b9"/>
<markAllHighlight color="ffc800"/>
<markOccurrencesHighlight color="d4d4d4" border="false"/>
<matchedBracket fg="000080" bg="ffffff" highlightBoth="false" animate="true"/>
<matchedBracket fg="000080" bg="ffffff" highlightBoth="false" animate="false"/>
<hyperlinks fg="0000ff"/>
<secondaryLanguages>
<language index="1" bg="fff0cc"/>