Editor: reduce brightness of visual whitespace in dark schemes

Change-Id: I1e2bf91aec09b4762be3b613ddb7a402edd7da8d
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
David Schulz
2022-09-02 09:10:46 +02:00
parent 56a8c59845
commit 9ee75225f0
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
<style name="Comment" foreground="#a8abb0" italic="true"/>
<style name="Doxygen.Comment" foreground="#65676a" bold="true" italic="true"/>
<style name="Doxygen.Tag" foreground="#66a334"/>
<style name="VisualWhitespace" foreground="#65676a"/>
<style name="VisualWhitespace" foreground="#4c4d50"/>
<style name="QmlLocalId" foreground="#9acfd6" italic="true"/>
<style name="QmlExternalId" foreground="#9aa7d6" italic="true"/>
<style name="QmlTypeId" foreground="#66a334"/>

View File

@@ -11,7 +11,7 @@
<style name="DiffFile" foreground="#55ff55"/>
<style name="DiffLocation" foreground="#ffff55"/>
<style name="DisabledCode" foreground="#777777" background="#222222"/>
<style name="VisualWhitespace" foreground="#777777"/>
<style name="VisualWhitespace" foreground="#404040"/>
<style name="Doxygen.Comment" foreground="#55ffff"/>
<style name="Doxygen.Tag" foreground="#00a0a0"/>
<style name="Field"/>

View File

@@ -52,7 +52,7 @@
<style name="Text" foreground="#cfbfad" background="#1e1e27"/>
<style name="Type" foreground="#ff8bff"/>
<style name="VirtualMethod" italic="true"/>
<style name="VisualWhitespace" foreground="#646482"/>
<style name="VisualWhitespace" foreground="#3d3d50"/>
<style name="QmlTypeId" foreground="#ff8bff"/>
<style name="Binding" foreground="#ff5555"/>
<style name="QmlLocalId" italic="true"/>

View File

@@ -39,7 +39,7 @@
<style name="Comment" foreground="#a8abb0" italic="true"/>
<style name="Doxygen.Comment" foreground="#65676a" bold="true" italic="true"/>
<style name="Doxygen.Tag" foreground="#66a334"/>
<style name="VisualWhitespace" foreground="#5f6061"/>
<style name="VisualWhitespace" foreground="#484848"/>
<style name="QmlLocalId" foreground="#9acfd6" italic="true"/>
<style name="QmlExternalId" foreground="#9aa7d6" italic="true"/>
<style name="QmlTypeId" foreground="#66a334"/>

View File

@@ -44,7 +44,7 @@
<style name="Comment" foreground="#75715e" italic="true"/>
<style name="Doxygen.Comment" foreground="#75715e" bold="true" italic="true"/>
<style name="Doxygen.Tag" foreground="#80ff80"/>
<style name="VisualWhitespace" foreground="#777777"/>
<style name="VisualWhitespace" foreground="#404040"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
<style name="QmlTypeId" foreground="#55ff55"/>