diff options
| author | EverythingWindows <[email protected]> | 2022-11-06 14:24:53 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-06 14:24:53 +0700 |
| commit | 8e4b29c5a54d679099d8eb487c76062c4960c069 (patch) | |
| tree | d0d31ed80450f9befc8f7dda894f8af68ebfa14e /ShiftOS-TheRevival/MainForms/Terminal.Designer.vb | |
| parent | f20fb77b7d168ca501c68c6b3c8fe1ee0c4c7a87 (diff) | |
| download | shiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.tar.gz shiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.tar.bz2 shiftos-therevival-old-8e4b29c5a54d679099d8eb487c76062c4960c069.zip | |
perfection to color function
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Terminal.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Terminal.Designer.vb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb b/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb index 2c51995..1c9c2f3 100644 --- a/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Terminal.Designer.vb @@ -71,6 +71,7 @@ Partial Class Terminal Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.InfoBar) + Me.ForeColor = System.Drawing.Color.White Me.Name = "Terminal" Me.Text = "Terminal" Me.ResumeLayout(False) |
