Skip to content

Commit

Permalink
change to solid backgrounds
Browse files Browse the repository at this point in the history
changed the 'blue' theme to have solid colors for the groupboxes and
panels
  • Loading branch information
splintermind committed Dec 22, 2013
1 parent eb144d4 commit 904e92b
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 48 deletions.
Binary file modified Masterwork Dwarf Fortress.exe
Binary file not shown.
Binary file modified MasterworkDwarfFortress/System.Windows.Forms.Ribbon35.dll
Binary file not shown.
103 changes: 58 additions & 45 deletions Settings Source/MainForm.Designer.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Settings Source/MainForm.vb
Expand Up @@ -30,7 +30,7 @@ Imports System.ComponentModel
Theme.ThemeColor = RibbonTheme.Blue
m_currTheme = New RibbonProfesionalRendererColorTableBlue
End Select

Theme.ColorTable = m_currTheme
Me.BackColor = Theme.ColorTable.RibbonBackground_2013
ribbonMain.Refresh()
End Sub
Expand Down
Expand Up @@ -171,7 +171,7 @@ public pinkOrb()
RibbonBackground_2013 = FromHex("#FFFFFF");
TabCompleteBackground_2013 = FromHex("#FFFFFF");
TabNormalBackground_2013 = FromHex("#FFFFFF");
TabActiveBackbround_2013 = FromHex("#FFFFFF");
TabActiveBackground_2013 = FromHex("#FFFFFF");
TabBorder_2013 = FromHex("#D4D4D4");
TabCompleteBorder_2013 = FromHex("#D4D4D4");
TabActiveBorder_2013 = FromHex("#D4D4D4");
Expand Down
Expand Up @@ -70,7 +70,7 @@ public RibbonProfesionalRendererColorTableBlue()
TabContentNorth = FromHex("#C8D9ED");
TabContentSouth = FromHex("#E7F2FF");
TabSelectedGlow = FromHex("#E1D2A5");
PanelDarkBorder = FromHex("#15428B");
PanelDarkBorder = FromHex("#335463");
PanelLightBorder = FromHex("#FFFFFF");
PanelTextBackground = FromHex("#C2D9F0");
PanelTextBackgroundSelected = FromHex("#C2D9F0");
Expand Down
Binary file not shown.

0 comments on commit 904e92b

Please sign in to comment.