Skip to content

Commit 9a6c94d

Browse files
authored
Replace green color
changed green color to one looks normally in both - black and white styles
1 parent 845a89c commit 9a6c94d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src-RDP_CnC/LicenseUnit.dcu

0 Bytes
Binary file not shown.

src-RDP_CnC/MainUnit.dcu

-12 Bytes
Binary file not shown.

src-RDP_CnC/MainUnit.pas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
508508
1: begin
509509
lsWrapper.Caption := 'Installed';
510510
lsWrapper.StyleElements := lsWrapper.StyleElements - [seFont];
511-
lsWrapper.Font.Color := clLime;
511+
lsWrapper.Font.Color := $0000C800;
512512
CheckSupp := True;
513513
INIPath := ExtractFilePath(ExpandPath(WrapperPath)) + 'rdpwrap.ini';
514514
if not FileExists(INIPath) then
@@ -541,7 +541,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
541541
SERVICE_RUNNING: begin
542542
lsService.Caption := 'Running';
543543
lsService.StyleElements := lsService.StyleElements - [seFont];
544-
lsService.Font.Color := clLime;
544+
lsService.Font.Color := $0000C800;
545545
end;
546546
SERVICE_CONTINUE_PENDING: begin
547547
lsService.Caption := 'Resuming...';
@@ -559,7 +559,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
559559
if IsListenerWorking then begin
560560
lsListener.Caption := 'Listening';
561561
lsListener.StyleElements := lsListener.StyleElements - [seFont];
562-
lsListener.Font.Color := clLime;
562+
lsListener.Font.Color := $0000C800;
563563
end else begin
564564
lsListener.Caption := 'Not listening';
565565
lsListener.StyleElements := lsListener.StyleElements - [seFont];
@@ -615,7 +615,7 @@ procedure TMainForm.TimerTimer(Sender: TObject);
615615
2: begin
616616
lsSuppVer.Caption := '[fully supported]';
617617
lsSuppVer.StyleElements := lsSuppVer.StyleElements - [seFont];
618-
lsSuppVer.Font.Color := clLime;
618+
lsSuppVer.Font.Color := $0000C800;
619619
end;
620620
end;
621621
end;

src-RDP_CnC/WindowsDarkMode.dcu

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)