summaryrefslogtreecommitdiff
path: root/colorSchemes
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-08-21 17:06:11 -0700
committerTor Norbye <tnorbye@google.com>2013-08-21 17:06:22 -0700
commitce0245dfc4d045479a910a98a0f8655e1ed1419a (patch)
tree438440769eaa8f0073f80d90fb47467a9abe03ce /colorSchemes
parentd34b4c8d74407f5b2be1a344e41f2ecdeb25f4fe (diff)
downloadidea-ce0245dfc4d045479a910a98a0f8655e1ed1419a.tar.gz
Snapshot 5755a4daa62e3fe56827696be38afb29f7fa297b from master branch of git://git.jetbrains.org/idea/community.git
5755a4d: 2013-08-21 Bas Leijdekkers - IDEA-112398 (Yellow code is green: Inspection "Overly broad 'catch' clause" and RuntimeException) 21e3c90: 2013-08-21 Gregory.Shrago - EditorImpl-based table cell renderer 8f24e2f: 2013-08-21 Maxim.Mossienko - fix performance regression 0ea191f: 2013-08-21 peter - IDEA-112373 Rectangular selection paste bug e10ed95: 2013-08-21 peter - IDEA-112377 Caret moving problem inside "Find" input e21aa9a: 2013-08-21 peter - allow stubs built from ast be gc'ed 78ecf28: 2013-08-21 peter - IDEA-112358 'Constant Conditions' does not understand non-short-circuit 'or' dbb57c5: 2013-08-21 Roman Shevchenko - Xinerama suppression reverted b81debe: 2013-08-21 Anna Kozlova - NPE c94daa8: 2013-08-21 Anna Kozlova - build graph: cleanup done amount if exception is thrown and logged (IDEA-112290) ac9c969: 2013-08-21 Anna Kozlova - definitions search: allow to provide additional information through search parameters: speed up Ctrl-Shift-I by reduction by type hierarchy (IDEA-109493) 2e10748: 2013-08-21 Maxim.Mossienko - less logging / better comment 6e64688: 2013-08-21 Maxim.Mossienko - NPE 3cd7a98: 2013-08-21 Nadya Zabrodina - Common updateContent method for Merge and UpdateTo dialog moved to HgUiUtil 2bb8b9c: 2013-08-21 Maxim.Mossienko - proper logging 83d01c8: 2013-08-21 Konstantin Bulenkov - fix coverage colors under Darcula Change-Id: I06739ac3637c5ae6459132cc040c874e11244af6
Diffstat (limited to 'colorSchemes')
-rw-r--r--colorSchemes/src/colorSchemes/Darcula.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/colorSchemes/src/colorSchemes/Darcula.xml b/colorSchemes/src/colorSchemes/Darcula.xml
index 0f4050875b9d..ada02f15ea8c 100644
--- a/colorSchemes/src/colorSchemes/Darcula.xml
+++ b/colorSchemes/src/colorSchemes/Darcula.xml
@@ -910,6 +910,24 @@
<option name="FOREGROUND" value="d0d0ff" />
</value>
</option>
+ <option name="LINE_FULL_COVERAGE">
+ <value>
+ <option name="FOREGROUND" value="485848" />
+ <option name="FONT_TYPE" value="1" />
+ </value>
+ </option>
+ <option name="LINE_NONE_COVERAGE">
+ <value>
+ <option name="FOREGROUND" value="715353" />
+ <option name="FONT_TYPE" value="1" />
+ </value>
+ </option>
+ <option name="LINE_PARTIAL_COVERAGE">
+ <value>
+ <option name="FOREGROUND" value="80805a" />
+ <option name="FONT_TYPE" value="1" />
+ </value>
+ </option>
<option name="LOG_ERROR_OUTPUT">
<value>
<option name="FOREGROUND" value="ff6b68" />