├── skins └── Metro for Steam │ ├── resource │ ├── layout │ │ ├── edittagsdialog.layout │ │ ├── pendinggiftsdialog.layout │ │ ├── changepasswordwizard.layout │ │ ├── editfriendsgroupsdialog.layout │ │ ├── changecontactemailwizard.layout │ │ ├── dialogsettings_managesecuritywizard.layout │ │ ├── dialogsettings_changecontactemailwizard.layout │ │ ├── playersdialog.layout │ │ ├── supportmessagedialog.layout │ │ ├── systeminfodialog.layout │ │ ├── steamrootdialog_mediapage.layout │ │ ├── steamrootdialog_toolspage.layout │ │ ├── zoodialog.layout │ │ ├── valvesurveywizard.layout │ │ ├── lockedaccountaddcomputerwizard.layout │ │ ├── steamrootdialog_musicpage_details.layout │ │ ├── steamrootdialog_gamespage_list.layout │ │ ├── pagedragframe.layout │ │ ├── backupwizard.layout │ │ ├── dialogsettings.layout │ │ ├── gameproperties.layout │ │ ├── overlaysettingsdialog.layout │ │ ├── newlibrary.layout │ │ ├── editfriendsgroupdialog.layout │ │ ├── gamespage_details_compat_subheader.layout │ │ ├── toolwindow_toolwindowsheet.layout │ │ ├── screenshotspage_section.layout │ │ ├── musicplayervolumepanel.layout │ │ ├── announcement_text.layout │ │ ├── subpaneloptionsshadercache.layout │ │ ├── validatecontactemailwizard.layout │ │ ├── downloadspage.layout │ │ ├── app_validation_dialog.layout │ │ ├── overlay_achievement_item.layout │ │ ├── streamingprogress.layout │ │ ├── broadcast_chatbanner.layout │ │ ├── overlay_friendchangeconfirmationdialog.layout │ │ ├── gamespage_details_gametitleheader.layout │ │ ├── friendpanel_rightaligned.layout │ │ ├── broadcastview.layout │ │ ├── editfriendsgroups.layout │ │ ├── gamespage_details_turnnotifications_item.layout │ │ ├── edittagspage.layout │ │ ├── overlay_news_item.layout │ │ ├── screenshotspage_list.layout │ │ ├── chattitlepanel.layout │ │ ├── subpaneloptionscloud.layout │ │ ├── subpaneloptionscontroller.layout │ │ └── gamespage_details_rental.layout │ ├── 1_star.tga │ ├── 2_star.tga │ ├── 3_star.tga │ ├── 4_star.tga │ ├── 5_star.tga │ ├── invite.tga │ ├── battery_dim.tga │ ├── icon_warning.tga │ ├── steam_logo.tga │ ├── battery_border.tga │ ├── battery_bright.tga │ ├── dlc_installed.tga │ ├── mic_meter_dead.tga │ ├── mic_meter_live.tga │ ├── icon_clear_field.tga │ ├── icon_down_hover.tga │ ├── workshop_banner.tga │ ├── icon_trade_request.tga │ ├── icon_community_preview.tga │ ├── StreamingClientConnectionNotification.res │ └── RemoteClientConnectionNotification.res │ ├── graphics │ ├── metro │ │ ├── labels │ │ │ ├── games │ │ │ │ └── categories.tga │ │ │ ├── settings │ │ │ │ ├── notifications.tga │ │ │ │ ├── youraccount.tga │ │ │ │ ├── betaparticipation.tga │ │ │ │ ├── sidebar │ │ │ │ │ └── settings.tga │ │ │ │ ├── device.tga │ │ │ │ ├── sounds.tga │ │ │ │ ├── interface.tga │ │ │ │ ├── pushtotalk.tga │ │ │ │ ├── steamcloud.tga │ │ │ │ ├── voicechat.tga │ │ │ │ ├── autotransmit.tga │ │ │ │ ├── securityinfo.tga │ │ │ │ ├── accountsettings.tga │ │ │ │ ├── inhomestreaming.tga │ │ │ │ └── steamcommunity.tga │ │ │ ├── gameproperties │ │ │ │ ├── beta_participation.tga │ │ │ │ ├── betas.tga │ │ │ │ ├── language.tga │ │ │ │ ├── localfiles.tga │ │ │ │ ├── launch_options.tga │ │ │ │ ├── automaticupdates.tga │ │ │ │ └── internet_options.tga │ │ │ ├── apps.tga │ │ │ ├── linkwarning.tga │ │ │ ├── update │ │ │ │ └── update.tga │ │ │ ├── aliases │ │ │ │ └── aliases.tga │ │ │ ├── SteamPipe │ │ │ │ └── SteamPipe.tga │ │ │ ├── nickname │ │ │ │ └── nickname.tga │ │ │ ├── launchoptions │ │ │ │ └── launchoptions.tga │ │ │ └── contentmanagement │ │ │ │ └── contentmanagement.tga │ │ ├── icons │ │ │ ├── buy.tga │ │ │ ├── buy_d.tga │ │ │ ├── buy_h.tga │ │ │ ├── buy_p.tga │ │ │ ├── dlc.tga │ │ │ ├── dlc_h.tga │ │ │ ├── dlc_p.tga │ │ │ ├── event.tga │ │ │ ├── globe.tga │ │ │ ├── info.tga │ │ │ ├── more.tga │ │ │ ├── pause.tga │ │ │ ├── play.tga │ │ │ ├── plus.tga │ │ │ ├── event_h.tga │ │ │ ├── event_p.tga │ │ │ ├── info_h.tga │ │ │ ├── install.tga │ │ │ ├── more_h.tga │ │ │ ├── pause_h.tga │ │ │ ├── pause_p.tga │ │ │ ├── play_h.tga │ │ │ ├── play_p.tga │ │ │ ├── plus_h.tga │ │ │ ├── plus_p.tga │ │ │ ├── stream.tga │ │ │ ├── chat │ │ │ │ ├── cog.tga │ │ │ │ ├── cog_h.tga │ │ │ │ ├── cog_p.tga │ │ │ │ ├── phone.tga │ │ │ │ ├── send.tga │ │ │ │ ├── send_d.tga │ │ │ │ ├── emoticons.tga │ │ │ │ ├── emoticons_h.tga │ │ │ │ ├── voice_close.tga │ │ │ │ ├── voice_close_d.tga │ │ │ │ ├── voice_close_h.tga │ │ │ │ └── voice_close_p.tga │ │ │ ├── downloads.tga │ │ │ ├── install_h.tga │ │ │ ├── install_p.tga │ │ │ ├── navbar │ │ │ │ ├── cog.tga │ │ │ │ ├── back.tga │ │ │ │ ├── inbox.tga │ │ │ │ ├── menu.tga │ │ │ │ ├── back@2x.tga │ │ │ │ ├── back_d.tga │ │ │ │ ├── back_h.tga │ │ │ │ ├── back_p.tga │ │ │ │ ├── bigpic.tga │ │ │ │ ├── forward.tga │ │ │ │ ├── friends.tga │ │ │ │ ├── menu@2x.tga │ │ │ │ ├── back_d@2x.tga │ │ │ │ ├── back_h@2x.tga │ │ │ │ ├── back_p@2x.tga │ │ │ │ ├── downloads.tga │ │ │ │ ├── forward@2x.tga │ │ │ │ ├── forward_d.tga │ │ │ │ ├── forward_h.tga │ │ │ │ ├── forward_p.tga │ │ │ │ ├── forward_d@2x.tga │ │ │ │ ├── forward_h@2x.tga │ │ │ │ ├── forward_p@2x.tga │ │ │ │ ├── friends_add.tga │ │ │ │ ├── notifications.tga │ │ │ │ ├── parent_locked.tga │ │ │ │ ├── parent_unlocked.tga │ │ │ │ ├── notifications@2x.tga │ │ │ │ ├── notifications_active.tga │ │ │ │ └── notifications_active@2x.tga │ │ │ ├── shortcut.tga │ │ │ ├── shortcut_h.tga │ │ │ ├── stream_h.tga │ │ │ ├── stream_p.tga │ │ │ ├── screenshots.tga │ │ │ ├── section_open.tga │ │ │ ├── caption │ │ │ │ ├── close.tga │ │ │ │ ├── close_d.tga │ │ │ │ ├── close_h.tga │ │ │ │ ├── close_p.tga │ │ │ │ ├── restore.tga │ │ │ │ ├── close@2x.tga │ │ │ │ ├── maximize.tga │ │ │ │ ├── minimize.tga │ │ │ │ ├── restore_h.tga │ │ │ │ ├── restore_p.tga │ │ │ │ ├── sm │ │ │ │ │ ├── max_sm.tga │ │ │ │ │ ├── min_sm.tga │ │ │ │ │ ├── res_sm.tga │ │ │ │ │ ├── close_sm.tga │ │ │ │ │ ├── max_sm_h.tga │ │ │ │ │ ├── max_sm_p.tga │ │ │ │ │ ├── min_sm_h.tga │ │ │ │ │ ├── min_sm_p.tga │ │ │ │ │ ├── res_sm_h.tga │ │ │ │ │ ├── res_sm_p.tga │ │ │ │ │ ├── chat_max_sm.tga │ │ │ │ │ ├── chat_min_sm.tga │ │ │ │ │ ├── chat_res_sm.tga │ │ │ │ │ ├── close_sm_h.tga │ │ │ │ │ ├── close_sm_p.tga │ │ │ │ │ ├── chat_close_sm.tga │ │ │ │ │ ├── chat_close_sm_h.tga │ │ │ │ │ └── chat_close_sm_p.tga │ │ │ │ ├── close_d@2x.tga │ │ │ │ ├── close_h@2x.tga │ │ │ │ ├── close_p@2x.tga │ │ │ │ ├── maximize@2x.tga │ │ │ │ ├── maximize_h.tga │ │ │ │ ├── maximize_p.tga │ │ │ │ ├── minimize@2x.tga │ │ │ │ ├── minimize_h.tga │ │ │ │ ├── minimize_p.tga │ │ │ │ ├── restore@2x.tga │ │ │ │ ├── restore_h@2x.tga │ │ │ │ ├── restore_p@2x.tga │ │ │ │ ├── maximize_h@2x.tga │ │ │ │ ├── maximize_p@2x.tga │ │ │ │ ├── minimize_h@2x.tga │ │ │ │ └── minimize_p@2x.tga │ │ │ ├── downloads │ │ │ │ ├── pause.tga │ │ │ │ ├── play.tga │ │ │ │ ├── cog_16.tga │ │ │ │ ├── pause_h.tga │ │ │ │ ├── pause_p.tga │ │ │ │ ├── play_h.tga │ │ │ │ ├── play_p.tga │ │ │ │ ├── remove.tga │ │ │ │ ├── download.tga │ │ │ │ ├── download_h.tga │ │ │ │ ├── download_p.tga │ │ │ │ ├── remove_h.tga │ │ │ │ ├── remove_p.tga │ │ │ │ ├── topofqueue.tga │ │ │ │ ├── workshop.tga │ │ │ │ ├── workshop_h.tga │ │ │ │ ├── workshop_p.tga │ │ │ │ ├── topofqueue_d.tga │ │ │ │ ├── topofqueue_h.tga │ │ │ │ └── topofqueue_p.tga │ │ │ ├── section_closed.tga │ │ │ ├── grid_uninstalled.tga │ │ │ └── preload │ │ │ │ └── complete.tga │ │ ├── urlbar │ │ │ ├── home.tga │ │ │ ├── stop.tga │ │ │ ├── home_h.tga │ │ │ ├── home_p.tga │ │ │ ├── reload.tga │ │ │ ├── stop_h.tga │ │ │ ├── stop_p.tga │ │ │ ├── reload_h.tga │ │ │ └── reload_p.tga │ │ ├── details │ │ │ ├── news.tga │ │ │ ├── news_h.tga │ │ │ ├── news_p.tga │ │ │ ├── workshop.tga │ │ │ ├── workshop_h.tga │ │ │ └── workshop_p.tga │ │ ├── overlay │ │ │ ├── icons │ │ │ │ ├── hub.tga │ │ │ │ ├── close.tga │ │ │ │ ├── close_h.tga │ │ │ │ ├── friends.tga │ │ │ │ ├── globe.tga │ │ │ │ ├── guides.tga │ │ │ │ ├── hub_h.tga │ │ │ │ ├── hub_p.tga │ │ │ │ ├── broadcast.tga │ │ │ │ ├── friends_h.tga │ │ │ │ ├── friends_p.tga │ │ │ │ ├── guides_h.tga │ │ │ │ ├── guides_p.tga │ │ │ │ ├── workshop.tga │ │ │ │ ├── achievements.tga │ │ │ │ ├── discussions.tga │ │ │ │ ├── screenshots.tga │ │ │ │ ├── workshop_h.tga │ │ │ │ ├── achievements_h.tga │ │ │ │ ├── achievements_p.tga │ │ │ │ ├── discussions_h.tga │ │ │ │ ├── discussions_p.tga │ │ │ │ ├── screenshots_h.tga │ │ │ │ └── screenshots_p.tga │ │ │ ├── image_border.tga │ │ │ └── achievement_border.tga │ │ ├── downloads │ │ │ ├── icons │ │ │ │ ├── close.tga │ │ │ │ ├── close_h.tga │ │ │ │ ├── close_p.tga │ │ │ │ ├── cog_sm.tga │ │ │ │ ├── play_sm.tga │ │ │ │ ├── promote.tga │ │ │ │ ├── close_sm.tga │ │ │ │ ├── close_sm_h.tga │ │ │ │ ├── cog_sm_h.tga │ │ │ │ ├── play_sm_h.tga │ │ │ │ ├── play_sm_p.tga │ │ │ │ ├── promote_h.tga │ │ │ │ ├── workshop_sm.tga │ │ │ │ ├── workshop_sm_h.tga │ │ │ │ └── workshop_sm_p.tga │ │ │ └── labels │ │ │ │ ├── disk.tga │ │ │ │ ├── peak.tga │ │ │ │ ├── limit.tga │ │ │ │ ├── total.tga │ │ │ │ ├── current.tga │ │ │ │ ├── initiated.tga │ │ │ │ ├── progress.tga │ │ │ │ ├── remaining.tga │ │ │ │ └── throttle.tga │ │ └── notifications │ │ │ ├── screenshot.tga │ │ │ ├── overlaysplash.tga │ │ │ └── screenshot_error.tga │ ├── bg_security_wizard.tga │ ├── list.tga │ ├── play.tga │ ├── arrow.tga │ ├── check_d.tga │ ├── check_h.tga │ ├── check_p.tga │ ├── check_s.tga │ ├── details.tga │ ├── friends.tga │ ├── icon_vr.tga │ ├── install.tga │ ├── list_h.tga │ ├── list_p.tga │ ├── logo6.tga │ ├── loop_1.tga │ ├── loop_2.tga │ ├── loop_3.tga │ ├── loop_4.tga │ ├── loop_5.tga │ ├── loop_6.tga │ ├── loop_7.tga │ ├── loop_8.tga │ ├── new_tab.tga │ ├── play_d.tga │ ├── play_h.tga │ ├── play_p.tga │ ├── radio_d.tga │ ├── radio_h.tga │ ├── radio_s.tga │ ├── resizer.tga │ ├── warning.tga │ ├── check_sh.tga │ ├── check_sp.tga │ ├── details_d.tga │ ├── details_h.tga │ ├── details_p.tga │ ├── friends_h.tga │ ├── html_lock.tga │ ├── install_d.tga │ ├── install_h.tga │ ├── install_p.tga │ ├── rampup_1.tga │ ├── rampup_2.tga │ ├── rampup_3.tga │ ├── rampup_4.tga │ ├── scroll_up.tga │ ├── search_lg.tga │ ├── search_sm.tga │ ├── sort_grid.tga │ ├── splitter.tga │ ├── up_arrow.tga │ ├── arrow_hover.tga │ ├── down_arrow.tga │ ├── down_arrow_h.tga │ ├── down_arrow_p.tga │ ├── friends_add.tga │ ├── icon_expand.tga │ ├── icon_vr_down.tga │ ├── icon_vr_over.tga │ ├── img_corner.tga │ ├── inbox_gift.tga │ ├── inbox_invite.tga │ ├── inbox_item.tga │ ├── left_arrow.tga │ ├── left_arrow_h.tga │ ├── left_arrow_p.tga │ ├── lock_check.tga │ ├── login_logo.tga │ ├── rampdown_1.tga │ ├── rampdown_2.tga │ ├── rampdown_3.tga │ ├── rampdown_4.tga │ ├── right_arrow.tga │ ├── scroll_down.tga │ ├── scroll_left.tga │ ├── scroll_right.tga │ ├── sort_details.tga │ ├── sort_grid_h.tga │ ├── sort_grid_p.tga │ ├── up_arrow_h.tga │ ├── up_arrow_p.tga │ ├── achievementbg.tga │ ├── backgrounds │ │ ├── 1.tga │ │ ├── 2.tga │ │ ├── 3.tga │ │ ├── 4.tga │ │ ├── 6.tga │ │ ├── 5_top.tga │ │ └── 5_bot_sm.tga │ ├── chk_menu_item.tga │ ├── gridview_mask.tga │ ├── icon_collapse.tga │ ├── icon_up_hover.tga │ ├── icon_vr_happy.tga │ ├── icon_vr_online.tga │ ├── inbox_comment.tga │ ├── new_tab_hover.tga │ ├── right_arrow_h.tga │ ├── right_arrow_p.tga │ ├── sort_details_h.tga │ ├── sort_details_p.tga │ ├── tab_close_def.tga │ ├── tab_close_hov.tga │ ├── win32_win_max.tga │ ├── win32_win_min.tga │ ├── View_BigPicture.tga │ ├── View_BigPicture_p.tga │ ├── decal_steam_btmr.tga │ ├── icon_button_back.tga │ ├── icon_button_stop.tga │ ├── icon_down_default.tga │ ├── icon_down_hover.tga │ ├── icon_expand_over.tga │ ├── icon_expand_wide.tga │ ├── icon_right_hover.tga │ ├── icon_status_web.tga │ ├── icon_up_default.tga │ ├── icon_up_hover@2x.tga │ ├── icon_vr_disabled.tga │ ├── login_logo_mini.tga │ ├── win32_win_close.tga │ ├── win32_win_restore.tga │ ├── achievement_locked.tga │ ├── avatarBorderGolden.tga │ ├── avatarBorderInGame.tga │ ├── avatarBorderOffline.tga │ ├── avatarBorderOnline.tga │ ├── emailreminder_left.tga │ ├── emailreminder_right.tga │ ├── icon_collapse_over.tga │ ├── icon_collapse_wide.tga │ ├── icon_down_hover@2x.tga │ ├── icon_right_default.tga │ ├── icon_right_hover@2x.tga │ ├── icon_security_fair.tga │ ├── icon_security_good.tga │ ├── icon_security_poor.tga │ ├── icon_status_bigpic.tga │ ├── icon_status_mobile.tga │ ├── icon_up_default@2x.tga │ ├── icon_vr_happy_down.tga │ ├── icon_vr_happy_over.tga │ ├── stream_notification.tga │ ├── achievementbg_recent.tga │ ├── icon_button_back_down.tga │ ├── icon_button_back_over.tga │ ├── icon_button_stop_down.tga │ ├── icon_button_stop_over.tga │ ├── icon_down_default@2x.tga │ ├── icon_down_default_dark.tga │ ├── icon_down_hover_dark.tga │ ├── icon_down_pressed_dark.tga │ ├── icon_expand_wide_over.tga │ ├── icon_right_default@2x.tga │ ├── icon_security_unknown.tga │ ├── icon_status_web_ingame.tga │ ├── inbox_moderatormessage.tga │ ├── inbox_offlinemessage.tga │ ├── updatenew_notification.tga │ ├── win32_win_max_inactive.tga │ ├── win32_win_min_inactive.tga │ ├── AchievementBorderLocked.tga │ ├── icon_collapse_wide_over.tga │ ├── icon_disk_activity_busy.tga │ ├── icon_disk_activity_idle.tga │ ├── icon_down_hover_dark@2x.tga │ ├── icon_security_twofactor.tga │ ├── updatenone_notification.tga │ ├── win32_win_close_inactive.tga │ ├── icon_button_back_disabled.tga │ ├── icon_button_stop_disabled.tga │ ├── icon_down_default_dark@2x.tga │ ├── icon_down_pressed_dark@2x.tga │ ├── icon_status_bigpic_ingame.tga │ ├── icon_status_mobile_ingame.tga │ ├── updatenew_notification@2x.tga │ ├── updatenone_notification@2x.tga │ ├── win32_win_restore_inactive.tga │ ├── stream_disconnect_notification.tga │ └── emailreminder_center.tga │ ├── steam │ └── cached │ │ ├── DialogCheckVideoDriver.res │ │ ├── gridview_shadow.tga │ │ ├── gridview_placeholder_0.tga │ │ ├── gridview_placeholder_1.tga │ │ ├── gridview_placeholder_2.tga │ │ ├── gridview_placeholder_3.tga │ │ ├── fav_remove.tga │ │ ├── fav_addTo_ovr.tga │ │ ├── gridview_mask.tga │ │ ├── chatroom_locked.tga │ │ ├── fav_remove_ovr.tga │ │ ├── chatroom_unlocked.tga │ │ ├── icon_cloud_dunno.tga │ │ ├── icon_cloud_enabled.tga │ │ ├── icon_cloud_synced.tga │ │ ├── listview_icon_mask.tga │ │ ├── listview_logo_mask.tga │ │ ├── gridview_dropshadow.tga │ │ ├── icon_cloud_conflict.tga │ │ ├── icon_cloud_disabled.tga │ │ ├── icon_cloud_outofsync.tga │ │ ├── game_details_header_red.tga │ │ ├── tradedialog.layout │ │ ├── game_details_header_blue.tga │ │ ├── game_details_header_green.tga │ │ ├── game_details_header_mask.tga │ │ ├── icon_tab_placement_arrow.tga │ │ ├── DialogCheckForUpdates.res │ │ ├── icon_cloud_enabled_dark_bg.tga │ │ ├── BackupCompletionPage.res │ │ ├── JoinGameDialog.res │ │ ├── RetailInstallLockedDialog.res │ │ ├── dialogcheckforupdates_expanded.res │ │ ├── preloadsubscription_notpreloading.res │ │ ├── preloadsubscription_activelypreloading.res │ │ ├── preloadsubscription_notpreloading_notpreorderable.res │ │ ├── subchangepasswordenterpassword.res │ │ ├── preloadsubscription_activelypreloading_notpreorderable.res │ │ ├── preloadsubscription_finishedpreload_countdown.res │ │ ├── preloadsubscription_finishedpreload_notpreorderable.res │ │ ├── preloadsubscription_finishedpreload_notpayed_playable.res │ │ ├── preloadsubscription_finishedpreload_notpayed_notplayable.res │ │ ├── accountsettingswebdialog.layout │ │ ├── uninstallgamesdialog.res │ │ ├── BackupSelectGamesPage.res │ │ ├── overlaysplash.res │ │ ├── InstallSubOptions.res │ │ ├── backupstartpage.res │ │ ├── UpdateNewsDialog.res │ │ ├── gameproperties_dlc.res │ │ ├── ChooseBetaDialog.res │ │ ├── BackupCopyFilesPage.res │ │ ├── LaunchEULADialog.res │ │ ├── movelibrarydialog.res │ │ ├── steamshutdowndialog.res │ │ ├── InstallExplanationDialog.res │ │ ├── backuprestoregamespage.res │ │ ├── gameproperties_language.res │ │ ├── managedeviceauthdialog.res │ │ ├── CDKeyLaunchDialog.res │ │ ├── LaunchParametersDialog.res │ │ ├── gameproperties_localfiles.res │ │ ├── BackupSelectDirectoryPage.res │ │ ├── SystemInfoPage.res │ │ ├── AddShortcutDialog.res │ │ ├── BackupSelectOptionsPage.res │ │ ├── contentmanagmentdialog.res │ │ ├── SettingsSubDownloads.res │ │ ├── JoinGameDialogExpanded.res │ │ ├── setjumplistoptions.res │ │ ├── gameproperties_shortcuts.res │ │ ├── SettingsSubOverlay.res │ │ ├── gameproperties_betas.res │ │ └── cloudsyncwarningdialog.res │ ├── public │ ├── steamcacheworkdialog.res │ └── steam_cloudsync.tga │ ├── servers │ ├── icon_password.tga │ ├── icon_robotron.tga │ ├── icon_password_column.tga │ └── icon_robotron_column.tga │ ├── friends │ ├── icon_chat_idle.tga │ ├── icon_microphone.tga │ ├── icon_chat_activity.tga │ ├── icon_groupchat_idle.tga │ ├── icon_microphone_hold.tga │ ├── icon_speaker_ringing.tga │ └── icon_groupchat_activity.tga │ ├── .gitattributes │ ├── custom.styles │ └── .gitignore ├── clientui ├── ofriends.custom.css └── friends.custom.css └── steamui └── libraryroot.custom.css /skins/Metro for Steam/resource/layout/edittagsdialog.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/pendinggiftsdialog.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/changepasswordwizard.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/editfriendsgroupsdialog.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/changecontactemailwizard.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/dialogsettings_managesecuritywizard.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/dialogsettings_changecontactemailwizard.layout: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/games/categories.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/DialogCheckVideoDriver.res: -------------------------------------------------------------------------------- 1 | // This file should be removed -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/notifications.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/youraccount.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/bg_security_wizard.tga: -------------------------------------------------------------------------------- 1 |  @BDTRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/betaparticipation.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/sidebar/settings.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/public/steamcacheworkdialog.res: -------------------------------------------------------------------------------- 1 | "Public/SteamCacheWorkDialog.res" 2 | { 3 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_shadow.tga: -------------------------------------------------------------------------------- 1 |  TRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/beta_participation.tga: -------------------------------------------------------------------------------- 1 | 2 |   -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_placeholder_0.tga: -------------------------------------------------------------------------------- 1 |  TRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_placeholder_1.tga: -------------------------------------------------------------------------------- 1 |  TRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_placeholder_2.tga: -------------------------------------------------------------------------------- 1 |  TRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_placeholder_3.tga: -------------------------------------------------------------------------------- 1 |  TRUEVISION-XFILE. -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/playersdialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/playersdialog.layout" 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/supportmessagedialog.layout: -------------------------------------------------------------------------------- 1 | // HTML is buggy this file should be removed 2 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/systeminfodialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/systeminfodialog.layout" 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/list.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/list.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/play.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/play.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_s.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_s.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/details.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/details.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/friends.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/friends.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/install.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/install.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/list_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/list_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/list_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/list_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/logo6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/logo6.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_1.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_2.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_3.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_4.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_5.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_6.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_7.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/loop_8.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/new_tab.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/new_tab.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/play_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/play_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/play_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/play_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/play_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/play_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/radio_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/radio_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/radio_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/radio_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/radio_s.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/radio_s.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/resizer.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/resizer.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/warning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/warning.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/1_star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/1_star.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/2_star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/2_star.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/3_star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/3_star.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/4_star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/4_star.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/5_star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/5_star.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/invite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/invite.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_sh.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_sh.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/check_sp.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/check_sp.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/details_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/details_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/details_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/details_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/details_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/details_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/friends_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/friends_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/html_lock.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/html_lock.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/install_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/install_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/install_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/install_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/install_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/install_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampup_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampup_1.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampup_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampup_2.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampup_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampup_3.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampup_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampup_4.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/scroll_up.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/scroll_up.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/search_lg.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/search_lg.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/search_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/search_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_grid.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_grid.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/splitter.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/splitter.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/up_arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/up_arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/arrow_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/arrow_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/down_arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/down_arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/down_arrow_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/down_arrow_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/down_arrow_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/down_arrow_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/friends_add.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/friends_add.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_expand.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_expand.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_down.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/img_corner.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/img_corner.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_gift.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_gift.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_invite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_invite.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_item.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_item.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/left_arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/left_arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/left_arrow_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/left_arrow_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/left_arrow_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/left_arrow_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/lock_check.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/lock_check.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/login_logo.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/login_logo.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampdown_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampdown_1.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampdown_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampdown_2.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampdown_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampdown_3.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/rampdown_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/rampdown_4.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/right_arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/right_arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/scroll_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/scroll_down.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/scroll_left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/scroll_left.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/scroll_right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/scroll_right.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_details.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_details.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_grid_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_grid_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_grid_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_grid_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/up_arrow_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/up_arrow_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/up_arrow_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/up_arrow_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/battery_dim.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/battery_dim.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/icon_warning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/icon_warning.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/steam_logo.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/steam_logo.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/servers/icon_password.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/servers/icon_password.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/servers/icon_robotron.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/servers/icon_robotron.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_chat_idle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_chat_idle.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_microphone.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_microphone.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/achievementbg.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/achievementbg.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/1.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/2.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/3.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/4.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/6.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/chk_menu_item.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/chk_menu_item.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/gridview_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/gridview_mask.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_collapse.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_collapse.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_up_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_up_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_happy.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_happy.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_online.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_online.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_comment.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_comment.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/new_tab_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/new_tab_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/right_arrow_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/right_arrow_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/right_arrow_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/right_arrow_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_details_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_details_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/sort_details_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/sort_details_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/tab_close_def.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/tab_close_def.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/tab_close_hov.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/tab_close_hov.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_max.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_max.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_min.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_min.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/public/steam_cloudsync.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/public/steam_cloudsync.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/battery_border.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/battery_border.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/battery_bright.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/battery_bright.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/dlc_installed.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/dlc_installed.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/mic_meter_dead.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/mic_meter_dead.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/mic_meter_live.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/mic_meter_live.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/fav_remove.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/fav_remove.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_chat_activity.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_chat_activity.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/View_BigPicture.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/View_BigPicture.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/View_BigPicture_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/View_BigPicture_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/5_top.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/5_top.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/decal_steam_btmr.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/decal_steam_btmr.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_back.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_back.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_stop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_stop.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_default.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_default.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_expand_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_expand_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_expand_wide.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_expand_wide.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_right_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_right_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_web.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_web.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_up_default.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_up_default.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_up_hover@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_up_hover@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_disabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_disabled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/login_logo_mini.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/login_logo_mini.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/buy.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/buy.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/buy_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/buy_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/buy_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/buy_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/buy_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/buy_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/dlc.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/dlc.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/dlc_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/dlc_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/dlc_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/dlc_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/event.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/event.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/globe.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/globe.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/info.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/info.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/more.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/more.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/pause.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/pause.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/play.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/play.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/plus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/plus.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/apps.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/apps.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/home.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/home.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/stop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/stop.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_close.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_restore.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_restore.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/icon_clear_field.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/icon_clear_field.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/icon_down_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/icon_down_hover.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/workshop_banner.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/workshop_banner.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/fav_addTo_ovr.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/fav_addTo_ovr.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/gridview_mask.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_groupchat_idle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_groupchat_idle.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_microphone_hold.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_microphone_hold.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_speaker_ringing.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_speaker_ringing.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/achievement_locked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/achievement_locked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/avatarBorderGolden.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/avatarBorderGolden.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/avatarBorderInGame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/avatarBorderInGame.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/avatarBorderOffline.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/avatarBorderOffline.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/avatarBorderOnline.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/avatarBorderOnline.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/emailreminder_left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/emailreminder_left.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/emailreminder_right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/emailreminder_right.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_collapse_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_collapse_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_collapse_wide.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_collapse_wide.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_hover@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_hover@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_right_default.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_right_default.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_right_hover@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_right_hover@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_security_fair.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_security_fair.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_security_good.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_security_good.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_security_poor.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_security_poor.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_bigpic.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_bigpic.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_mobile.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_mobile.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_up_default@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_up_default@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_happy_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_happy_down.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_vr_happy_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_vr_happy_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/news.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/news.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/event_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/event_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/event_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/event_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/info_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/info_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/install.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/install.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/more_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/more_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/pause_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/pause_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/pause_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/pause_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/play_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/play_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/play_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/play_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/plus_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/plus_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/plus_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/plus_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/stream.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/stream.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/home_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/home_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/home_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/home_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/reload.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/reload.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/stop_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/stop_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/stop_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/stop_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/stream_notification.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/stream_notification.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/icon_trade_request.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/icon_trade_request.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/servers/icon_password_column.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/servers/icon_password_column.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/servers/icon_robotron_column.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/servers/icon_robotron_column.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/chatroom_locked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/chatroom_locked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/fav_remove_ovr.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/fav_remove_ovr.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/friends/icon_groupchat_activity.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/friends/icon_groupchat_activity.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/achievementbg_recent.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/achievementbg_recent.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/backgrounds/5_bot_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/backgrounds/5_bot_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_back_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_back_down.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_back_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_back_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_stop_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_stop_down.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_stop_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_stop_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_default@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_default@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_default_dark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_default_dark.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_hover_dark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_hover_dark.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_pressed_dark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_pressed_dark.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_expand_wide_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_expand_wide_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_right_default@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_right_default@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_security_unknown.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_security_unknown.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_web_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_web_ingame.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_moderatormessage.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_moderatormessage.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/inbox_offlinemessage.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/inbox_offlinemessage.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/news_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/news_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/news_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/news_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/workshop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/workshop.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/cog.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/cog.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/cog_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/cog_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/cog_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/cog_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/phone.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/phone.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/send.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/send.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/install_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/install_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/install_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/install_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/cog.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/cog.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/shortcut.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/shortcut.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/shortcut_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/shortcut_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/stream_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/stream_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/stream_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/stream_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/reload_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/reload_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/urlbar/reload_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/urlbar/reload_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/updatenew_notification.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/updatenew_notification.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_max_inactive.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_max_inactive.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_min_inactive.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_min_inactive.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/icon_community_preview.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/resource/icon_community_preview.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/chatroom_unlocked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/chatroom_unlocked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_dunno.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_dunno.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_enabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_enabled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_synced.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_synced.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/listview_icon_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/listview_icon_mask.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/listview_logo_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/listview_logo_mask.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/AchievementBorderLocked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/AchievementBorderLocked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_collapse_wide_over.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_collapse_wide_over.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_disk_activity_busy.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_disk_activity_busy.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_disk_activity_idle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_disk_activity_idle.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_hover_dark@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_hover_dark@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_security_twofactor.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_security_twofactor.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/workshop_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/workshop_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/details/workshop_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/details/workshop_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/send_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/send_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/inbox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/inbox.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/menu.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/menu.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/screenshots.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/screenshots.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/section_open.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/section_open.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/linkwarning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/linkwarning.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/hub.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/hub.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/updatenone_notification.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/updatenone_notification.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_close_inactive.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_close_inactive.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gridview_dropshadow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/gridview_dropshadow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_conflict.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_conflict.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_disabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_disabled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_outofsync.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_outofsync.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_back_disabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_back_disabled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_button_stop_disabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_button_stop_disabled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_default_dark@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_default_dark@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_down_pressed_dark@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_down_pressed_dark@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_bigpic_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_bigpic_ingame.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/icon_status_mobile_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/icon_status_mobile_ingame.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/close.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/disk.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/disk.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/peak.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/peak.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/emoticons.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/emoticons.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/pause.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/pause.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/play.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/play.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/bigpic.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/bigpic.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/friends.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/friends.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/menu@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/menu@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/section_closed.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/section_closed.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/update/update.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/update/update.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/close.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/close_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/close_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/friends.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/friends.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/globe.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/globe.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/guides.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/guides.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/hub_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/hub_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/hub_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/hub_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/image_border.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/image_border.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/updatenew_notification@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/updatenew_notification@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/updatenone_notification@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/updatenone_notification@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/win32_win_restore_inactive.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/win32_win_restore_inactive.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/game_details_header_red.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/game_details_header_red.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/tradedialog.layout: -------------------------------------------------------------------------------- 1 | "steam/cached/tradedialog.layout" 2 | { 3 | layout 4 | { 5 | place { controls="HTML" width=max height=max margin-top=40 } 6 | } 7 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/close_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/close_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/close_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/close_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/cog_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/cog_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/play_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/play_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/promote.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/promote.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/limit.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/limit.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/total.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/total.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/emoticons_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/emoticons_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/voice_close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/voice_close.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/cog_16.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/cog_16.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/pause_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/pause_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/pause_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/pause_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/play_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/play_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/play_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/play_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/remove.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/remove.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/grid_uninstalled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/grid_uninstalled.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_d@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_d@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/back_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/back_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/downloads.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/downloads.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/preload/complete.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/preload/complete.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/aliases/aliases.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/aliases/aliases.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/device.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/device.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/sounds.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/sounds.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/broadcast.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/broadcast.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/friends_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/friends_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/friends_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/friends_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/guides_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/guides_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/guides_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/guides_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/workshop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/workshop.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/game_details_header_blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/game_details_header_blue.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/game_details_header_green.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/game_details_header_green.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/game_details_header_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/game_details_header_mask.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_tab_placement_arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_tab_placement_arrow.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/close_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/close_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/close_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/close_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/cog_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/cog_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/play_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/play_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/play_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/play_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/promote_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/promote_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/current.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/current.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/initiated.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/initiated.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/progress.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/progress.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/remaining.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/remaining.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/labels/throttle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/labels/throttle.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_d@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_d@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/close_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/close_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/restore_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/restore_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/max_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/min_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/res_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/voice_close_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/voice_close_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/voice_close_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/voice_close_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/chat/voice_close_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/chat/voice_close_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/download.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/download.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/download_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/download_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/download_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/download_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/remove_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/remove_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/remove_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/remove_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/workshop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/workshop.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/workshop_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/workshop_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/workshop_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/workshop_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_d@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_d@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/forward_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/forward_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/friends_add.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/friends_add.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/notifications.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/notifications.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/parent_locked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/parent_locked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/SteamPipe/SteamPipe.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/SteamPipe/SteamPipe.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/nickname/nickname.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/nickname/nickname.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/interface.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/interface.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/pushtotalk.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/pushtotalk.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/steamcloud.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/steamcloud.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/voicechat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/voicechat.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/notifications/screenshot.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/notifications/screenshot.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/achievement_border.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/achievement_border.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/achievements.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/achievements.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/discussions.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/discussions.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/screenshots.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/screenshots.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/workshop_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/workshop_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/stream_disconnect_notification.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/stream_disconnect_notification.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/DialogCheckForUpdates.res: -------------------------------------------------------------------------------- 1 | "steam/cached/DialogCheckForUpdates.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | padding-top=6 8 | } 9 | } 10 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/icon_cloud_enabled_dark_bg.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/steam/cached/icon_cloud_enabled_dark_bg.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/maximize_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/maximize_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize_h@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize_h@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/minimize_p@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/minimize_p@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_max_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_max_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_min_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_min_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_res_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_res_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/close_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_d.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_d.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/downloads/topofqueue_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/parent_unlocked.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/parent_unlocked.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/betas.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/betas.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/autotransmit.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/autotransmit.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/securityinfo.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/securityinfo.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/notifications/overlaysplash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/notifications/overlaysplash.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/achievements_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/achievements_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/achievements_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/achievements_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/discussions_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/discussions_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/discussions_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/discussions_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/screenshots_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/screenshots_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/overlay/icons/screenshots_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/overlay/icons/screenshots_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/downloads/icons/workshop_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/notifications@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/notifications@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/language.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/language.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/accountsettings.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/accountsettings.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/inhomestreaming.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/inhomestreaming.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/settings/steamcommunity.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/settings/steamcommunity.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/notifications/screenshot_error.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/notifications/screenshot_error.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm_h.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm_h.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm_p.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/caption/sm/chat_close_sm_p.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/notifications_active.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/notifications_active.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/localfiles.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/localfiles.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/icons/navbar/notifications_active@2x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/icons/navbar/notifications_active@2x.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/launch_options.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/launch_options.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/launchoptions/launchoptions.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/launchoptions/launchoptions.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/automaticupdates.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/automaticupdates.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/gameproperties/internet_options.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/gameproperties/internet_options.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/metro/labels/contentmanagement/contentmanagement.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyoretsu/Ultimate-Steam-Dark-Mode-Skin/HEAD/skins/Metro for Steam/graphics/metro/labels/contentmanagement/contentmanagement.tga -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/steamrootdialog_mediapage.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/steamrootdialog_mediapage.layout" 2 | { 3 | 4 | layout 5 | { 6 | // content pages 7 | place { control="GamesList" width=max height=max } 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/BackupCompletionPage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupCompletionPage.res" 2 | { 3 | layout 4 | { 5 | place { control=StatusLabel y=16 width=max } 6 | place { start=StatusLabel control=OpenFolderButton y=32 dir=down } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/graphics/emailreminder_center.tga: -------------------------------------------------------------------------------- 1 | 2 | 1dEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdEdE -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/steamrootdialog_toolspage.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/steamrootdialog_toolspage.layout" 2 | { 3 | 4 | layout 5 | { 6 | // content pages 7 | place { control="GamesList" width=max height=max } 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/zoodialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/zoodialog.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/JoinGameDialog.res: -------------------------------------------------------------------------------- 1 | "Steam/cached/JoinGameDialog.res" 2 | { 3 | layout 4 | { 5 | //Footer 6 | region { name=bottom align=bottom height=44 margin=8 } 7 | place { region=bottom control=PlayButton,CloseButton height=28 spacing=8 align=right } 8 | } 9 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/valvesurveywizard.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/valvesurveywizard.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/RetailInstallLockedDialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/RetailInstallLockedDialog.res" 2 | { 3 | layout 4 | { 5 | //Footer 6 | region { name="bottom" align=bottom height=44 margin=8 } 7 | place { control="Button1" region=bottom align=right width=84 height=28 spacing=8 } 8 | } 9 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/dialogcheckforupdates_expanded.res: -------------------------------------------------------------------------------- 1 | "steam/cached/DialogCheckForUpdates_Expanded.res" 2 | { 3 | styles 4 | { 5 | CDialogCheckForUpdates 6 | { 7 | bgcolor=ClientBG 8 | render_bg{} 9 | } 10 | Label 11 | { 12 | padding-top=10 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_notpreloading.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_NotPreloading.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/lockedaccountaddcomputerwizard.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/lockedaccountaddcomputerwizard.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_activelypreloading.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_ActivelyPreloading.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_notpreloading_notpreorderable.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_NotPreloading.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/subchangepasswordenterpassword.res: -------------------------------------------------------------------------------- 1 | "steam/cached/SubChangePasswordEnterPassword.res" 2 | { 3 | layout 4 | { 5 | place { control=EmailProgress,EmailAddress x=24 y=120 dir=down } 6 | place { control=ForgotPasswordURL,LostEmailURL x=24 align=bottom dir=down margin-bottom=16 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/steamrootdialog_musicpage_details.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/steamrootdialog_musicpage_details.layout" 2 | { 3 | layout 4 | { 5 | region { name="content" y=0 x=0 width=max height=max } 6 | place { control=CMusicPage_Details_Content region=content x=0 y=0 width=max height=max } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_activelypreloading_notpreorderable.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_ActivelyPreloading.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_finishedpreload_countdown.res: -------------------------------------------------------------------------------- 1 | "steam/cached/PreloadSubscription_FinishedPreload_Countdown.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_finishedpreload_notpreorderable.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_FinishedPreload_NotPreorderable.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_finishedpreload_notpayed_playable.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_FinishedPreload_NotPayed_Playable.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/StreamingClientConnectionNotification.res: -------------------------------------------------------------------------------- 1 | "resource/StreamingClientConnectionNotification.res" 2 | { 3 | //This controls the Streaming Notification When the Game Streaming Starts 4 | styles 5 | { 6 | } 7 | layout 8 | { 9 | place { control=LabelStreaming,LabelInfo x=70 y=6 dir=down margin=2 } 10 | } 11 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/preloadsubscription_finishedpreload_notpayed_notplayable.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/PreloadSubscription_FinishedPreload_NotPayed_NotPlayable.res" 2 | { 3 | layout 4 | { 5 | region { name="bottom" align=bottom height=44 margin=8 } 6 | place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } 7 | } 8 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/accountsettingswebdialog.layout: -------------------------------------------------------------------------------- 1 | "steam/cached/accountsettingswebdialog.layout" 2 | { 3 | controls 4 | { 5 | AccountSettingsWebDialog { title="#steam_accountsettings_title" wide=864 tall=764 } 6 | } 7 | styles 8 | { 9 | } 10 | layout 11 | { 12 | place { controls="HTML" width=max height=max margin=1 margin-top=41 } 13 | } 14 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/uninstallgamesdialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/UninstallGamesDialog.res" 2 | { 3 | layout 4 | { 5 | place{ control=frame_captiongrip width=max height=max } 6 | 7 | place{ control=UninstallInfoLabel x=16 width=max align=left-center end-right=Throbber } 8 | place{ start=UninstallInfoLabel control=Throbber align=right margin-right=16 } 9 | } 10 | } -------------------------------------------------------------------------------- /clientui/ofriends.custom.css: -------------------------------------------------------------------------------- 1 | @import url(https://laserflash.tk/steam-chat-skin/offlineFriends/offlineFriends.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/colourSet/blackMode.css);@import url(https://laserflash.tk/steam-chat-skin/offlineFriends/avatarStyle/squircleAvatar.css);@import url(https://laserflash.tk/steam-chat-skin/offlineFriends/shadowEffects/improvedShadow.css); -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/BackupSelectGamesPage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupSelectGamesPage.res" 2 | { 3 | layout 4 | { 5 | place { control=Label1 y=16 width=max } 6 | place { start=Label1 control=AppChecklist y=6 width=max dir=down } 7 | 8 | place { start=AppChecklist control=Label2 y=6 dir=down } 9 | place { start=Label2 control=SpaceRequiredLabel x=6 } 10 | } 11 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/RemoteClientConnectionNotification.res: -------------------------------------------------------------------------------- 1 | "resource/RemoteClientConnectionNotification.res" 2 | { 3 | //This controls the Remote Streaming Notification 4 | styles 5 | { 6 | } 7 | layout 8 | { 9 | place { control=LabelStreaming,LabelInfo x=70 y=6 dir=down margin=2 } 10 | //Hidden 11 | place { control=DarkenedRegion width=1 align=right } 12 | } 13 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/overlaysplash.res: -------------------------------------------------------------------------------- 1 | "steam/cached/OverlaySplash.res" 2 | { 3 | layout 4 | { 5 | place { control="ImageAvatar" x=24 y=24 width=38 height=26 } 6 | place { control="LabelMessage" x=78 y=19 height=max width=max } 7 | //Footer 8 | place { control="LabelHotkey" y=76 width=250 } 9 | //Hidden 10 | place { control="DarkenedRegion" width=1 align=right } 11 | } 12 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/InstallSubOptions.res: -------------------------------------------------------------------------------- 1 | "steam/cached/InstallSubOptions.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | font-family=light 8 | font-weight=300 9 | font-size=32 10 | textcolor=white 11 | } 12 | } 13 | layout 14 | { 15 | place { control="CopyInfo,CreateShortcutCheck,CreateStartMenuShortcutCheck" width=max x=10 y=20 dir=down spacing=10 } 16 | } 17 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/backupstartpage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupStartPage.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | textcolor=white 8 | font-family=light 9 | font-weight=300 10 | } 11 | } 12 | layout 13 | { 14 | place { control="Label1" x=6 y=16 } 15 | place { control="RadioButtonBackup,RadioButtonRestore" start=Label1 width=360 x=0 y=6 dir=down spacing=0 } 16 | } 17 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/UpdateNewsDialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/UpdateNewsDialog.res" 2 | { 3 | layout 4 | { 5 | place { control=frame_title align=bottom } 6 | place { control="HTMLSellPage" margin-top=40 margin-bottom=44 width=max height=max } 7 | 8 | region { name="bottom" align=bottom height=44 margin=8 } 9 | place { control="PrevButton,NextButton,CloseButton" region=bottom align=right width=84 height=28 spacing=8 } 10 | } 11 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gameproperties_dlc.res: -------------------------------------------------------------------------------- 1 | "steam/cached/gameproperties_dlc.res" 2 | { 3 | styles 4 | { 5 | CSubGamePropertiesDLCPage 6 | { 7 | } 8 | } 9 | 10 | layout 11 | { 12 | //Hidden 13 | place { control="DescriptionLabel" height=0 } 14 | 15 | place { control="ContentList" width=max height=max margin-bottom=44 } 16 | place { control="StoreDLCURL" start=ContentList width=max height=24 dir=down } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/steamrootdialog_gamespage_list.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/steamrootdialog_gamespage_list.layout" 2 | { 3 | controls 4 | { 5 | "GamesList" 6 | { 7 | tabposition=1 8 | } 9 | } 10 | 11 | colors 12 | { 13 | ListPanel.PostSectionLeading 12 14 | } 15 | 16 | styles 17 | { 18 | } 19 | 20 | layout 21 | { 22 | // content pages 23 | place { control="GamesList" width=max height=max margin=0 } 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/ChooseBetaDialog.res: -------------------------------------------------------------------------------- 1 | "Steam/cached/ChooseBetaDialog.res" 2 | { 3 | layout 4 | { 5 | //Content 6 | place { control="Label2,BetaListComboBox,ReadMoreURL,Label1" x=16 y=76 width=max margin-top=16 dir=down spacing=6 margin-right=16 } 7 | 8 | //Bottom 9 | region { name=bottom align=bottom height=44 margin=8 } 10 | place { control="OKButton,CancelButton" region=bottom align=right spacing=6 height=28 width=84 } 11 | } 12 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/pagedragframe.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/pagedragframe.layout" 2 | { 3 | controls 4 | { 5 | DragPropertySheet { controlname="PropertySheet" } 6 | } 7 | 8 | styles 9 | { 10 | PageDragFrame 11 | { 12 | bgcolor="Header_Dark" 13 | } 14 | 15 | PageDragPanel 16 | { 17 | bgcolor="ClientBG" 18 | } 19 | } 20 | 21 | layout 22 | { 23 | place { control="DragPropertySheet" y=8 width=max height=max } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/BackupCopyFilesPage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupCopyFilesPage.res" 2 | { 3 | layout 4 | { 5 | place { control=Label3 y=16 width=max } 6 | place { start=Label3 control=Label1 y=16 dir=down } 7 | place { start=Label1 control=Label4 x=16 } 8 | 9 | place { start=Label1 control=Label2 y=16 dir=down } 10 | place { start=Label2 control=TimeReminingLabel x=6 } 11 | place { start=Label2 control=TotalProgress y=6 dir=down } 12 | } 13 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/LaunchEULADialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/LaunchEULADialog.res" 2 | { 3 | layout 4 | { 5 | place { control=Label1 x=8 y=11 } 6 | place { control=HTML y=40 width=max height=max dir=down margin-bottom=44 } 7 | place { control=Label2 start=HTML y=8 } 8 | //Footer 9 | region { name=bottom align=bottom height=44 margin=8 } 10 | place { control="AcceptButton,DeclineButton" region=bottom align=right height=28 width=84 spacing=8 } 11 | } 12 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/movelibrarydialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/movelibrarydialog.res" 2 | { 3 | layout 4 | { 5 | place { control="MoveFolderInfoLabel,InstallFolderLabel,InstallFolderCombo,ProgressBar,InfoLabel" x=16 y=44 dir=down spacing=6 margin-right=16 } 6 | 7 | //Footer 8 | region { name=bottom align=bottom height=44 margin=8 margin-right=8 } 9 | place { control="MoveButton,CloseButton" region=bottom align=right spacing=8 width=84 height=28 } 10 | } 11 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/backupwizard.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/backupwizard.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | //Content 10 | place { control="Label1,AppChecklist,Label2" y=40 margin-top=8 dir=down spacing=8 } 11 | //Footer 12 | region { name=bottom align=bottom height=44 margin=8 } 13 | place { control="PrevButton,NextButton,FinishButton,CancelButton" region=bottom align=right height=28 width=84 spacing=8 } 14 | } 15 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/dialogsettings.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/dialogsettings.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 10 | 11 | region { name="right" align=right height=max width=192 margin=8 margin-top=0 } 12 | place { control="OKButton,CancelButton" region=right align=bottom width=84 height=28 spacing=8 margin=0 } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/gameproperties.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/gameproperties.layout" 2 | { 3 | controls 4 | { 5 | Sheet { controlname="PropertySheet" } 6 | } 7 | 8 | layout 9 | { 10 | //Bottom 11 | region { name=bottom align=bottom height=44 margin=8 } 12 | place { control="OKButton" region=bottom align=right spacing=8 height=28 width=84 } 13 | 14 | place { control="Sheet" x=8 y=26 height=max width=max margin-bottom=41 margin-right=8 } 15 | } 16 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/overlaysettingsdialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/overlaydialogsettings.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | layout 8 | { 9 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 10 | 11 | region { name="right" align=right height=max width=192 margin=8 margin-top=0 } 12 | place { control="OKButton,CancelButton" region=right align=bottom width=84 height=28 spacing=8 margin=0 } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/steamshutdowndialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/steamshutdowndialog.res" 2 | { 3 | styles 4 | { 5 | } 6 | layout 7 | { 8 | place { control=InfoLabel,Throbber align=top-center width=max y=48 margin=24 margin-top=0 margin-bottom=0 } 9 | region { name="right" align=right height=max width=192 margin=8 margin-top=0 } 10 | place { control="ForceQuitButton,CancelQuitButton,HideDialogButton" region=right align=bottom width=84 height=28 spacing=8 margin=0 } 11 | } 12 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/newlibrary.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/newlibrary.layout" 2 | { 3 | controls 4 | { 5 | HTMLRoot { controlname=HTML style="HTMLRoot" } 6 | } 7 | 8 | styles 9 | { 10 | HTMLRoot 11 | { 12 | inset="0 0 0 0" 13 | } 14 | } 15 | 16 | layout 17 | { 18 | region { name="root" y=0 x=0 width=max height=max } 19 | 20 | place 21 | { 22 | control=HTMLRoot 23 | region=root 24 | x=0 25 | y=0 26 | width=max 27 | height=max 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/editfriendsgroupdialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/editfriendsgroupsdialog.layout" 2 | { 3 | layout 4 | { 5 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 6 | place { control="frame_captiongrip" width=max height=40 } 7 | 8 | //Bottom 9 | region { name=bottom align=bottom height=44 margin=8 } 10 | place { control="OKButton,CancelButton" region=bottom align=right spacing=8 height=28 width=84 } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/InstallExplanationDialog.res: -------------------------------------------------------------------------------- 1 | "Steam/cached/InstallExplanationDialog.res" 2 | { 3 | styles 4 | { 5 | Button 6 | { 7 | minimum-width=84 8 | } 9 | } 10 | layout 11 | { 12 | //Content 13 | place { control="ExplanationHTML" width=max height=max margin-top=40 margin-bottom=44 } 14 | //Footer 15 | region { name=bottom align=bottom height=44 margin=8 } 16 | place { control="InstallButton,Button1" region=bottom align=right height=28 spacing=8 } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/gamespage_details_compat_subheader.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/gamespage_details_compat_subheader.layout" 2 | { 3 | controls 4 | { 5 | compatdescription { 6 | controlname="RichText" 7 | style="RichTextSimple" 8 | labeltext="#Steam_Settings_Compat_Launch" 9 | zpos="2" 10 | } 11 | } 12 | layout 13 | { 14 | region { name=body margin=8 width=max height=max } 15 | 16 | place { control=compatdescription x=52 y=12 region=body width=max } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/toolwindow_toolwindowsheet.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/toolwindow_toolwindowsheet.layout" 2 | { 3 | controls 4 | { 5 | // the container 6 | tab { controlname="PageTab" } 7 | TabMenuButton { controlname="MenuButton" } 8 | } 9 | layout 10 | { 11 | region { name=crop height=max margin-right=86 } 12 | region { name=full height=max width=max } 13 | place { region=crop control=*tab height=23 } 14 | place { region=full control=TabMenuButton height=23 } 15 | } 16 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/backuprestoregamespage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupRestoreGamesPage.res" 2 | { 3 | layout 4 | { 5 | place { control=Label2 y=16 width=max } 6 | place { start=Label2 control=Label1 y=6 width=max dir=down } 7 | place { start=Label1 control=DirectoryLabel y=6 width=max dir=down margin-right=76 } 8 | place { start=DirectoryLabel control=Button1 x=6 width=84 } 9 | place { start=DirectoryLabel control=Label3 y=6 dir=down } 10 | place { start=Label3 control=RestoreGameLabel x=6 } 11 | } 12 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gameproperties_language.res: -------------------------------------------------------------------------------- 1 | "steam/cached/gameproperties_language.res" 2 | { 3 | styles 4 | { 5 | CSubGamePropertiesLanguagePage 6 | { 7 | bgcolor=ClientBG 8 | render_bg 9 | { 10 | 0="image(x0+16,y0+24,x1,y1, graphics/metro/labels/gameproperties/language)" 11 | } 12 | } 13 | } 14 | 15 | layout 16 | { 17 | place { control="320" x=16 y=36 margin-top=24 width=max margin-right=8 } 18 | place { start="320" control="UpdateCombo" y=6 width=290 dir=down } 19 | } 20 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/managedeviceauthdialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/managedeviceauthdialog.res" 2 | { 3 | styles 4 | { 5 | ListPanel 6 | { 7 | bgcolor=Header_Dark 8 | padding-left=8 9 | inset-right=0 10 | } 11 | } 12 | layout 13 | { 14 | place { control="Label1,LocalDeviceTokensList" dir=down width=max height=max x=8 y=42 margin-right=8 margin-bottom=44 spacing=8 } 15 | region { name="bottom" align=bottom height=44 margin=8 } 16 | place { control="DeviceButton,CloseButton" region=bottom align=right height=28 spacing=8 } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/screenshotspage_section.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/screenshotspage_section.layout" 2 | { 3 | controls 4 | { 5 | SectionLabel { controlname="Label" } 6 | SectionDivider { controlname="Divider" } 7 | } 8 | 9 | layout 10 | { 11 | region { name="body" width=max overflow=grow-vertical } 12 | 13 | place { region=body y=16 control=SectionLabel } 14 | place { region=body control=SectionDivider start=SectionLabel height=1 y=8 x=8 width=max } 15 | place { region=body y=32 control=*Screenshot dir=right-wrap spacing=8 } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/musicplayervolumepanel.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/musicplayervolumepanel.layout" 2 | { 3 | controls 4 | { 5 | VolumeSlider { controlname=Slider style="VolumeSlider" zpos="4" } 6 | } 7 | 8 | colors 9 | { 10 | } 11 | 12 | styles 13 | { 14 | CMusicPlayerVolumePanel 15 | { 16 | minimum-width = 100 17 | minimum-height = 18 18 | } 19 | 20 | 21 | VolumeSlider { bgcolor=none font-family=basefont font-size=16 } 22 | } 23 | 24 | 25 | layout 26 | { 27 | place { control="VolumeSlider" x=0 y=0 height=18 width=100 } 28 | } 29 | 30 | } 31 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/CDKeyLaunchDialog.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/CDKeyLaunchDialog.res" 2 | { 3 | layout 4 | { 5 | place { control="ReasonLabel" x=8 y=44 margin-right=8 width=max } 6 | place { start=ReasonLabel control="KeyList" y=6 dir=down width=max height=max margin-right=8 margin-bottom=48 } 7 | 8 | //Bottom 9 | region { name=bottom align=bottom height=44 margin=8 } 10 | place { control="DontShowAgainCheck" region=bottom align=left height=28 } 11 | place { control="LaunchButton,CopyButton,CloseButton" region=bottom spacing=6 align=right height=28 margin-right=8 } 12 | } 13 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/LaunchParametersDialog.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/LaunchParametersDialog.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | textcolor=White 8 | } 9 | } 10 | layout 11 | { 12 | place { control="frame_captiongrip" width=max height=75 } 13 | place { control=label1 x=16 y=42 width=max margin-right=8 dir=down } 14 | place { control=LaunchOptions x=16 y=92 width=max margin-right=8 dir=down } 15 | //Bottom 16 | region { name=bottom align=bottom height=44 margin=8 } 17 | place { control="Button2,Button1" region=bottom align=right spacing=6 height=28 width=84 } 18 | } 19 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/announcement_text.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/announcement_text.layout" 2 | { 3 | controls 4 | { 5 | announcementtextpanel { controlname="CAnnouncementTextPanel" style="announcementtextpanel" } 6 | announcementtext { controlname="Label" style="announcementtext" } 7 | } 8 | 9 | styles 10 | { 11 | announcementtextpanel 12 | { 13 | bgcolor=Focus 14 | } 15 | 16 | announcementtext 17 | { 18 | font-size=16 19 | textcolor=White 20 | } 21 | } 22 | 23 | layout 24 | { 25 | place { control=announcementtext width=max margin=4 } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gameproperties_localfiles.res: -------------------------------------------------------------------------------- 1 | "steam/cached/gameproperties_localfiles.res" 2 | { 3 | styles 4 | { 5 | CSubGamePropertiesLocalFilesPage 6 | { 7 | render_bg 8 | { 9 | 0="image(x0+16,y0+24,x1,y1, graphics/metro/labels/gameproperties/localfiles)" 10 | } 11 | } 12 | } 13 | layout 14 | { 15 | place { control="BuildIDLabel,DiskUsageLabel" x=16 y=36 margin-top=24 dir=down spacing=8 } 16 | place { control="BackupButton,DeleteButton,VerifyButton,DefragButton,OpenInstallFolder,MoveInstallFolder" start="DiskUsageLabel" y=8 width=256 height=28 dir=down spacing=8 } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/BackupSelectDirectoryPage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupSelectDirectoryPage.res" 2 | { 3 | layout 4 | { 5 | place { control="Label2" y=24 width=max } 6 | place { start=Label2 control="Label1" y=6 width=max dir=down } 7 | place { start=Label1 control="DirectoryLabel" y=6 width=max height=28 margin-right=84 dir=down } 8 | place { start=DirectoryLabel control="Button1" x=6 width=84 height=28 } 9 | place { start=DirectoryLabel control="Label3,Label4" y=6 dir=down } 10 | place { start=Label3 control="SpaceRequiredLabel" x=16 } 11 | place { start=Label4 control="SpaceAvailableLabel" x=16 } 12 | } 13 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/subpaneloptionsshadercache.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/subpaneloptionsshadercache.layout" 2 | { 3 | colors 4 | { 5 | } 6 | styles 7 | { 8 | } 9 | layout 10 | { 11 | region { name=box margin-left=16 margin-right=16 } 12 | 13 | place { control=ShaderCacheInfo region=box y=6 width=max } 14 | place { start=ShaderCacheInfo region=box control="ShaderCacheEnabledCheckbox,ShaderCacheBGProcessingEnabledCheckbox" y=6 width=450 dir=down } 15 | place { start=ShaderCacheBGProcessingEnabledCheckbox region=box control="ShaderCacheBGProcessingProgress" width=max dir=down } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/validatecontactemailwizard.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/validatecontactemailwizard.layout" 2 | { 3 | controls 4 | { 5 | } 6 | 7 | styles 8 | { 9 | } 10 | 11 | layout 12 | { 13 | place { control="frame_minimize,frame_maximize,frame_close" align=right width=40 height=40 margin-right=1 } 14 | 15 | //Content 16 | place { control="Label1,AppChecklist,Label2" y=40 margin-top=8 dir=down spacing=8 } 17 | 18 | //Footer 19 | region { name=bottom align=bottom height=44 margin=8 } 20 | place { control="NextButton,CancelButton,FinishButton" region=bottom align=right height=28 width=84 spacing=8 } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/SystemInfoPage.res: -------------------------------------------------------------------------------- 1 | "Steam/Cached/SystemInfoPage.res" 2 | { 3 | styles 4 | { 5 | RichText 6 | { 7 | bgcolor=Header_Dark 8 | } 9 | } 10 | layout 11 | { 12 | //Text 13 | place { control="Label1" y=16 width=max } 14 | //List 15 | place { control="ValveSurveySummaryText" start=Label1 dir=down y=16 width=max height=max margin-bottom=38 } 16 | //Bottom 17 | region { name=bottom align=bottom height=28 margin-top=0 } 18 | place { control="URLLabel1" region=bottom height=28 margin-right=8 end-right=Button1 } 19 | place { control="Button1" region=bottom align=right spacing=8 height=28 width=84 } 20 | } 21 | } -------------------------------------------------------------------------------- /clientui/friends.custom.css: -------------------------------------------------------------------------------- 1 | @import url(https://laserflash.tk/steam-chat-skin/src/baseTheme.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/colourSet/blackMode.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/avatarStyle/squircleAvatar.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/avatarStatus/discordStatus.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/miniProfile/miniProfileBlur.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/statusGlow/themedGlow.css);@import url(https://laserflash.tk/steam-chat-skin/src/css/customisable/shadowEffects/improvedShadow.css);@import url(); -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/AddShortcutDialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/AddShortcutDialog.res" 2 | { 3 | styles 4 | { 5 | "ListPanelColumnHeader CheckButton" 6 | { 7 | inset-left=1 8 | inset-top=-1 9 | } 10 | ListPanelCheckBox 11 | { 12 | padding-left=4 13 | } 14 | } 15 | 16 | layout 17 | { 18 | place { control="AppList" height=max width=max x=1 margin-right=1 margin-top=76 margin-bottom=44 } 19 | place { control="Label1" x=16 y=42 width=max margin-right=8 } 20 | 21 | region { name="right" align=bottom height=44 } 22 | place { control="BrowseButton,AddSelectedButton,CloseButton" region=right height=28 spacing=6 margin=8 align=right } 23 | } 24 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/downloadspage.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/downloadspage.layout" 2 | { 3 | controls 4 | { 5 | "DownloadsPage" 6 | { 7 | "ControlName" "CDownloadsPage" 8 | Style=DownloadsPageStyle 9 | } 10 | "downloadsummarypanel" 11 | { 12 | "ControlName" "DownloadSummaryPanel" 13 | } 14 | "panel_list" 15 | { 16 | "ControlName" "SectionedListPanel" 17 | Style=ListPanelStyle 18 | } 19 | } 20 | styles 21 | { 22 | DownloadsPageStyle 23 | { 24 | bgcolor="none" 25 | render{} 26 | } 27 | } 28 | layout 29 | { 30 | place { control="downloadsummarypanel,panel_list" dir=down width=max height=max spacing=0 } 31 | } 32 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/custom.styles: -------------------------------------------------------------------------------- 1 | "custom.styles" 2 | { 3 | colors{Focus="102 36 226 255" 4 | basefont="Segoe UI" 5 | semibold="Segoe UI Semibold" 6 | semilight="Segoe UI Semilight" 7 | light="Segoe UI Light" 8 | basefont="Helvetica Neue" [$OSX] 9 | semibold="Helvetica Neue Medium" [$OSX] 10 | semilight="Helvetica Neue Light" [$OSX] 11 | light="Helvetica Neue Thin" [$OSX] 12 | } 13 | 14 | styles{"CSteamRootDialog"{bgcolor=ClientBG render_bg{ 0="fill( x0, y0, x1, y1, ClientBG )" 8="image( x1 - 821, y1 - 375, x1, y1, none)" 98="fill( x0, y0, x1, y0+40, FrameBorder)" 99="fill( x0, y0, x1, y0+39, Header_Dark )"}}"GameItem_Uninstalled"{render{0="image(x1-18,y1-26,x1,y1,graphics/metro/icons/grid_uninstalled)"}} }} 15 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/app_validation_dialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/app_validation_dialog.layout" 2 | { 3 | controls 4 | { 5 | app_validation_dialog { wide=360 tall=216 } 6 | Label1 { controlname=label labelText="#Steam_ValidatingSteamCaches" } 7 | ProgressBar1 { controlname=ProgressBar variable=progress } 8 | Button1 { controlname=Button labelText="#vgui_Cancel" Command="Close" selected=0 } 9 | } 10 | 11 | layout 12 | { 13 | place { controls=Label1,ProgressBar1 x=20 y=80 width=320 height=24 dir=down spacing=4 } 14 | 15 | region { name=bottom align=bottom height=44 margin=8 } 16 | place { control="Button1" region=bottom align=right height=28 width=84 } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/overlay_achievement_item.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/overlay_achievement_item.layout" 2 | { 3 | controls 4 | { 5 | icon { controlname="ImagePanel" scaleimage=1 } 6 | caption { controlname=label labeltext="#Overlay_Achievement_Recent" } 7 | name { controlname=label style=name } 8 | } 9 | colors 10 | { 11 | } 12 | styles 13 | { 14 | name 15 | { 16 | textcolor=White 17 | } 18 | } 19 | layout 20 | { 21 | region { name=body width=max } 22 | 23 | place { region=body control=icon y=0 x=0 width=64 height=64 } 24 | place { region=body control=caption y=0 x=69 width=max height=64 } 25 | place { region=body control=name y=68 x=0 width=max } 26 | } 27 | } -------------------------------------------------------------------------------- /steamui/libraryroot.custom.css: -------------------------------------------------------------------------------- 1 | /* !!! DO NOT EDIT THESE !!! DO NOT EDIT THESE !!! */ 2 | @import url('https://shiinaskins.com/steam-library/remote!url=master&css/live.css'); 3 | @import url('config.css'); 4 | /* !!! DO NOT EDIT THESE !!! DO NOT EDIT THESE !!! */ 5 | 6 | *{ /* Disable Shadows & Transitions */ 7 | transition: 0s !important; 8 | -webkit-box-shadow: none !important; 9 | box-shadow: none !important; 10 | } 11 | 12 | /* ===== CREDITS ===== 13 | /* Shiina♪#9670 14 | /* DISCORD: https://discord.gg/UZvkvkh 15 | /* GITHUB: https://github.com/AikoMidori/ 16 | /* ------------------------------------------------------------------------------------------- 17 | /* © 2021 All Rights Reserved. Created by Shiina♪ 18 | /**/ -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/BackupSelectOptionsPage.res: -------------------------------------------------------------------------------- 1 | "steam/cached/BackupSelectOptionsPage.res" 2 | { 3 | layout 4 | { 5 | place { control=Label5 y=16 width=max } 6 | place { start=Label5 control=Label2 y=16 width=max dir=down } 7 | 8 | place { start=Label2 control=ArchiveName y=6 width=max dir=down } 9 | place { start=ArchiveName control=Label1 y=6 height=24 dir=down } 10 | 11 | place { start=Label1 control=CustomFileSizeEntry x=6 width=140 height=24 } 12 | place { start=CustomFileSizeEntry control=CustomFileSizeLabel x=2 height=24 } 13 | place { start=Label1 control=SizeCombo align=right } 14 | 15 | place { start=Label1 control=Label4 y=6 dir=down } 16 | place { start=Label4 control=Label3 x=6 y=12 } 17 | } 18 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/contentmanagmentdialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/contentmanagmentdialog.res" 2 | { 3 | styles 4 | { 5 | ListPanelColumnHeader 6 | { 7 | padding-left=4 8 | } 9 | ListPanel 10 | { 11 | padding-left=8 12 | } 13 | } 14 | 15 | layout 16 | { 17 | place { control="frame_captiongrip" width=max height=75 } 18 | 19 | place { control="Label1" x=16 y=40 width=max margin-right=8 } 20 | region { name="bottom" align=bottom height=44 margin=8 } 21 | place { control="InstallFoldersList" width=max height=max margin-top=76 margin-bottom=44 } 22 | place { control="AddFolderButton" region="bottom" height=28 align=left } 23 | place { control="CloseButton" region="bottom" spacing=6 width=84 height=28 align=right } 24 | } 25 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/streamingprogress.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/streamingprogress.layout" 2 | { 3 | controls 4 | { 5 | ProgressLabel { controlname="Label" labeltext="#SteamUI_StreamLaunch_RemoteStart" wrap=1 } 6 | ThrobberThrobberThrobber { controlname="ThrobberImagePanel" } 7 | } 8 | colors 9 | { 10 | } 11 | styles 12 | { 13 | highlight 14 | { 15 | textcolor=White 16 | } 17 | } 18 | layout 19 | { 20 | region { name=box margin-top=40 margin-bottom=20 margin-left=20 margin-right=20 width=max height=max } 21 | 22 | place { controls="ProgressLabel" region=box margin-top=15 dir=down align=left width=320 } 23 | place { controls="ThrobberThrobberThrobber" region=box start=ProgressLabel dir=right align=left margin-top=0 margin-left=0 } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/SettingsSubDownloads.res: -------------------------------------------------------------------------------- 1 | "steam/cached/SettingsSubDownloads.res" 2 | { 3 | layout 4 | { 5 | //Internet Connection 6 | place { control="Label4,InternetSpeed,PingRateLabel,PingRateCombo,Label5,DownloadRegionCombo" width=310 y=60 x=8 margin-right=8 margin-top=0 margin-bottom=8 dir=down spacing=8 } 7 | //Steam Cloud 8 | place { control="Label8,EnableCloudCheck,EnableScreenshotsCheck" start=DownloadRegionCombo width=max y=36 margin-top=24 margin-right=8 margin-bottom=8 dir=down spacing=8 } 9 | //Steam Library Folders 10 | place { control="ManageInstalledAppsButton" start=EnableScreenshotsCheck align=left dir=down width=168 height=28 y=8 } 11 | //Hidden 12 | place { control=Label3,RegionInfoLabel,PingRateInfo,Divider1,Divider2,Label7 width=1 align=right } 13 | } 14 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/broadcast_chatbanner.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/broadcast_chatbanner.layout" 2 | { 3 | controls 4 | { 5 | ChatLine0 { controlname=RichText style=ChatTextLine } 6 | ChatLine1 { controlname=RichText style=ChatTextLine } 7 | ChatLine2 { controlname=RichText style=ChatTextLine } 8 | ChatLine3 { controlname=RichText style=ChatTextLine } 9 | ChatLine4 { controlname=RichText style=ChatTextLine } 10 | ChatLine5 { controlname=RichText style=ChatTextLine } 11 | } 12 | 13 | colors 14 | { 15 | ChatTextLineBG = "0 0 0 80" 16 | } 17 | 18 | styles 19 | { 20 | ChatTextLine 21 | { 22 | render 23 | { 24 | // nothing 25 | } 26 | 27 | render_bg 28 | { 29 | 0="fill( x0, y0, x1, y1, ChatTextLineBG )" 30 | } 31 | } 32 | } 33 | 34 | // layout is done in code 35 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/overlay_friendchangeconfirmationdialog.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/overlay_friendchangeconfirmationdialog.layout" 2 | { 3 | controls 4 | { 5 | ConfirmButton { controlname="Button" labeltext="#Overlay_FriendChangeConfirmation_Confirm" } 6 | CancelButton { controlname="Button" labeltext="#Overlay_FriendChangeConfirmation_Cancel" } 7 | 8 | ReasonLabel { controlname="Label" labeltext="" wrap=1 } 9 | } 10 | 11 | layout 12 | { 13 | region { name="main" width=500 height=250 margin-top=40 margin-left=15 margin-right=15 } 14 | region { name="buttons" align="bottom" width="max" height=34 margin-right=10 margin-top=5 } 15 | 16 | place { control=ConfirmButton,CancelButton region=buttons dir=left align=right spacing=10 } 17 | 18 | place { control=ReasonLabel region=main dir=down spacing=15 width=max } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/gamespage_details_gametitleheader.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/gamespage_details_gametitleheader.layout" 2 | { 3 | controls 4 | { 5 | gametitlelabel { controlname="Label" style="headertextlarge" labeltext="" } 6 | iconimage { controlname="ImagePanel" style="gameicon" } 7 | } 8 | 9 | colors 10 | { 11 | GameDetailsTitleHeader.HorizontalSpacing=8 12 | } 13 | 14 | styles 15 | { 16 | CDetailsGameTitleHeaderPanel 17 | { 18 | bgcolor="none" 19 | } 20 | headertextlarge 21 | { 22 | textcolor=titleGame 23 | font-family=light 24 | font-weight=100 25 | bgcolor=bgTitleGame 26 | padding-bottom=3 27 | padding-left=2 28 | padding-right=4 29 | } 30 | } 31 | 32 | layout 33 | { 34 | place { control=iconimage,gametitlelabel align=left-center spacing=10 } 35 | } 36 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/friendpanel_rightaligned.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/friendpanel_compact.layout" 2 | { 3 | controls 4 | { 5 | MenuButton { style=menuButtonStyle } 6 | AvatarOverlayImage { zpos=2 } 7 | } 8 | styles 9 | { 10 | menuButtonStyle 11 | { 12 | bgcolor="none" 13 | textcolor="none" 14 | } 15 | CFriendPanel:hover 16 | { 17 | render {} 18 | } 19 | "CSteamRootDialog CAvatarOverlayImage" 20 | { 21 | inset-top=38 22 | } 23 | } 24 | 25 | // custom layout 26 | layout 27 | { 28 | place { control="AvatarOverlayImage" width=46 height=46 align=right } 29 | place { control="AvatarImage" width=46 height=46 align=right } 30 | //Hidden 31 | place { control="MenuButton,NameLabel,FriendsNameInstanceLabel,ClanStatusImage,StatusLabel,GameLabel,ControlPanelLink" width=1 } 32 | } 33 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/broadcastview.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/broadcastview.layout" 2 | { 3 | controls 4 | { 5 | closebutton { ControlName="Button" style="CloseButtonStyle" command="CloseBroadcastView" } 6 | } 7 | 8 | styles 9 | { 10 | CloseButtonStyle 11 | { 12 | bgcolor="none" 13 | image="graphics/broadcast/icon_close_default" 14 | render_bg {} 15 | inset="-6 0 0 0" 16 | padding-left=0 17 | padding-right=0 18 | } 19 | 20 | CloseButtonStyle:Hover 21 | { 22 | bgcolor="none" 23 | image="graphics/broadcast/icon_close_hover" 24 | } 25 | } 26 | 27 | layout 28 | { 29 | place { control=clickpanel width=max height=max margin-top=0 margin-left=0 margin-right=0 margin-bottom=0 } 30 | place { control=closebutton width=17 height=17 margin-top=2 margin-left=0 margin-right=4 margin-bottom=0 align=right } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/JoinGameDialogExpanded.res: -------------------------------------------------------------------------------- 1 | "steam/cached/JoinGameDialogExpanded.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | font-family=light 8 | font-weight=300 9 | textcolor=white 10 | font-size=32 11 | } 12 | } 13 | layout 14 | { 15 | region { name=top margin=16 margin-top=42 } 16 | 17 | //Installation 18 | place { region=top control=ReadyToPlayInfoLabel,InfoLabel,Progress,ReadyToPlayTimeLabel,AutoLaunchCheckBox y=8 spacing=8 dir=down } 19 | 20 | //Footer 21 | region { name=bottom align=bottom height=44 margin=8 } 22 | place { region=bottom control=Button1 height=28 align=left } 23 | place { region=bottom control=PlayButton,CloseButton height=28 spacing=8 align=right } 24 | 25 | //Hidden 26 | place { control=ContentHostingLabel,BannerAd,ThrobberThrobberThrobber width=1 align=right } 27 | } 28 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/setjumplistoptions.res: -------------------------------------------------------------------------------- 1 | "steam/cached/SetJumplistOptions.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | textcolor=white 8 | font-family=semibold 9 | font-style=uppercase 10 | bgcolor="none" 11 | } 12 | } 13 | 14 | layout 15 | { 16 | place { control="Label1,ShowOnlineStatus,ShowAwayStatus,ShowInvisibleStatus,ShowBusyStatus,ShowAppearOfflineStatus,Label2,ShowStore,ShowCommunity,ShowFriendActivity,ShowMyGames,ShowServers,ShowMusicPlayer,ShowNews,ShowSettings,ShowScreenshots,ShowBigPicture,ShowFriends,ShowVR,ShowExit" dir=down width=max x=16 y=46 spacing=1 } 17 | region { name="bottom" align=bottom height=44 margin=8 } 18 | place { control="OKButton,CancelButton" region=bottom align=right width=84 height=28 spacing=8 } 19 | //Hidden 20 | place { control=Divider1,Divider2 width=1 align=right } 21 | } 22 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/editfriendsgroups.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/editfriendsgroups.layout" 2 | { 3 | controls 4 | { 5 | Description {controlname=Label labelText="#friends_group_edit_categories" wrap=1 } 6 | TextEntry { controlname=TextEntry tabposition=1 maxchars=32 unicode=1 } 7 | AddTagButton { controlname=Button style="button" tabposition=2 default=1 } 8 | } 9 | layout 10 | { 11 | region { name="main" x=16 y=4 width=max height=max margin-bottom=0 } 12 | place { control="TagChecks" x=8 y=50 width=max height=150 margin-top=8 margin-right=8 } 13 | place { start="TagChecks" control="TextEntry" y=6 height=28 width=max end-right=AddTagButton dir=down margin-right=8 } 14 | place { start="TextEntry" control="AddTagButton" height=28 width=96 align=right margin-right=8 } 15 | place { start="TextEntry" control="Description" y=6 width=max margin-right=8 dir=down } 16 | } 17 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/gamespage_details_turnnotifications_item.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/gamespage_details_cloud_file.layout" 2 | { 3 | controls 4 | { 5 | title { controlname="Label" style="titlestyle" } 6 | message { controlname="Label" style="messagestyle" } 7 | launchsession { controlname="Button" labelText="#Steam_TurnNotifications_LaunchSession" } 8 | } 9 | 10 | styles 11 | { 12 | titlestyle 13 | { 14 | } 15 | messagestyle 16 | { 17 | } 18 | turnnotification_odd 19 | { 20 | } 21 | turnnotification_even 22 | { 23 | bgcolor="10 36 56 175" 24 | } 25 | } 26 | layout 27 | { 28 | region { name=column1 margin=0 x=0 y=0 width=max } 29 | place { region=column1 control=title,message dir=down x=0 y=3 spacing=4 width=max height=14 } 30 | place { region=column1 control=launchsession x=0 y=13 align=right height=14 margin-right=7 } 31 | } 32 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gameproperties_shortcuts.res: -------------------------------------------------------------------------------- 1 | "steam/cached/gameproperties_shortcuts.res" 2 | { 3 | styles 4 | { 5 | Label 6 | { 7 | font-family=semilight 8 | font-size=28 9 | textcolor=white 10 | } 11 | } 12 | layout 13 | { 14 | place { control=IconPlaceholder x=8 y=20 height=28 } 15 | place { start=IconPlaceholder control=Name,Button1 x=40 height=28 spacing=6 } 16 | 17 | //Target 18 | place { control=Label2 x=8 y=100 height=28 } 19 | place { start=Label2 control=Target x=5 y=4 height=28 } 20 | 21 | //Start In 22 | place { control=Label3 x=8 y=150 height=28 } 23 | place { start=Label3 control=StartIn x=5 y=4 height=28 } 24 | 25 | place { control=LaunchOptionsButton,FindTarget x=8 y=200 height=28 spacing=6 } 26 | place { start=LaunchOptionsButton control=EnableDesktopGameTheater,IsVRShortcut y=3 dir=down width=max margin-right=8 } 27 | } 28 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/edittagspage.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/edittagspage.layout" 2 | { 3 | controls 4 | { 5 | Description {controlname=Label labelText="#steam_client_edit_categories" wrap=1 } 6 | TextEntry { controlname=TextEntry tabposition=1 maxchars=32 unicode=1 } 7 | AddTagButton { controlname=Button style="button" tabposition=2 default=1 } 8 | } 9 | layout 10 | { 11 | place { control="TagChecks" x=8 y=50 width=max height=150 margin-top=8 margin-right=8 } 12 | place { start="TagChecks" control="TextEntry" y=6 width=max height=28 end-right=AddTagButton dir=down margin-right=8 } 13 | place { start="TextEntry" control="AddTagButton" width=96 height=28 align=right margin-right=8 } 14 | place { start=TextEntry control="HideButton" y=8 height=28 width=max dir=down margin-right=8 } 15 | place { start="HideButton" control="Description" width=max dir=down margin-right=8 } 16 | } 17 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # Windows shortcuts 18 | *.lnk 19 | 20 | # Photoshop 21 | *.psd 22 | 23 | # ========================= 24 | # Operating System Files 25 | # ========================= 26 | 27 | # OSX 28 | # ========================= 29 | 30 | .DS_Store 31 | .AppleDouble 32 | .LSOverride 33 | 34 | # Thumbnails 35 | ._* 36 | 37 | # Files that might appear in the root of a volume 38 | .DocumentRevisions-V100 39 | .fseventsd 40 | .Spotlight-V100 41 | .TemporaryItems 42 | .Trashes 43 | .VolumeIcon.icns 44 | 45 | # Directories potentially created on remote AFP share 46 | .AppleDB 47 | .AppleDesktop 48 | Network Trash Folder 49 | Temporary Items 50 | .apdisk 51 | latest 52 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/overlay_news_item.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/overlay_news_item.layout" 2 | { 3 | controls 4 | { 5 | newsitem_title { controlname="URLLabel" style="title_label" } 6 | newsitem_dateandauthor { controlname="Label" style="date_and_author" } 7 | } 8 | colors 9 | { 10 | } 11 | styles 12 | { 13 | title_label 14 | { 15 | textcolor=overlay_titleNewsPanel 16 | bgcolor=overlay_bgTitleNewsPanel 17 | font-family=basefont 18 | font-style="normal" 19 | } 20 | title_label:hover 21 | { 22 | textcolor=overlay_titleNewsPanel_a 23 | font-style="underline" 24 | } 25 | 26 | date_and_author 27 | { 28 | textcolor=overlay_authorNewsPanel 29 | font-size=14 30 | } 31 | } 32 | 33 | layout 34 | { 35 | region { name=body width=max } 36 | place { region=body controls=newsitem_title,newsitem_dateandauthor dir=down spacing=2 } 37 | } 38 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/SettingsSubOverlay.res: -------------------------------------------------------------------------------- 1 | "steam/cached/SettingsSubOverlay.res" 2 | { 3 | layout 4 | { 5 | //Steam Community 6 | place { control=Label2,EnableOverlayCheck x=8 y=60 width=max spacing=8 dir=down } 7 | //Press Shortcut Keys 8 | place { start=EnableOverlayCheck control=Label1,HotKeySelector y=8 width=180 spacing=8 dir=down } 9 | //Screenshots 10 | place { y=36 margin-top=24 width=300 start=HotKeySelector control=ScreenshotLabel,ScreenshotHotKeySelector,ScreenshotNotifyCheck,ScreenshotPlaySoundCheck,ScreenshotSaveUncompressedCheck spacing=8 dir=down } 11 | place { control=SetScreenshotFolderButton start=ScreenshotSaveUncompressedCheck y=8 height=28 dir=down } 12 | //Browser 13 | place { x=324 y=36 margin-top=24 width=180 start=HotKeySelector control=OverlayHomePageLabel,OverlayHomePage spacing=8 dir=down } 14 | //Hidden 15 | place { control=ScreenshotActionLabel width=1 align=right } 16 | } 17 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/gameproperties_betas.res: -------------------------------------------------------------------------------- 1 | "steam/cached/gameproperties_betas.res" 2 | { 3 | styles 4 | { 5 | CSubGamePropertiesBetasPage 6 | { 7 | bgcolor=ClientBG 8 | render_bg 9 | { 10 | 0="image(x0+16,y0+24,x1,y1, graphics/metro/labels/gameproperties/betas)" 11 | } 12 | } 13 | } 14 | 15 | layout 16 | { 17 | place { control="GamePropertiesBetas" width=max } 18 | place { control="Label1" x=16 y=36 margin-top=24 width=max margin-right=8 } 19 | place { start="Label1" control="UpdateCombo" y=6 width=290 dir=down } 20 | place { start="UpdateCombo" control="PasswordLabel" y=6 width=max dir=down margin-right=8 } 21 | place { start="PasswordLabel" control="PasswordEntry" y=6 width=290 dir=down } 22 | place { control="CheckPasswordButton" start=PasswordEntry y=6 width=106 dir=down spacing=6 } 23 | place { control="BetaResultsLabel" start=CheckPasswordButton y=6 width=max dir=down spacing=6 margin-right=8 } 24 | } 25 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/screenshotspage_list.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/screenshotspage_list.layout" 2 | { 3 | 4 | controls 5 | { 6 | GameNameLabel { controlname="Label" labeltext="#Steam_Screenshots_GameName" style="titlelabel" } 7 | ShowOnDiskButton { controlname="URLLabel" labeltext="#Steam_Screenshots_ShowOnDisk" command="ShowOnDisk" } 8 | ShowOnlineButton { controlname="URLLabel" labeltext="#Steam_Screenshots_ShowOnline" command="ShowOnline"} 9 | } 10 | 11 | styles 12 | { 13 | titlelabel 14 | { 15 | font-size=36 16 | font-family=light 17 | textcolor=White 18 | } 19 | } 20 | 21 | layout 22 | { 23 | region { name="body" width=max overflow=scroll-vertical } 24 | place { control=GameNameLabel region=body margin-left=8 height=40 y=8 } 25 | place { control=ShowOnDiskButton,ShowOnlineButton region=body start=GameNameLabel x=16 spacing=8 height=40 } 26 | place { region=body y=40 control=*SectionPanel dir=down width=max margin-left=8 } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /skins/Metro for Steam/steam/cached/cloudsyncwarningdialog.res: -------------------------------------------------------------------------------- 1 | "steam/cached/cloudsyncwarningdialog.res" 2 | { 3 | styles 4 | { 5 | CSyncFailureDialog 6 | { 7 | bgcolor=ClientBG 8 | render_bg 9 | { 10 | 0="image(x0+38,y0+44,x1,y1, graphics/cloudsync)" 11 | 1="fill( x0, y1-44, x1, y1-43, frameBorder )" 12 | 2="fill( x0, y1-43, x1, y1, Header_Dark )" 13 | } 14 | } 15 | } 16 | layout 17 | { 18 | //Padding 19 | region { name=top margin=38 margin-top=0 } 20 | 21 | //Image and URL 22 | place { region=top control=ImagePanel1 width=max height=40 y=62 margin-top=24 dir=right } 23 | 24 | //Info 25 | place { region=top start=ImagePanel1 control=Label3 y=24 margin-top=-6 width=max dir=down } 26 | 27 | //Footer 28 | region { name=bottom align=bottom height=44 margin=8 } 29 | place { region=bottom control=ContinueButton,CancelButton height=28 spacing=8 align=right } 30 | 31 | //Hidden 32 | place { control=Label1,Divider1 width=1 align=right } 33 | } 34 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/chattitlepanel.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/chattitlepanel.layout" 2 | { 3 | controls 4 | { 5 | "AvatarImage" { ControlName="ImagePanel" } 6 | "NameLabel" { ControlName="Label" } 7 | "StatusLabel" { ControlName="Label" style="statuslabel" } 8 | "LockImage" { ControlName="ImagePanel" } 9 | "MenuButton" { ControlName= "CChatTitlePanelAffordance" style="menuButtonStyle"} 10 | } 11 | styles 12 | { 13 | statuslabel 14 | { 15 | font-size="14" 16 | } 17 | menuButtonStyle 18 | { 19 | minimum-width=14 20 | padding-top=3 21 | padding-bottom=4 22 | padding-right=5 23 | padding-left=6 24 | } 25 | } 26 | layout 27 | { 28 | place { control="AvatarImage" x=2 y=2 width=44 height=44 } 29 | 30 | //1st Row 31 | place { control="NameLabel" x=50 y=4 margin-right=8 } 32 | place { control="MenuButton" start=NameLabel x=1 y=1 } 33 | place { start=MenuButton control="LockImage" x=4 y=3 } 34 | 35 | //2nd Row 36 | place { control="StatusLabel" x=50 y=24 } 37 | } 38 | } -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/subpaneloptionscloud.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/subpaneloptionscloud.layout" 2 | { 3 | controls 4 | { 5 | EnableCloudCheck 6 | { 7 | controlname=button 8 | labeltext="#Steam_EnableCloud" 9 | wrap=1 10 | } 11 | 12 | EnableScreenshotsCheck 13 | { 14 | controlname=button 15 | labeltext="#Steam_EnableCloudScreenshots" 16 | wrap=1 17 | } 18 | 19 | SteamCloudInfo 20 | { 21 | controlname=label 22 | labeltext="#Steam_CloudInfo" 23 | wrap=1 24 | } 25 | } 26 | 27 | colors 28 | { 29 | 30 | } 31 | 32 | styles 33 | { 34 | CSubPanelOptionsCloud 35 | { 36 | render_bg 37 | { 38 | 0="image(x0+16,y0+8,x1,y1, graphics/metro/labels/settings/steamcloud)" 39 | } 40 | } 41 | } 42 | 43 | layout 44 | { 45 | region { name=box margin-left=16 margin-right=16 } 46 | 47 | //Internet Connection 48 | place { region=box control="SteamCloudInfo,EnableCloudCheck,EnableScreenshotsCheck" width=max y=36 dir=down } 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/subpaneloptionscontroller.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/subpaneloptionscontroller.layout" 2 | { 3 | 4 | colors 5 | { 6 | } 7 | styles 8 | { 9 | checkbox 10 | { 11 | padding-top=0 12 | padding-bottom=0 13 | } 14 | } 15 | layout 16 | { 17 | region { name=box margin-left=16 margin-right=16 } 18 | 19 | place { region=box controls=TitleLabel,DescriptionLabel dir=down width=max spacing=6 } 20 | place { region=box start=DescriptionLabel controls=GeneralSettingsButton height=28 width=240 dir=down margin-top=15 } 21 | 22 | place { region=box start=GeneralSettingsButton controls=Divider1,DescriptionBindingLabel dir=down margin-top=15 width=max spacing=6 } 23 | place { region=box start=DescriptionBindingLabel controls=BigPictureConfigButton,DesktopConfigButton,GuideConfigButton height=28 width=240 dir=down margin-top=15 spacing=6 } 24 | place { region=box start=GuideConfigButton controls=Divider2,DisableNotificationsCheckbox,DisableDualSenseUpdatesCheckbox dir=down margin-top=15 width=max spacing=6 } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /skins/Metro for Steam/resource/layout/gamespage_details_rental.layout: -------------------------------------------------------------------------------- 1 | "resource/layout/gamespage_details_rental.layout" 2 | { 3 | controls 4 | { 5 | rentaldetails { controlname="CGamesPage_Details_Rental" style="nonsteamdetails" } 6 | headerlabel { controlname="Label" style="gamedetails-headerlabel" labeltext="#Steam_Rental_Title" } 7 | bodybasic { controlname="RichText" style="bodycontent" } 8 | } 9 | 10 | colors 11 | { 12 | RichText.InsetX "0" 13 | RichText.InsetY "3" 14 | GameDetailsWelcome.ExtraVerticalSpacing "52" 15 | GameDetailsWelcome.WelcomeTextSpacing "0" 16 | } 17 | 18 | styles 19 | { 20 | nonsteamdetails 21 | { 22 | bgcolor=black45 23 | } 24 | bodycontent 25 | { 26 | textcolor="White" 27 | selectedtextcolor="White" 28 | font-size=15 29 | render_bg {} 30 | } 31 | } 32 | 33 | layout 34 | { 35 | region { name=body margin=10 width=max height=max } 36 | place { region=body control=headerlabel width=max } 37 | place { region=body y=26 control=bodybasic dir=down width=max spacing=2 } 38 | } 39 | } --------------------------------------------------------------------------------