Browse Source

UI: Make the sources border color a little darker

Shaolin 7 years ago
parent
commit
4ed9d02052
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UI/window-projector.hpp

+ 2 - 2
UI/window-projector.hpp

@@ -53,8 +53,8 @@ private:
 	static const uint32_t outerColor      = 0xFFD0D0D0;
 	static const uint32_t labelColor      = 0xD91F1F1F;
 	static const uint32_t backgroundColor = 0xFF000000;
-	static const uint32_t previewColor    = 0xFF00FF00;
-	static const uint32_t programColor    = 0xFFFF0000;
+	static const uint32_t previewColor    = 0xFF00D000;
+	static const uint32_t programColor    = 0xFFD00000;
 
 	void UpdateMultiview();
 	void UpdateProjectorTitle(QString name);