From 8fecf8dc9781115dd2642caba2bae7d71196ede4 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Sat, 3 Sep 2016 14:45:29 +0200 Subject: Welcome Screen: Improve link color in both dark themes This is mostly tweaking the shades of green to provide better constrast against the dark backgrounds. Since the regular and flat dark themes have different back- ground colors, the link color differ slightly as well. Change-Id: I39b1aa82c89ff753513d203be696c64483812028 Reviewed-by: Alessandro Portale --- share/qtcreator/themes/dark.creatortheme | 2 +- share/qtcreator/themes/flat-dark.creatortheme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme index a85f026e24..8ee9bb8b26 100644 --- a/share/qtcreator/themes/dark.creatortheme +++ b/share/qtcreator/themes/dark.creatortheme @@ -160,7 +160,7 @@ Welcome_BackgroundColor=normalBackground Welcome_ButtonBackgroundColor=normalBackground Welcome_DividerColor=ff555555 Welcome_HoverColor=ff444444 -Welcome_LinkColor=ff5caa15 +Welcome_LinkColor=ff78bb39 VcsBase_FileStatusUnknown_TextColor=text VcsBase_FileAdded_TextColor=ff00ff00 diff --git a/share/qtcreator/themes/flat-dark.creatortheme b/share/qtcreator/themes/flat-dark.creatortheme index 87a9a21a25..d67cfcb7e4 100644 --- a/share/qtcreator/themes/flat-dark.creatortheme +++ b/share/qtcreator/themes/flat-dark.creatortheme @@ -165,7 +165,7 @@ Welcome_BackgroundColor=normalBackground Welcome_ButtonBackgroundColor=normalBackground Welcome_DividerColor=ff555555 Welcome_HoverColor=ff444444 -Welcome_LinkColor=ff5caa15 +Welcome_LinkColor=ff7fc63c VcsBase_FileStatusUnknown_TextColor=text VcsBase_FileAdded_TextColor=ff00ff00 -- cgit v1.2.3