Explorar o código

UI: Make the sources border color a little darker

Shaolin %!s(int64=7) %!d(string=hai) anos
pai
achega
4ed9d02052
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);