aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-09 18:15:29 -0500
committerMichael <[email protected]>2017-03-09 18:15:29 -0500
commita9b08eb21676a6c59b0c8bb6046b40bd42e078d5 (patch)
tree35f405bed171ab9856c355708666eba23e0cdb1e /ShiftOS_TheReturn/Skinning.cs
parentb4a5c854c8b597340cb349ba9d2fe59c2f4a652a (diff)
downloadshiftos_thereturn-a9b08eb21676a6c59b0c8bb6046b40bd42e078d5.tar.gz
shiftos_thereturn-a9b08eb21676a6c59b0c8bb6046b40bd42e078d5.tar.bz2
shiftos_thereturn-a9b08eb21676a6c59b0c8bb6046b40bd42e078d5.zip
FULLY COMPLETE TERMINAL COLORS
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 43e0b5d..800b107 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -865,12 +865,12 @@ namespace ShiftOS.Engine {
[ShifterMeta("System")]
[ShifterCategory("General")]
[ShifterName("Terminal text color")]
- public Color TerminalForeColor = DefaultForeground;
+ public ConsoleColor TerminalForeColorCC = ConsoleColor.White;
[ShifterMeta("System")]
[ShifterCategory("General")]
[ShifterName("Terminal background color")]
- public Color TerminalBackColor = DesktopBG;
+ public ConsoleColor TerminalBackColorCC = ConsoleColor.Black;
[ShifterMeta("Desktop")]
[ShifterCategory("Desktop Panel")]