summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-04 13:01:50 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-04 13:01:50 +0100
commit0662ba391fdcd6638ca54fdb6193d54d9cb452c3 (patch)
tree8fe53351da73349d02036ce0c7a921ffa9d1da29
parente25b457b5938dea65340583bfdd95fe1430c6c96 (diff)
downloadqt-creator-0662ba391fdcd6638ca54fdb6193d54d9cb452c3.tar.gz
Fixed the background color of "disabled code" in the grayscale scheme
This background color is also used for right margin background and folded code popup. Not setting any resulted in weird affects in those places.
-rw-r--r--share/qtcreator/styles/grayscale.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/styles/grayscale.xml b/share/qtcreator/styles/grayscale.xml
index 75d92688ec..d56f6f6f90 100644
--- a/share/qtcreator/styles/grayscale.xml
+++ b/share/qtcreator/styles/grayscale.xml
@@ -5,7 +5,6 @@
<style name="CurrentLine" foreground="#000000" background="#f2f2f2"/>
<style name="DiffFile"/>
<style name="DiffLocation"/>
- <style name="DisabledCode" foreground="#a0a0a4"/>
<style name="Doxygen.Comment" foreground="#808080"/>
<style name="Doxygen.Tag" foreground="#808080" italic="true"/>
<style name="Keyword" bold="true"/>
@@ -24,6 +23,7 @@
Relying on default colors for:
CurrentLineNumber
+ DisabledCode
LineNumber
SearchResult
SearchScope