diff --git a/resource/styles/legacycolors.styles b/resource/styles/legacycolors.styles index dd99946..2053cce 100644 --- a/resource/styles/legacycolors.styles +++ b/resource/styles/legacycolors.styles @@ -220,12 +220,13 @@ // Friends List colors - Friends.InGameColor "144 186 60 255" - Friends.InGameHoverColor "182 235 76 255" - Friends.OnlineColor "84 165 196 255" - Friends.OnlineHoverColor "104 203 242 255" - Friends.OfflineColor "127 127 127 255" - Friends.OfflineHoverColor "185 185 185 255" + // Origin Color Is Current Color's RGB + 60(84 126 0 255 to 144 186 60 255) + Friends.InGameColor "84 126 0 255" + Friends.InGameHoverColor "122 175 16 255" + Friends.OnlineColor "24 105 136 255" + Friends.OnlineHoverColor "44 143 182 255" + Friends.OfflineColor "67 67 67 255" + Friends.OfflineHoverColor "125 125 125 255" Friends.PanelDefault "Label" Friends.PanelOver "Text" Friends.PanelSelected "ClientBG" diff --git a/resource/styles/steam.styles b/resource/styles/steam.styles index f057a13..d1e6646 100644 --- a/resource/styles/steam.styles +++ b/resource/styles/steam.styles @@ -179,14 +179,14 @@ steam.styles //Games that are installed/running use "Installed.Text" //Games that are uninstalled use "Uninstalled.Text" //Games that are updating/have updates use "Updating.Text" - Uninstalled.Text="200 200 200 255" - Uninstalled.Hover.Text="230 230 230 255" + Uninstalled.Text="55 55 55 255" + Uninstalled.Hover.Text="70 70 70 255" //Uninstalled.Hover.Text="80 80 80 255" Installed.Text=DefaultText Installed.Hover.Text="230 230 230 255" - Updating.Text="76 159 191 255" + Updating.Text="16 99 131 255" //Updating.Text="165 165 165 255" - Updating.Hover.Text="140 140 140 255" + Updating.Hover.Text="80 180 80 255" Shortcut.Text=Installed.Text Shortcut.Hover.Text=Installed.Hover.Text Mod.Text=Installed.Text