// ********************************* // Message from Original Author: // // 2008 Jose Menendez Poo // Please give me credit if you use this code. It's all I ask. // Contact me for more info: menendezpoo@gmail.com // ********************************* // // Original project from http://ribbon.codeplex.com/ // Continue to support and maintain by http://officeribbon.codeplex.com/ namespace System.Windows.Forms { public class RibbonProfesionalRendererColorTableBlue : RibbonProfesionalRendererColorTable { public RibbonProfesionalRendererColorTableBlue() { // Rebuild the solution for the first time // for this ColorTable to take effect. // Guide for applying new theme: http://officeribbon.codeplex.com/wikipage?title=How%20to%20Make%20a%20New%20Theme%2c%20Skin%20for%20this%20Ribbon%20Programmatically ThemeName = "Blue"; ThemeAuthor = "Michael Spradlin"; ThemeAuthorWebsite = ""; ThemeAuthorEmail = ""; ThemeDateCreated = "08/26/2013"; OrbDropDownDarkBorder = FromHex("#9BAFCA"); OrbDropDownLightBorder = FromHex("#FFFFFF"); OrbDropDownBack = FromHex("#BFD3EB"); OrbDropDownNorthA = FromHex("#D7E5F7"); OrbDropDownNorthB = FromHex("#D4E1F3"); OrbDropDownNorthC = FromHex("#C6D8EE"); OrbDropDownNorthD = FromHex("#B7CAE6"); OrbDropDownSouthC = FromHex("#B0C9EA"); OrbDropDownSouthD = FromHex("#CFE0F5"); OrbDropDownContentbg = FromHex("#E9EAEE"); OrbDropDownContentbglight = FromHex("#FAFAFA"); OrbDropDownSeparatorlight = FromHex("#F5F5F5"); OrbDropDownSeparatordark = FromHex("#C5C5C5"); Caption1 = FromHex("#E3EBF6"); Caption2 = FromHex("#DAE9FD"); Caption3 = FromHex("#D5E5FA"); Caption4 = FromHex("#D9E7F9"); Caption5 = FromHex("#CADEF7"); Caption6 = FromHex("#E4EFFD"); Caption7 = FromHex("#B0CFF7"); QuickAccessBorderDark = FromHex("#B6CAE2"); QuickAccessBorderLight = FromHex("#F2F6FB"); QuickAccessUpper = FromHex("#E0EBF9"); QuickAccessLower = FromHex("#C9D9EE"); OrbOptionBorder = FromHex("#7793B9"); OrbOptionBackground = FromHex("#E8F1FC"); OrbOptionShine = FromHex("#D2E1F4"); Arrow = FromHex("#678CBD"); ArrowLight = FromHex("#FFFFFF"); ArrowDisabled = FromHex("#B7B7B7"); Text = FromHex("#15428B"); RibbonBackground = FromHex("#BED0E8"); TabBorder = FromHex("#9FB2C7"); TabSelectedBorder = FromHex("#9FB2C7"); TabNorth = FromHex("#EBF3FE"); TabSouth = FromHex("#E1EAF6"); TabGlow = FromHex("#D1FBFF"); TabText = FromHex("#15428B"); TabActiveText = FromHex("#15428B"); TabContentNorth = FromHex("#C8D9ED"); TabContentSouth = FromHex("#E7F2FF"); TabSelectedGlow = FromHex("#E1D2A5"); PanelDarkBorder = FromHex("#15428B"); PanelLightBorder = FromHex("#FFFFFF"); PanelTextBackground = FromHex("#C2D9F0"); PanelTextBackgroundSelected = FromHex("#C2D9F0"); PanelText = FromHex("#15428B"); PanelBackgroundSelected = FromHex("#E8FFFD"); PanelOverflowBackground = FromHex("#B9D1F0"); PanelOverflowBackgroundPressed = FromHex("#7699C8"); PanelOverflowBackgroundSelectedNorth = FromHex("#FFFFFF"); PanelOverflowBackgroundSelectedSouth = FromHex("#B8D7FD"); ButtonBgOut = FromHex("#C1D5F1"); ButtonBgCenter = FromHex("#CFE0F7"); ButtonBorderOut = FromHex("#B9D0ED"); ButtonBorderIn = FromHex("#E3EDFB"); ButtonGlossyNorth = FromHex("#DEEBFE"); ButtonGlossySouth = FromHex("#CBDEF6"); ButtonDisabledBgOut = FromHex("#E0E4E8"); ButtonDisabledBgCenter = FromHex("#E8EBEF"); ButtonDisabledBorderOut = FromHex("#C5D1DE"); ButtonDisabledBorderIn = FromHex("#F1F3F5"); ButtonDisabledGlossyNorth = FromHex("#F0F3F6"); ButtonDisabledGlossySouth = FromHex("#EAEDF1"); ButtonSelectedBgOut = FromHex("#FFD646"); ButtonSelectedBgCenter = FromHex("#FFEAAC"); ButtonSelectedBorderOut = FromHex("#C2A978"); ButtonSelectedBorderIn = FromHex("#FFF2C7"); ButtonSelectedGlossyNorth = FromHex("#FFFDDB"); ButtonSelectedGlossySouth = FromHex("#FFE793"); ButtonPressedBgOut = FromHex("#F88F2C"); ButtonPressedBgCenter = FromHex("#FDF1B0"); ButtonPressedBorderOut = FromHex("#8E8165"); ButtonPressedBorderIn = FromHex("#F9C65A"); ButtonPressedGlossyNorth = FromHex("#FDD5A8"); ButtonPressedGlossySouth = FromHex("#FBB062"); ButtonCheckedBgOut = FromHex("#F9AA45"); ButtonCheckedBgCenter = FromHex("#FDEA9D"); ButtonCheckedBorderOut = FromHex("#8E8165"); ButtonCheckedBorderIn = FromHex("#F9C65A"); ButtonCheckedGlossyNorth = FromHex("#F8DBB7"); ButtonCheckedGlossySouth = FromHex("#FED18E"); ButtonCheckedSelectedBgOut = FromHex("#F9AA45"); ButtonCheckedSelectedBgCenter = FromHex("#FDEA9D"); ButtonCheckedSelectedBorderOut = FromHex("#8E8165"); ButtonCheckedSelectedBorderIn = FromHex("#F9C65A"); ButtonCheckedSelectedGlossyNorth = FromHex("#F8DBB7"); ButtonCheckedSelectedGlossySouth = FromHex("#FED18E"); ItemGroupOuterBorder = FromHex("#9EBAE1"); ItemGroupInnerBorder = FromHex("#FFFFFF"); ItemGroupSeparatorLight = FromHex("#FFFFFF"); ItemGroupSeparatorDark = FromHex("#9EBAE1"); ItemGroupBgNorth = FromHex("#CADCF0"); ItemGroupBgSouth = FromHex("#D0E1F7"); ItemGroupBgGlossy = FromHex("#BCD0E9"); ButtonListBorder = FromHex("#B9D0ED"); ButtonListBg = FromHex("#D4E6F8"); ButtonListBgSelected = FromHex("#ECF3FB"); DropDownBg = FromHex("#FAFAFA"); DropDownImageBg = FromHex("#E9EEEE"); DropDownImageSeparator = FromHex("#C5C5C5"); DropDownBorder = FromHex("#868686"); DropDownGripNorth = FromHex("#FFFFFF"); DropDownGripSouth = FromHex("#DFE9EF"); DropDownGripBorder = FromHex("#DDE7EE"); DropDownGripDark = FromHex("#5574A7"); DropDownGripLight = FromHex("#FFFFFF"); DropDownCheckedButtonGlyphBg = FromHex("#FCF1C2"); DropDownCheckedButtonGlyphBorder = FromHex("#F29536"); SeparatorLight = FromHex("#FAFBFD"); SeparatorDark = FromHex("#96B4DA"); QATSeparatorLight = FromHex("#FAFBFD"); QATSeparatorDark = FromHex("#96B4DA"); SeparatorBg = FromHex("#DAE6EE"); SeparatorLine = FromHex("#C5C5C5"); TextBoxUnselectedBg = FromHex("#EAF2FB"); TextBoxBorder = FromHex("#ABC1DE"); ToolTipContentNorth = FromHex("#FAFCFE"); ToolTipContentSouth = FromHex("#CEDCF1"); ToolTipDarkBorder = FromHex("#A9A9A9"); ToolTipLightBorder = FromHex("#FFFFFF"); ToolStripItemTextPressed = FromHex("#444444"); ToolStripItemTextSelected = FromHex("#444444"); ToolStripItemText = FromHex("#444444"); clrVerBG_Shadow = FromHex("#FFFFFF"); ButtonChecked_2013 = FromHex("#CDE6F7"); ButtonPressed_2013 = FromHex("#92C0E0"); ButtonSelected_2013 = FromHex("#CDE6F7"); OrbButton_2013 = FromHex("#0072C6"); OrbButtonSelected_2013 = FromHex("#2A8AD4"); OrbButtonPressed_2013 = FromHex("#2A8AD4"); TabText_2013 = FromHex("#0072C6"); TabTextSelected_2013 = FromHex("#444444"); PanelBorder_2013 = FromHex("#15428B"); RibbonBackground_2013 = FromHex("#FFFFFF"); TabCompleteBackground_2013 = FromHex("#FFFFFF"); TabNormalBackground_2013 = FromHex("#FFFFFF"); TabActiveBackbround_2013 = FromHex("#FFFFFF"); TabBorder_2013 = FromHex("#D4D4D4"); TabCompleteBorder_2013 = FromHex("#D4D4D4"); TabActiveBorder_2013 = FromHex("#D4D4D4"); OrbButtonText_2013 = FromHex("#FFFFFF"); PanelText_2013 = FromHex("#666666"); RibbonItemText_2013 = FromHex("#444444"); ToolTipText_2013 = FromHex("#262626"); ToolStripItemTextPressed_2013 = FromHex("#444444"); ToolStripItemTextSelected_2013 = FromHex("#444444"); ToolStripItemText_2013 = FromHex("#444444"); } } }