aboutsummaryrefslogtreecommitdiff
path: root/CustomColorTable.vb
diff options
context:
space:
mode:
authorShiftOS <[email protected]>2015-03-07 22:31:31 +0200
committerShiftOS <[email protected]>2015-03-07 22:31:31 +0200
commit4caacce50cef00e4175d35f78f2089f1f6d69562 (patch)
tree6b1ceb79d9590869fe3742753e68831378cc9e56 /CustomColorTable.vb
parentfeafdde01c360f8260b4092fc045952d97ad8872 (diff)
downloadshiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.tar.gz
shiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.tar.bz2
shiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.zip
ShiftOS
ShiftOS is a game about evolving an experimental operating system called "ShiftOS" from a completely black and white text based command line based OS to a fully graphical operating system filled with advanced features and beautiful colours. The level of customization will exceed the levels of real world operating systems
Diffstat (limited to 'CustomColorTable.vb')
-rw-r--r--CustomColorTable.vb330
1 files changed, 330 insertions, 0 deletions
diff --git a/CustomColorTable.vb b/CustomColorTable.vb
new file mode 100644
index 0000000..2818bbd
--- /dev/null
+++ b/CustomColorTable.vb
@@ -0,0 +1,330 @@
+' <auto-generated>
+' This code was generated by the .NET ToolStrip Customizer.
+' http://toolstripcustomizer.codeplex.com/
+' </auto-generated>
+
+Imports System.Drawing
+Imports System.Windows.Forms
+
+Namespace MyNamespace
+ Class CustomColorTable
+ Inherits ProfessionalColorTable
+ Public Overrides ReadOnly Property ButtonSelectedHighlight() As Color
+ Get
+ Return ButtonSelectedGradientMiddle
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonSelectedHighlightBorder() As Color
+ Get
+ Return ButtonSelectedBorder
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedHighlight() As Color
+ Get
+ Return ButtonPressedGradientMiddle
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedHighlightBorder() As Color
+ Get
+ Return ButtonPressedBorder
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonCheckedHighlight() As Color
+ Get
+ Return ButtonCheckedGradientMiddle
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonCheckedHighlightBorder() As Color
+ Get
+ Return ButtonSelectedBorder
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedBorder() As Color
+ Get
+ Return ButtonSelectedBorder
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonSelectedBorder() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonCheckedGradientBegin() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonCheckedGradientMiddle() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonCheckedGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonSelectedGradientBegin() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonSelectedGradientMiddle() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonSelectedGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedGradientBegin() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedGradientMiddle() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ButtonPressedGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property CheckBackground() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property CheckSelectedBackground() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property CheckPressedBackground() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property GripDark() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property GripLight() As Color
+ Get
+ Return Color.FromName("White")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginGradientBegin() As Color
+ Get
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbackgroundcolour.ToArgb)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginGradientMiddle() As Color
+ Get
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbackgroundcolour.ToArgb)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginGradientEnd() As Color
+ Get
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbackgroundcolour.ToArgb)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginRevealedGradientBegin() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginRevealedGradientMiddle() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ImageMarginRevealedGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuStripGradientBegin() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuStripGradientEnd() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemSelected() As Color
+ Get
+ Return Color.FromArgb(ShiftOSDesktop.applaunchermouseovercolour.ToArgb)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemBorder() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuBorder() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemSelectedGradientBegin() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemSelectedGradientEnd() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(1) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttoncolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemPressedGradientBegin() As Color
+ Get
+ 'remember this is for clicking the button, the below must be changed in the future
+ If ShiftOSDesktop.skinapplauncherbutton(2) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttonclickedcolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemPressedGradientMiddle() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(2) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttonclickedcolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property MenuItemPressedGradientEnd() As Color
+ Get
+ If ShiftOSDesktop.skinapplauncherbutton(2) Is Nothing Then
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbuttonclickedcolour.ToArgb)
+ Else
+ Return Color.Transparent
+ End If
+ End Get
+ End Property
+ Public Overrides ReadOnly Property RaftingContainerGradientBegin() As Color
+ Get
+ Return Color.FromName("ButtonFace")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property RaftingContainerGradientEnd() As Color
+ Get
+ Return Color.FromArgb(255, 252, 252, 252)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property SeparatorDark() As Color
+ Get
+ Return Color.FromName("Black")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property SeparatorLight() As Color
+ Get
+ Return Color.FromName("ButtonHighlight")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property StatusStripGradientBegin() As Color
+ Get
+ Return Color.FromName("ButtonFace")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property StatusStripGradientEnd() As Color
+ Get
+ Return Color.FromArgb(255, 252, 252, 252)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripBorder() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripDropDownBackground() As Color
+ Get
+ Return Color.FromArgb(ShiftOSDesktop.applauncherbackgroundcolour.ToArgb)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripGradientBegin() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripGradientMiddle() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripContentPanelGradientBegin() As Color
+ Get
+ Return Color.FromName("ButtonFace")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripContentPanelGradientEnd() As Color
+ Get
+ Return Color.FromArgb(255, 252, 252, 252)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripPanelGradientBegin() As Color
+ Get
+ Return Color.FromName("ButtonFace")
+ End Get
+ End Property
+ Public Overrides ReadOnly Property ToolStripPanelGradientEnd() As Color
+ Get
+ Return Color.FromArgb(255, 252, 252, 252)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property OverflowButtonGradientBegin() As Color
+ Get
+ Return Color.FromArgb(255, 245, 245, 245)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property OverflowButtonGradientMiddle() As Color
+ Get
+ Return Color.FromArgb(255, 242, 242, 242)
+ End Get
+ End Property
+ Public Overrides ReadOnly Property OverflowButtonGradientEnd() As Color
+ Get
+ Return Color.FromName("Gray")
+ End Get
+ End Property
+ End Class
+End Namespace \ No newline at end of file