diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-20 10:36:27 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-20 10:36:27 -0400 |
| commit | c5576314e278c33129b3ed4c967120b541974ac0 (patch) | |
| tree | 62db54e19f09c4e81a5f131c5f83e29612a8ea53 /source/ShiftUI/Theming/ShiftOS.cs | |
| parent | 995b1404e0966950f53447383da4c5f91bd2cdb0 (diff) | |
| download | shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.tar.gz shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.tar.bz2 shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.zip | |
Fix appveyor builds (hopefully)
Diffstat (limited to 'source/ShiftUI/Theming/ShiftOS.cs')
| -rw-r--r-- | source/ShiftUI/Theming/ShiftOS.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/ShiftUI/Theming/ShiftOS.cs b/source/ShiftUI/Theming/ShiftOS.cs index 1004a45..00e9b1a 100644 --- a/source/ShiftUI/Theming/ShiftOS.cs +++ b/source/ShiftUI/Theming/ShiftOS.cs @@ -17,6 +17,7 @@ namespace ShiftUI.ShiftOS #endregion #region Global + public Color SelectionHighlight = Color.Black; public string DefaultFont = "Microsoft Sans Serif"; public Color VisualStyleBorderColor = Color.Black; public int VisualStyleBorderWidth = 2; @@ -36,6 +37,13 @@ namespace ShiftUI.ShiftOS public Color Border3DBottomRightInner = Color.Gray; #endregion + #region CheckBox + public Color CheckBoxCheckColor = Color.Black; + public Color CheckBoxBorderColor = Color.Black; + public Color CheckBoxBackgroundColor = Color.White; + public int CheckBoxBorderWidth = 2; + #endregion + #region MessageBox public Color MessageBox_BottomPanel = Color.Gray; #endregion |
