Skip to content

Commit c00acc9

Browse files
committed
Change sky blue color to the blue color used in TaskMGR
1 parent 223b462 commit c00acc9

File tree

13 files changed

+6
-6
lines changed

13 files changed

+6
-6
lines changed

SimpleTaskManager/AboutForm.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SimpleTaskManager/TaskManagerForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void changeColor()
5656
int i = 0;
5757
foreach (Process p in processes)
5858
{
59-
if (i % 2 == 0) listView.Items[i].BackColor = Color.SkyBlue;
59+
if (i % 2 == 0) listView.Items[i].BackColor = Color.FromArgb(205, 232, 255);
6060
else listView.Items[i].BackColor = Color.White;
6161
i++;
6262
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-40.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)