소스 검색

Redo UpdatePanel's color because of color-hex.com's grayness issue.

Martijn Laan 1 년 전
부모
커밋
4478e22230
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Projects/Src/IDE.MainForm.pas

+ 1 - 1
Projects/Src/IDE.MainForm.pas

@@ -939,7 +939,7 @@ begin
 
 
   ToolBarPanel.ParentBackground := False;
   ToolBarPanel.ParentBackground := False;
   UpdatePanel.ParentBackground := False;
   UpdatePanel.ParentBackground := False;
-  UpdatePanel.Color := $add6ad; //MGreen, 6 tints lightened using color-hex.com - also OK for dark mode
+  UpdatePanel.Color := $ABE3AB; //MGreen with HSL lightness changed from 40% to 78%
   UpdatePanelDonateImage.Hint := RemoveAccelChar(HDonate.Caption);
   UpdatePanelDonateImage.Hint := RemoveAccelChar(HDonate.Caption);
 
 
   UpdateImages;
   UpdateImages;