summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-07-15 14:16:12 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-07-15 15:36:47 +0200
commita5d4e237049abec3b6c7d13f25d8bb0773d1df5a (patch)
tree4f5f2be0f78552c34c9cdf7bb1904c459427673a
parent0058b4370070c96e1edc9dd3c80715187ad30cca (diff)
fdo#80054 change color for NPC to "solarized blue"
Change-Id: I4ee3d2422982d37be3638b9647096e0b38314d56 Reviewed-on: https://gerrit.libreoffice.org/10327 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-rw-r--r--sw/source/core/inc/txtfrm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 66ce49a246ee..70f22087bc81 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -56,7 +56,7 @@ class SwWrongList;
#endif
#ifndef LEGACY_NON_PRINTING_CHARACTER_COLOR_FUNCTIONALITY
-#define NON_PRINTING_CHARACTER_COLOR RGB_COLORDATA( 0x6A, 0xBE, 0xD3 )
+#define NON_PRINTING_CHARACTER_COLOR RGB_COLORDATA(0x26, 0x8b, 0xd2)
#endif
/// Represents the visualization of a paragraph.