aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2011-05-31 15:52:52 +0200
committerhjk <qthjk@ovi.com>2011-06-08 16:32:03 +0200
commit1bc927591778419ce75859ae4200d24c654dd23a (patch)
treed7717cb688b6c8437ecc2655450ac80fe812e77b
parent2cf06b8285152e59f80a55bc99ce3fbe93f494c5 (diff)
Editors: Change Link color from inkpot scheme
In addition for the report below, the cmake highlighter now uses the keyword color for functions. This was done in the previous commit: 5ecd885af3d25acfd8f688428268da2d9198a1bd Task-number: QTCREATORBUG-5037 Change-Id: I7cdf11d0b13cdf7fbd6fac9bfbe715944c57c5a2x Reviewed-on: http://codereview.qt.nokia.com/274 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> (cherry picked from commit c09c870248e9df5aadf40ae88f6cbd240e57473f) Reviewed-on: http://codereview.qt.nokia.com/393 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--share/qtcreator/styles/inkpot.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index 3634cca394..f4e6147591 100644
--- a/share/qtcreator/styles/inkpot.xml
+++ b/share/qtcreator/styles/inkpot.xml
@@ -22,7 +22,7 @@
<style name="Keyword" foreground="#808bed"/>
<style name="Label" foreground="#e76000"/>
<style name="LineNumber" foreground="#8b8bcd" background="#2e2e2e"/>
- <style name="Link" foreground="#0000ff"/>
+ <style name="Link" foreground="#409090"/>
<style name="Local"/>
<style name="Number" foreground="#506bbd"/>
<style name="Occurrences" foreground="#000000" background="#616161"/>