├── README.md ├── Xdefaults ├── Xresources ├── bg.jpg ├── compton.conf ├── config ├── bspwm │ └── bspwmrc ├── dunst │ └── dunstrc ├── nvim │ ├── bundle │ │ └── .neobundle │ │ │ ├── after │ │ │ └── ftdetect │ │ │ │ └── after │ │ │ │ └── ftdetect.vim │ │ │ ├── doc │ │ │ ├── NERDTree.txt │ │ │ ├── airline-themes.txt │ │ │ ├── airline.txt │ │ │ ├── neobundle.txt │ │ │ ├── tags │ │ │ └── youcompleteme.txt │ │ │ ├── ftdetect │ │ │ └── ftdetect.vim │ │ │ ├── install_info │ │ │ └── tags_info │ ├── colors │ │ └── moonscape.vim │ ├── ftdetect │ │ └── gdscript.vim │ ├── indent │ │ └── gdscript.vim │ ├── init.vim │ └── syntax │ │ └── gdscript.vim ├── polybar │ ├── config │ ├── launch.sh │ └── weather ├── ranger │ └── rc.conf ├── sxhkd │ └── sxhkdrc └── vis │ ├── colors │ └── basic_colors │ └── config ├── mintfetch ├── ncmpcpp └── config ├── oh-my-zsh └── minimal.zsh-theme ├── screenshots ├── alttab_rofi.png ├── chromium_vimperator_telegram.png ├── dropdown.png ├── ncmpcpp_vis.png ├── nvim.png ├── rofi.png ├── tmux_ranger.png ├── tmux_shell.png ├── tmux_youtube.png └── youtube_mpv.png ├── steam └── Air-for-Steam-2017-0604 │ ├── +Extras │ ├── Fonts │ │ ├── Roboto Condensed-Regular.ttf │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Italic.ttf │ │ ├── Roboto-Medium.ttf │ │ └── Roboto-Regular.ttf │ ├── Square Avatars │ │ ├── Blue │ │ │ ├── avatarBorderInGame.tga │ │ │ ├── avatarBorderNotification.tga │ │ │ ├── avatarBorderOffline.tga │ │ │ ├── avatarBorderOnline.tga │ │ │ └── avatarBorderOverlay.tga │ │ ├── Dark │ │ │ ├── avatarBorderInGame.tga │ │ │ ├── avatarBorderNotification.tga │ │ │ ├── avatarBorderOffline.tga │ │ │ ├── avatarBorderOnline.tga │ │ │ └── avatarBorderOverlay.tga │ │ └── Light │ │ │ ├── avatarBorderInGame.tga │ │ │ ├── avatarBorderNotification.tga │ │ │ ├── avatarBorderOffline.tga │ │ │ ├── avatarBorderOnline.tga │ │ │ └── avatarBorderOverlay.tga │ └── Themes │ │ ├── Blue │ │ ├── Friends │ │ │ ├── loop_1.tga │ │ │ ├── loop_2.tga │ │ │ ├── loop_3.tga │ │ │ ├── loop_4.tga │ │ │ ├── loop_5.tga │ │ │ ├── loop_6.tga │ │ │ ├── loop_7.tga │ │ │ └── loop_8.tga │ │ ├── Graphics │ │ │ ├── active │ │ │ │ ├── downloads │ │ │ │ │ ├── remove.tga │ │ │ │ │ └── top.tga │ │ │ │ ├── music │ │ │ │ │ ├── back.tga │ │ │ │ │ ├── fwd.tga │ │ │ │ │ ├── mute.tga │ │ │ │ │ ├── pause.tga │ │ │ │ │ ├── play.tga │ │ │ │ │ ├── player.tga │ │ │ │ │ ├── repeat.tga │ │ │ │ │ ├── repeat_enabled.tga │ │ │ │ │ ├── repeatone_enabled.tga │ │ │ │ │ ├── shuffle.tga │ │ │ │ │ ├── shuffle_enabled.tga │ │ │ │ │ └── volume.tga │ │ │ │ └── switches │ │ │ │ │ ├── chkSelDis.tga │ │ │ │ │ ├── chkSelStd.tga │ │ │ │ │ ├── chkUnselDis.tga │ │ │ │ │ ├── chkUnselStd.tga │ │ │ │ │ ├── radSelStd.tga │ │ │ │ │ └── radUnselStd.tga │ │ │ ├── avatarBorderInGame.tga │ │ │ ├── avatarBorderNotificationDesktop.tga │ │ │ ├── avatarBorderNotificationOverlay.tga │ │ │ ├── avatarBorderOffline.tga │ │ │ ├── avatarBorderOnline.tga │ │ │ ├── avatarBorderOverlay.tga │ │ │ ├── chk_menu_item.tga │ │ │ ├── icon_officerStar.tga │ │ │ ├── inactive │ │ │ │ ├── air_splash.tga │ │ │ │ ├── emoticon.tga │ │ │ │ ├── emoticon_hover.tga │ │ │ │ ├── expand_less.tga │ │ │ │ ├── expand_more.tga │ │ │ │ ├── favorite.tga │ │ │ │ ├── favorite_outline.tga │ │ │ │ ├── gear.tga │ │ │ │ ├── gear_hover.tga │ │ │ │ ├── more_vert.tga │ │ │ │ ├── more_vert_hover.tga │ │ │ │ └── scroll │ │ │ │ │ ├── scroll_down.tga │ │ │ │ │ ├── scroll_down_hover.tga │ │ │ │ │ ├── scroll_left.tga │ │ │ │ │ ├── scroll_left_hover.tga │ │ │ │ │ ├── scroll_right.tga │ │ │ │ │ ├── scroll_right_hover.tga │ │ │ │ │ ├── scroll_up.tga │ │ │ │ │ └── scroll_up_hover.tga │ │ │ ├── material │ │ │ │ └── download.tga │ │ │ ├── minithrobber01.tga │ │ │ ├── minithrobber02.tga │ │ │ ├── minithrobber03.tga │ │ │ ├── minithrobber04.tga │ │ │ ├── minithrobber05.tga │ │ │ ├── minithrobber06.tga │ │ │ ├── minithrobber07.tga │ │ │ ├── minithrobber08.tga │ │ │ ├── minithrobber09.tga │ │ │ ├── minithrobber10.tga │ │ │ ├── minithrobber11.tga │ │ │ ├── minithrobber12.tga │ │ │ └── secondary │ │ │ │ ├── caret_down.tga │ │ │ │ ├── caret_left.tga │ │ │ │ ├── caret_right.tga │ │ │ │ ├── caret_up.tga │ │ │ │ └── controls │ │ │ │ ├── mac_close.tga │ │ │ │ ├── mac_close_hover.tga │ │ │ │ ├── mac_max.tga │ │ │ │ ├── mac_max_hover.tga │ │ │ │ ├── mac_min.tga │ │ │ │ ├── mac_min_hover.tga │ │ │ │ ├── mac_restore.tga │ │ │ │ ├── mac_restore_hover.tga │ │ │ │ ├── win_close.tga │ │ │ │ ├── win_close_hover.tga │ │ │ │ ├── win_max.tga │ │ │ │ ├── win_max_hover.tga │ │ │ │ ├── win_min.tga │ │ │ │ ├── win_min_hover.tga │ │ │ │ ├── win_restore.tga │ │ │ │ └── win_restore_hover.tga │ │ ├── Resource │ │ │ ├── colors │ │ │ │ ├── deeppurple.styles │ │ │ │ ├── steamblue.styles │ │ │ │ └── truffle.styles │ │ │ ├── icon_clear_field.tga │ │ │ ├── icon_clear_field_hover.tga │ │ │ ├── mic_meter_live.tga │ │ │ ├── styles │ │ │ │ └── gameoverlay.styles │ │ │ └── webkit.css │ │ └── Steam │ │ │ └── cached │ │ │ ├── gridview_placeholder_0.tga │ │ │ ├── gridview_placeholder_1.tga │ │ │ ├── gridview_placeholder_2.tga │ │ │ ├── gridview_placeholder_3.tga │ │ │ ├── icon_cloud_conflict.tga │ │ │ ├── icon_cloud_disabled.tga │ │ │ ├── icon_cloud_dunno.tga │ │ │ ├── icon_cloud_outofsync.tga │ │ │ ├── icon_cloud_synced.tga │ │ │ ├── icon_cloud_syncing.tga │ │ │ ├── listview_placeholder0.tga │ │ │ ├── listview_placeholder1.tga │ │ │ ├── listview_placeholder2.tga │ │ │ └── listview_placeholder3.tga │ │ ├── Dark │ │ ├── Friends │ │ │ ├── loop_1.tga │ │ │ ├── loop_2.tga │ │ │ ├── loop_3.tga │ │ │ ├── loop_4.tga │ │ │ ├── loop_5.tga │ │ │ ├── loop_6.tga │ │ │ ├── loop_7.tga │ │ │ └── loop_8.tga │ │ ├── Graphics │ │ │ ├── active │ │ │ │ ├── downloads │ │ │ │ │ ├── remove.tga │ │ │ │ │ └── top.tga │ │ │ │ ├── music │ │ │ │ │ ├── back.tga │ │ │ │ │ ├── fwd.tga │ │ │ │ │ ├── mute.tga │ │ │ │ │ ├── pause.tga │ │ │ │ │ ├── play.tga │ │ │ │ │ ├── player.tga │ │ │ │ │ ├── repeat.tga │ │ │ │ │ ├── repeat_enabled.tga │ │ │ │ │ ├── repeatone_enabled.tga │ │ │ │ │ ├── shuffle.tga │ │ │ │ │ ├── shuffle_enabled.tga │ │ │ │ │ └── volume.tga │ │ │ │ └── switches │ │ │ │ │ ├── chkSelDis.tga │ │ │ │ │ ├── chkSelStd.tga │ │ │ │ │ ├── chkUnselDis.tga │ │ │ │ │ ├── chkUnselStd.tga │ │ │ │ │ ├── radSelStd.tga │ │ │ │ │ └── radUnselStd.tga │ │ │ ├── avatarBorderInGame.tga │ │ │ ├── avatarBorderNotificationDesktop.tga │ │ │ ├── avatarBorderNotificationOverlay.tga │ │ │ ├── avatarBorderOffline.tga │ │ │ ├── avatarBorderOnline.tga │ │ │ ├── avatarBorderOverlay.tga │ │ │ ├── chk_menu_item.tga │ │ │ ├── icon_officerStar.tga │ │ │ ├── inactive │ │ │ │ ├── air_splash.tga │ │ │ │ ├── emoticon.tga │ │ │ │ ├── emoticon_hover.tga │ │ │ │ ├── expand_less.tga │ │ │ │ ├── expand_more.tga │ │ │ │ ├── favorite.tga │ │ │ │ ├── favorite_outline.tga │ │ │ │ ├── gear.tga │ │ │ │ ├── gear_hover.tga │ │ │ │ ├── more_vert.tga │ │ │ │ ├── more_vert_hover.tga │ │ │ │ └── scroll │ │ │ │ │ ├── scroll_down.tga │ │ │ │ │ ├── scroll_down_hover.tga │ │ │ │ │ ├── scroll_left.tga │ │ │ │ │ ├── scroll_left_hover.tga │ │ │ │ │ ├── scroll_right.tga │ │ │ │ │ ├── scroll_right_hover.tga │ │ │ │ │ ├── scroll_up.tga │ │ │ │ │ └── scroll_up_hover.tga │ │ │ ├── material │ │ │ │ └── download.tga │ │ │ ├── minithrobber01.tga │ │ │ ├── minithrobber02.tga │ │ │ ├── minithrobber03.tga │ │ │ ├── minithrobber04.tga │ │ │ ├── minithrobber05.tga │ │ │ ├── minithrobber06.tga │ │ │ ├── minithrobber07.tga │ │ │ ├── minithrobber08.tga │ │ │ ├── minithrobber09.tga │ │ │ ├── minithrobber10.tga │ │ │ ├── minithrobber11.tga │ │ │ ├── minithrobber12.tga │ │ │ └── secondary │ │ │ │ ├── caret_down.tga │ │ │ │ ├── caret_left.tga │ │ │ │ ├── caret_right.tga │ │ │ │ ├── caret_up.tga │ │ │ │ └── controls │ │ │ │ ├── mac_close.tga │ │ │ │ ├── mac_close_hover.tga │ │ │ │ ├── mac_max.tga │ │ │ │ ├── mac_max_hover.tga │ │ │ │ ├── mac_min.tga │ │ │ │ ├── mac_min_hover.tga │ │ │ │ ├── mac_restore.tga │ │ │ │ ├── mac_restore_hover.tga │ │ │ │ ├── win_close.tga │ │ │ │ ├── win_close_hover.tga │ │ │ │ ├── win_max.tga │ │ │ │ ├── win_max_hover.tga │ │ │ │ ├── win_min.tga │ │ │ │ ├── win_min_hover.tga │ │ │ │ ├── win_restore.tga │ │ │ │ └── win_restore_hover.tga │ │ ├── Resource │ │ │ ├── colors │ │ │ │ ├── deeppurple.styles │ │ │ │ ├── steamblue.styles │ │ │ │ └── truffle.styles │ │ │ ├── icon_clear_field.tga │ │ │ ├── icon_clear_field_hover.tga │ │ │ ├── mic_meter_live.tga │ │ │ ├── styles │ │ │ │ └── gameoverlay.styles │ │ │ └── webkit.css │ │ └── Steam │ │ │ └── cached │ │ │ ├── gridview_placeholder_0.tga │ │ │ ├── gridview_placeholder_1.tga │ │ │ ├── gridview_placeholder_2.tga │ │ │ ├── gridview_placeholder_3.tga │ │ │ ├── icon_cloud_conflict.tga │ │ │ ├── icon_cloud_disabled.tga │ │ │ ├── icon_cloud_dunno.tga │ │ │ ├── icon_cloud_outofsync.tga │ │ │ ├── icon_cloud_synced.tga │ │ │ ├── icon_cloud_syncing.tga │ │ │ ├── listview_placeholder0.tga │ │ │ ├── listview_placeholder1.tga │ │ │ ├── listview_placeholder2.tga │ │ │ └── listview_placeholder3.tga │ │ └── Light │ │ ├── Friends │ │ ├── loop_1.tga │ │ ├── loop_2.tga │ │ ├── loop_3.tga │ │ ├── loop_4.tga │ │ ├── loop_5.tga │ │ ├── loop_6.tga │ │ ├── loop_7.tga │ │ └── loop_8.tga │ │ ├── Graphics │ │ ├── active │ │ │ ├── downloads │ │ │ │ ├── remove.tga │ │ │ │ └── top.tga │ │ │ ├── music │ │ │ │ ├── back.tga │ │ │ │ ├── fwd.tga │ │ │ │ ├── mute.tga │ │ │ │ ├── pause.tga │ │ │ │ ├── play.tga │ │ │ │ ├── player.tga │ │ │ │ ├── repeat.tga │ │ │ │ ├── repeat_enabled.tga │ │ │ │ ├── repeatone_enabled.tga │ │ │ │ ├── shuffle.tga │ │ │ │ ├── shuffle_enabled.tga │ │ │ │ └── volume.tga │ │ │ └── switches │ │ │ │ ├── chkSelDis.tga │ │ │ │ ├── chkSelStd.tga │ │ │ │ ├── chkUnselDis.tga │ │ │ │ ├── chkUnselStd.tga │ │ │ │ ├── radSelStd.tga │ │ │ │ └── radUnselStd.tga │ │ ├── avatarBorderInGame.tga │ │ ├── avatarBorderNotificationDesktop.tga │ │ ├── avatarBorderNotificationOverlay.tga │ │ ├── avatarBorderOffline.tga │ │ ├── avatarBorderOnline.tga │ │ ├── avatarBorderOverlay.tga │ │ ├── chk_menu_item.tga │ │ ├── icon_officerStar.tga │ │ ├── inactive │ │ │ ├── air_splash.tga │ │ │ ├── emoticon.tga │ │ │ ├── emoticon_hover.tga │ │ │ ├── expand_less.tga │ │ │ ├── expand_more.tga │ │ │ ├── favorite.tga │ │ │ ├── favorite_outline.tga │ │ │ ├── gear.tga │ │ │ ├── gear_hover.tga │ │ │ ├── more_vert.tga │ │ │ ├── more_vert_hover.tga │ │ │ └── scroll │ │ │ │ ├── scroll_down.tga │ │ │ │ ├── scroll_down_hover.tga │ │ │ │ ├── scroll_left.tga │ │ │ │ ├── scroll_left_hover.tga │ │ │ │ ├── scroll_right.tga │ │ │ │ ├── scroll_right_hover.tga │ │ │ │ ├── scroll_up.tga │ │ │ │ └── scroll_up_hover.tga │ │ ├── material │ │ │ └── download.tga │ │ ├── minithrobber01.tga │ │ ├── minithrobber02.tga │ │ ├── minithrobber03.tga │ │ ├── minithrobber04.tga │ │ ├── minithrobber05.tga │ │ ├── minithrobber06.tga │ │ ├── minithrobber07.tga │ │ ├── minithrobber08.tga │ │ ├── minithrobber09.tga │ │ ├── minithrobber10.tga │ │ ├── minithrobber11.tga │ │ ├── minithrobber12.tga │ │ └── secondary │ │ │ ├── caret_down.tga │ │ │ ├── caret_left.tga │ │ │ ├── caret_right.tga │ │ │ ├── caret_up.tga │ │ │ └── controls │ │ │ ├── mac_close.tga │ │ │ ├── mac_close_hover.tga │ │ │ ├── mac_max.tga │ │ │ ├── mac_max_hover.tga │ │ │ ├── mac_min.tga │ │ │ ├── mac_min_hover.tga │ │ │ ├── mac_restore.tga │ │ │ ├── mac_restore_hover.tga │ │ │ ├── win_close.tga │ │ │ ├── win_close_hover.tga │ │ │ ├── win_max.tga │ │ │ ├── win_max_hover.tga │ │ │ ├── win_min.tga │ │ │ ├── win_min_hover.tga │ │ │ ├── win_restore.tga │ │ │ └── win_restore_hover.tga │ │ ├── Resource │ │ ├── colors │ │ │ ├── deeppurple.styles │ │ │ ├── steamblue.styles │ │ │ └── truffle.styles │ │ ├── icon_clear_field.tga │ │ ├── icon_clear_field_hover.tga │ │ ├── mic_meter_live.tga │ │ ├── styles │ │ │ └── gameoverlay.styles │ │ └── webkit.css │ │ └── Steam │ │ └── cached │ │ ├── gridview_placeholder_0.tga │ │ ├── gridview_placeholder_1.tga │ │ ├── gridview_placeholder_2.tga │ │ ├── gridview_placeholder_3.tga │ │ ├── icon_cloud_conflict.tga │ │ ├── icon_cloud_disabled.tga │ │ ├── icon_cloud_dunno.tga │ │ ├── icon_cloud_outofsync.tga │ │ ├── icon_cloud_synced.tga │ │ ├── icon_cloud_syncing.tga │ │ ├── listview_placeholder0.tga │ │ ├── listview_placeholder1.tga │ │ ├── listview_placeholder2.tga │ │ └── listview_placeholder3.tga │ ├── .gitattributes │ ├── Changelog.url │ ├── Contributors.url │ ├── FAQ.url │ ├── Friends │ ├── AchievementNotification.res │ ├── BlockCommunicationResultDialog.res │ ├── BlockCommunicationWarningDialog.res │ ├── ChatInviteNotification.res │ ├── ChatMsgNotification.res │ ├── ChatRoomDlg.res │ ├── ChatRoomDlgFriend.res │ ├── ChatURLWarningDialog.res │ ├── ClanEventNotification.res │ ├── ClanInvitationNotification.res │ ├── FriendIngameNotification.res │ ├── FriendInvitationNotification.res │ ├── FriendOnlineNotification.res │ ├── FriendsDialog.res │ ├── GameInviteNotification.res │ ├── PlayersSubRecentPlayers.res │ ├── VoiceChatInviteNotification.res │ ├── broadcastapprovebar.res │ ├── broadcastapprovenotification.res │ ├── broadcastinvitebar.res │ ├── broadcastinvitenotification.res │ ├── broadcastpublicstatenotification.res │ ├── broadcastrecordererrornotification.res │ ├── broadcastuploaderrornotification.res │ ├── broadcastviewernotification.res │ ├── friendaliasesdialog.res │ ├── friendgameinvitedialog.res │ ├── friendnotificationoptionsdialog.res │ ├── gameinvitebar.res │ ├── giftreceivednotification.res │ ├── icon_chatFailed.tga │ ├── icon_chat_activity.tga │ ├── icon_chat_idle.tga │ ├── icon_connected.tga │ ├── icon_connected_speaking.tga │ ├── icon_groupchat_activity.tga │ ├── icon_groupchat_idle.tga │ ├── icon_microphone.tga │ ├── icon_microphone_hold.tga │ ├── icon_notChatting.tga │ ├── icon_speaker.tga │ ├── icon_speaker_ringing.tga │ ├── itemreceivednotification.res │ ├── loop_1.tga │ ├── loop_2.tga │ ├── loop_3.tga │ ├── loop_4.tga │ ├── loop_5.tga │ ├── loop_6.tga │ ├── loop_7.tga │ ├── loop_8.tga │ ├── newturnsnotification.res │ ├── rampDown_1.tga │ ├── rampDown_2.tga │ ├── rampUp_1.tga │ ├── rampUp_2.tga │ ├── setnicknamedialog.layout │ ├── tradeinvitebar.res │ ├── tradeinvitenotification.res │ └── voicebar.res │ ├── Graphics │ ├── _color-guide.txt │ ├── active │ │ ├── downloads │ │ │ ├── remove.tga │ │ │ └── top.tga │ │ ├── music │ │ │ ├── back.tga │ │ │ ├── fwd.tga │ │ │ ├── mute.tga │ │ │ ├── pause.tga │ │ │ ├── play.tga │ │ │ ├── player.tga │ │ │ ├── repeat.tga │ │ │ ├── repeat_enabled.tga │ │ │ ├── repeatone_enabled.tga │ │ │ ├── shuffle.tga │ │ │ ├── shuffle_enabled.tga │ │ │ └── volume.tga │ │ └── switches │ │ │ ├── chkSelDis.tga │ │ │ ├── chkSelStd.tga │ │ │ ├── chkUnselDis.tga │ │ │ ├── chkUnselStd.tga │ │ │ ├── radSelStd.tga │ │ │ └── radUnselStd.tga │ ├── avatarBorderInGame.tga │ ├── avatarBorderNotificationDesktop.tga │ ├── avatarBorderNotificationOverlay.tga │ ├── avatarBorderOffline.tga │ ├── avatarBorderOnline.tga │ ├── avatarBorderOverlay.tga │ ├── bg_security_wizard.tga │ ├── broadcast │ │ ├── broadcast_live_grey.tga │ │ └── broadcast_live_red.tga │ ├── chk_menu_item.tga │ ├── friends │ │ ├── status_bigpic.tga │ │ ├── status_bigpic_ingame.tga │ │ ├── status_mobile.tga │ │ ├── status_mobile_ingame.tga │ │ ├── status_web.tga │ │ └── status_web_ingame.tga │ ├── icon_officerStar.tga │ ├── inactive │ │ ├── air_splash.tga │ │ ├── emoticon.tga │ │ ├── emoticon_hover.tga │ │ ├── expand_less.tga │ │ ├── expand_more.tga │ │ ├── favorite.tga │ │ ├── favorite_outline.tga │ │ ├── gear.tga │ │ ├── gear_hover.tga │ │ ├── more_vert.tga │ │ ├── more_vert_hover.tga │ │ └── scroll │ │ │ ├── scroll_down.tga │ │ │ ├── scroll_down_hover.tga │ │ │ ├── scroll_left.tga │ │ │ ├── scroll_left_hover.tga │ │ │ ├── scroll_right.tga │ │ │ ├── scroll_right_hover.tga │ │ │ ├── scroll_up.tga │ │ │ └── scroll_up_hover.tga │ ├── inbox_comment.tga │ ├── inbox_gift.tga │ ├── inbox_invite.tga │ ├── inbox_item.tga │ ├── keybg.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 │ ├── material │ │ ├── download.tga │ │ ├── shadow_horiz.tga │ │ └── shadow_vert.tga │ ├── minithrobber01.tga │ ├── minithrobber02.tga │ ├── minithrobber03.tga │ ├── minithrobber04.tga │ ├── minithrobber05.tga │ ├── minithrobber06.tga │ ├── minithrobber07.tga │ ├── minithrobber08.tga │ ├── minithrobber09.tga │ ├── minithrobber10.tga │ ├── minithrobber11.tga │ ├── minithrobber12.tga │ ├── minithrobberinactive.tga │ ├── none.tga │ ├── onfocus │ │ ├── active_circle.tga │ │ ├── active_circle_lg.tga │ │ ├── add.tga │ │ ├── add_hover.tga │ │ ├── caret_down_onfocus.tga │ │ ├── caret_down_onfocus_hover.tga │ │ ├── caret_left_onfocus.tga │ │ ├── caret_right_onfocus.tga │ │ ├── caret_up_onfocus.tga │ │ ├── controls │ │ │ ├── mac_close_onfocus.tga │ │ │ ├── mac_close_onfocus_hover.tga │ │ │ ├── mac_max_onfocus.tga │ │ │ ├── mac_max_onfocus_hover.tga │ │ │ ├── mac_min_onfocus.tga │ │ │ ├── mac_min_onfocus_hover.tga │ │ │ ├── mac_restore_onfocus.tga │ │ │ ├── mac_restore_onfocus_hover.tga │ │ │ ├── win_close_onfocus.tga │ │ │ ├── win_close_onfocus_hover.tga │ │ │ ├── win_max_onfocus.tga │ │ │ ├── win_max_onfocus_hover.tga │ │ │ ├── win_min_onfocus.tga │ │ │ ├── win_min_onfocus_hover.tga │ │ │ ├── win_restore_onfocus.tga │ │ │ └── win_restore_onfocus_hover.tga │ │ ├── favorite_onfocus.tga │ │ ├── game_cast.tga │ │ ├── game_cast_hover.tga │ │ ├── hamburger.tga │ │ ├── hamburger_hover.tga │ │ ├── inbox.tga │ │ ├── inbox_active.tga │ │ ├── lock.tga │ │ ├── lock_hover.tga │ │ ├── overlay_close.tga │ │ ├── overlay_close_hover.tga │ │ ├── screenshot_check.tga │ │ ├── search.tga │ │ ├── tiny_x.tga │ │ ├── tiny_x_hover.tga │ │ ├── unlock.tga │ │ ├── unlock_hover.tga │ │ └── web │ │ │ ├── back.tga │ │ │ ├── back_hover.tga │ │ │ ├── forward.tga │ │ │ ├── forward_hover.tga │ │ │ ├── refresh.tga │ │ │ ├── refresh_hover.tga │ │ │ ├── stop.tga │ │ │ ├── stop_hover.tga │ │ │ ├── top.tga │ │ │ └── top_hover.tga │ ├── rampdown_1.tga │ ├── rampdown_2.tga │ ├── rampdown_3.tga │ ├── rampdown_4.tga │ ├── rampup_1.tga │ ├── rampup_2.tga │ ├── rampup_3.tga │ ├── rampup_4.tga │ ├── secondary │ │ ├── caret_down.tga │ │ ├── caret_left.tga │ │ ├── caret_right.tga │ │ ├── caret_up.tga │ │ └── controls │ │ │ ├── mac_close.tga │ │ │ ├── mac_close_hover.tga │ │ │ ├── mac_max.tga │ │ │ ├── mac_max_hover.tga │ │ │ ├── mac_min.tga │ │ │ ├── mac_min_hover.tga │ │ │ ├── mac_restore.tga │ │ │ ├── mac_restore_hover.tga │ │ │ ├── win_close.tga │ │ │ ├── win_close_hover.tga │ │ │ ├── win_max.tga │ │ │ ├── win_max_hover.tga │ │ │ ├── win_min.tga │ │ │ ├── win_min_hover.tga │ │ │ ├── win_restore.tga │ │ │ └── win_restore_hover.tga │ ├── stream_disconnect_notification.tga │ └── stream_notification.tga │ ├── LICENSE.txt │ ├── Public │ ├── AppDownloadNotification.res │ ├── LimitedUserDialog.res │ ├── ScreenshotErrorNotification.res │ ├── ScreenshotNotification.res │ ├── SteamLoginDialog.res │ ├── ssadialog.res │ ├── ssasubpanel.res │ └── steam_cloudsync.tga │ ├── README.md │ ├── Resource │ ├── RemoteClientConnectionNotification.res │ ├── battery_border.tga │ ├── battery_bright.tga │ ├── battery_dim.tga │ ├── colors │ │ ├── breeze.styles │ │ ├── cinnabar.styles │ │ ├── deeppurple.styles │ │ ├── grass.styles │ │ ├── gunmetal.styles │ │ ├── lavender.styles │ │ ├── lilac.styles │ │ ├── rose.styles │ │ ├── sea.styles │ │ ├── silver.styles │ │ ├── sky.styles │ │ ├── slate.styles │ │ ├── steamblue.styles │ │ ├── truffle.styles │ │ ├── user │ │ │ ├── deepblue.styles │ │ │ ├── emerald.styles │ │ │ ├── google.styles │ │ │ ├── gray.styles │ │ │ ├── happyorange.styles │ │ │ ├── kdeplasma5-darkbreeze.styles │ │ │ ├── numix.styles │ │ │ ├── pixeldark.styles │ │ │ └── spotify.styles │ │ └── youtubered.styles │ ├── dlc_installed.tga │ ├── icon_clear_field.tga │ ├── icon_clear_field_hover.tga │ ├── icon_error_red.tga │ ├── layout │ │ ├── appdownloadpanel.layout │ │ ├── backupwizard.layout │ │ ├── broadcast_firsttime.layout │ │ ├── broadcast_livebanner.layout │ │ ├── broadcastview.layout │ │ ├── changepasswordwizard.layout │ │ ├── chattitlepanel.layout │ │ ├── deletecustomimagedialog.layout │ │ ├── dialogsettings_changecontactemailwizard.layout │ │ ├── downloadspage.layout │ │ ├── downloadsummarypanel.layout │ │ ├── editfriendsgroups.layout │ │ ├── editfriendsgroupsdialog.layout │ │ ├── edittagsdialog.layout │ │ ├── edittagspage.layout │ │ ├── emailreminderbar.layout │ │ ├── friendpanel.layout │ │ ├── friendpanel_compact.layout │ │ ├── gameproperties.layout │ │ ├── gameproperties_general.layout │ │ ├── gameproperties_updates.layout │ │ ├── gamespage_details_achievements.layout │ │ ├── gamespage_details_achievements_locked.layout │ │ ├── gamespage_details_achievements_most_recent.layout │ │ ├── gamespage_details_community_file.layout │ │ ├── gamespage_details_communityfiles.layout │ │ ├── gamespage_details_dlc.layout │ │ ├── gamespage_details_friends.layout │ │ ├── gamespage_details_friends_list.layout │ │ ├── gamespage_details_gametitleheader.layout │ │ ├── gamespage_details_news.layout │ │ ├── gamespage_details_news_item.layout │ │ ├── gamespage_details_nonsteam.layout │ │ ├── gamespage_details_screenshots.layout │ │ ├── gamespage_details_screenshots_list.layout │ │ ├── gamespage_details_subheader.layout │ │ ├── gamespage_details_subheader_labels.layout │ │ ├── gamespage_details_welcome.layout │ │ ├── gamespage_details_workshop_details.layout │ │ ├── gamespage_grid.layout │ │ ├── gamespage_grid_chrome.layout │ │ ├── gamespage_grid_loadfailed.layout │ │ ├── gamespage_grid_loading.layout │ │ ├── gamespage_mini.layout │ │ ├── htmlfindbar.layout │ │ ├── htmlimebar.layout │ │ ├── htmlpopup.layout │ │ ├── joingamedialog.layout │ │ ├── layoutdebugdialog.layout │ │ ├── layoutdebugdialog_details.layout │ │ ├── musiclibrarypanel.layout │ │ ├── musicpage_details_album.layout │ │ ├── musicpage_details_content.layout │ │ ├── musicpage_details_playlist.layout │ │ ├── musicpage_details_playlistitem.layout │ │ ├── musicplayerpanel.layout │ │ ├── musicplayervolumepanel.layout │ │ ├── overlay_achievementsdetails.layout │ │ ├── overlay_broadcastchat.layout │ │ ├── overlay_broadcastpanel.layout │ │ ├── overlay_communityhubpanel.layout │ │ ├── overlay_friendsdetails.layout │ │ ├── overlay_screenshotspanel.layout │ │ ├── overlaydashboard.layout │ │ ├── overlaydashboard_lores.layout │ │ ├── overlaydesktop.layout │ │ ├── overlaydesktop_lores.layout │ │ ├── overlaysettingsdialog.layout │ │ ├── overlaytaskbar.layout │ │ ├── overlaywebbrowser.layout │ │ ├── pagedragframe.layout │ │ ├── parentallockdialog.layout │ │ ├── parentalunlockdialog.layout │ │ ├── pendinggiftsdialog.layout │ │ ├── phonereminderbar.layout │ │ ├── playersdialog.layout │ │ ├── screenshotdeletedialog.layout │ │ ├── screenshotmanager.layout │ │ ├── screenshotsuploaddialog.layout │ │ ├── setcustomimagedialog.layout │ │ ├── settingsdialog.layout │ │ ├── settingssubbroadcast.layout │ │ ├── settingssubmusic.layout │ │ ├── settingssubstreaming.layout │ │ ├── settingssubstreaming_advanced_client.layout │ │ ├── settingssubstreaming_advanced_host.layout │ │ ├── settingssubstreaming_pin.layout │ │ ├── steamrootdialog.layout │ │ ├── steamrootdialog_gamespage_details.layout │ │ ├── steamrootdialog_gamespage_list.layout │ │ ├── steamrootdialog_musicpage_details.layout │ │ ├── steamrootdialog_toolspage.layout │ │ ├── subpaneloptionsbrowser.layout │ │ ├── subpaneloptionscloud.layout │ │ ├── subpaneloptionscontroller.layout │ │ ├── subpaneloptionsdownloads.layout │ │ ├── subpaneloptionsfamily.layout │ │ ├── subpaneloptionsingame.layout │ │ ├── toolwindow.layout │ │ ├── twofactorcodechallenge.layout │ │ ├── ugcdownloadpanel.layout │ │ ├── uinavigatorpanel.layout │ │ └── uistatuspanel.layout │ ├── menus │ │ ├── friends.menu │ │ └── steam.menu │ ├── mic_meter_dead.tga │ ├── mic_meter_live.tga │ ├── screenshots_none_selected.tga │ ├── steam_logo.tga │ ├── steamscheme.res │ ├── styles │ │ ├── _colors.styles │ │ ├── _controls.styles │ │ ├── _fonts.styles │ │ ├── _layout.styles │ │ ├── _scroll.styles │ │ ├── _switches.styles │ │ ├── _vars.styles │ │ ├── _web.styles │ │ ├── gameoverlay.styles │ │ └── steam.styles │ ├── themes │ │ ├── _blue.styles │ │ ├── _dark.styles │ │ └── _light.styles │ └── webkit.css │ ├── Servers │ ├── DialogGameInfo.res │ ├── DialogGameInfo_AutoRetry.res │ ├── DialogGameInfo_NonSteam.res │ ├── DialogGameInfo_SinglePlayer.res │ ├── DialogServerBrowser.res │ ├── DialogServerPassword.res │ ├── InternetGamesPage.res │ └── InternetGamesPage_Filters.res │ ├── Steam │ └── cached │ │ ├── AccountPage.res │ │ ├── AddShortcutDialog.res │ │ ├── ChooseBetaDialog.res │ │ ├── ConsolePage.res │ │ ├── JoinGameDialog.res │ │ ├── LaunchEULADialog.res │ │ ├── LaunchOptionsDialog.res │ │ ├── LaunchParametersDialog.res │ │ ├── OverlayBatteryNotification.res │ │ ├── OverlayCDKeyNotification.res │ │ ├── OverlaySplash.res │ │ ├── SettingsSubFriends.res │ │ ├── SettingsSubInterface.res │ │ ├── SettingsSubVoice.res │ │ ├── UpdateNewsDialog.res │ │ ├── contentmanagmentdialog.res │ │ ├── game_details_header_blue.tga │ │ ├── game_details_header_green.tga │ │ ├── game_details_header_mask.tga │ │ ├── game_details_header_red.tga │ │ ├── gameproperties_betas.res │ │ ├── gameproperties_dlc.res │ │ ├── gameproperties_language.res │ │ ├── gameproperties_localfiles.res │ │ ├── gameproperties_updates.res │ │ ├── gridview_mask.tga │ │ ├── gridview_placeholder_0.tga │ │ ├── gridview_placeholder_1.tga │ │ ├── gridview_placeholder_2.tga │ │ ├── gridview_placeholder_3.tga │ │ ├── gridview_shadow.tga │ │ ├── icon_cloud_conflict.tga │ │ ├── icon_cloud_disabled.tga │ │ ├── icon_cloud_dunno.tga │ │ ├── icon_cloud_enabled.tga │ │ ├── icon_cloud_outofsync.tga │ │ ├── icon_cloud_synced.tga │ │ ├── icon_cloud_syncing.tga │ │ ├── icon_tab_placement_arrow.tga │ │ ├── listview_icon_mask.tga │ │ ├── listview_logo_mask.tga │ │ ├── listview_placeholder0.tga │ │ ├── listview_placeholder1.tga │ │ ├── listview_placeholder2.tga │ │ ├── listview_placeholder3.tga │ │ ├── loggedinelsewherenotification.res │ │ └── setjumplistoptions.res │ ├── Support Air on Patreon.url │ └── config.ini ├── themes └── oomox-Ship-Pines │ ├── Makefile │ ├── assets │ ├── all-assets.svg │ ├── all-assets.txt │ ├── change_dpi.sh │ ├── checkbox-checked-dark.svg │ ├── checkbox-checked-insensitive-dark.svg │ ├── checkbox-checked-insensitive.svg │ ├── checkbox-checked.svg │ ├── checkbox-mixed-dark.svg │ ├── checkbox-mixed-insensitive-dark.svg │ ├── checkbox-mixed-insensitive.svg │ ├── checkbox-mixed.svg │ ├── checkbox-unchecked-dark.svg │ ├── checkbox-unchecked-insensitive-dark.svg │ ├── checkbox-unchecked-insensitive.svg │ ├── checkbox-unchecked.svg │ ├── grid-selection-checked-dark.svg │ ├── grid-selection-checked.svg │ ├── grid-selection-unchecked-dark.svg │ ├── grid-selection-unchecked.svg │ ├── menuitem-checkbox-checked-hover.svg │ ├── menuitem-checkbox-checked-insensitive.svg │ ├── menuitem-checkbox-checked.svg │ ├── menuitem-checkbox-mixed-hover.svg │ ├── menuitem-checkbox-mixed-insensitive.svg │ ├── menuitem-checkbox-mixed-selected.svg │ ├── menuitem-checkbox-mixed.svg │ ├── menuitem-checkbox-unchecked.svg │ ├── menuitem-radio-checked-hover.svg │ ├── menuitem-radio-checked-insensitive.svg │ ├── menuitem-radio-checked.svg │ ├── menuitem-radio-mixed-hover.svg │ ├── menuitem-radio-mixed-insensitive.svg │ ├── menuitem-radio-mixed-selected.svg │ ├── menuitem-radio-mixed.svg │ ├── menuitem-radio-unchecked.svg │ ├── pane-handle-vertical.svg │ ├── pane-handle.png │ ├── pane-handle.svg │ ├── pane-handle@2.png │ ├── radio-checked-dark.svg │ ├── radio-checked-insensitive-dark.svg │ ├── radio-checked-insensitive.svg │ ├── radio-checked.svg │ ├── radio-mixed-dark.svg │ ├── radio-mixed-insensitive-dark.svg │ ├── radio-mixed-insensitive.svg │ ├── radio-mixed.svg │ ├── radio-selected-insensitive.svg │ ├── radio-selected.svg │ ├── radio-unchecked-dark.svg │ ├── radio-unchecked-insensitive-dark.svg │ ├── radio-unchecked-insensitive.svg │ ├── radio-unchecked.svg │ ├── radio-unselected-dark.svg │ ├── radio-unselected-insensitive-dark.svg │ ├── radio-unselected-insensitive.svg │ ├── radio-unselected.svg │ ├── sed.sh │ └── unsed.sh │ ├── gtk-2.0 │ ├── gtkrc │ └── gtkrc.hidpi │ ├── gtk-3.0 │ ├── assets │ ├── gtk-dark.css │ ├── gtk.css │ ├── gtk.gresource.xml │ ├── scss │ │ ├── _colors.scss │ │ ├── _functions.scss │ │ ├── _global.scss │ │ ├── _widgets.scss │ │ ├── apps │ │ │ ├── _gedit.scss │ │ │ ├── _gnome-terminal.scss │ │ │ ├── _lightdm.scss │ │ │ ├── _mate-applications.scss │ │ │ ├── _nautilus.scss │ │ │ ├── _nemo.scss │ │ │ ├── _panel.scss │ │ │ ├── _synaptic.scss │ │ │ ├── _unity-greeter.scss │ │ │ ├── _unity.scss │ │ │ └── _xfce.scss │ │ ├── gtk.scss │ │ └── widgets │ │ │ ├── _actionbar.scss │ │ │ ├── _base.scss │ │ │ ├── _button.scss │ │ │ ├── _calendar.scss │ │ │ ├── _choosers.scss │ │ │ ├── _entry.scss │ │ │ ├── _grid.scss │ │ │ ├── _infobar.scss │ │ │ ├── _menu.scss │ │ │ ├── _misc.scss │ │ │ ├── _notebook.scss │ │ │ ├── _osd.scss │ │ │ ├── _overshoot.scss │ │ │ ├── _progress.scss │ │ │ ├── _scrollbar.scss │ │ │ ├── _sidebar.scss │ │ │ ├── _spinner.scss │ │ │ ├── _toggle.scss │ │ │ ├── _toolbar.scss │ │ │ ├── _view.scss │ │ │ └── _window.scss │ └── thumbnail.png │ ├── gtk-3.20 │ ├── assets │ ├── dist │ │ ├── gtk-dark.css │ │ └── gtk.css │ ├── gtk-dark.css │ ├── gtk.css │ ├── gtk.gresource │ ├── gtk.gresource.xml │ ├── scss │ │ ├── _colors.scss │ │ ├── _functions.scss │ │ ├── _global.scss │ │ ├── _widgets.scss │ │ ├── apps │ │ │ ├── _budgie.scss │ │ │ ├── _cinnamon-applications.scss │ │ │ ├── _gedit.scss │ │ │ ├── _gnome-applications.scss │ │ │ ├── _gnome-terminal.scss │ │ │ ├── _lightdm.scss │ │ │ ├── _mate-applications.scss │ │ │ ├── _nautilus.scss │ │ │ ├── _nemo.scss │ │ │ ├── _panel.scss │ │ │ ├── _synaptic.scss │ │ │ ├── _unity-greeter.scss │ │ │ ├── _unity.scss │ │ │ └── _xfce.scss │ │ ├── gtk.scss │ │ └── widgets │ │ │ ├── _actionbar.scss │ │ │ ├── _base.scss │ │ │ ├── _button.scss │ │ │ ├── _calendar.scss │ │ │ ├── _choosers.scss │ │ │ ├── _entry.scss │ │ │ ├── _grid.scss │ │ │ ├── _infobar.scss │ │ │ ├── _menu.scss │ │ │ ├── _misc.scss │ │ │ ├── _notebook.scss │ │ │ ├── _osd.scss │ │ │ ├── _overshoot.scss │ │ │ ├── _progress.scss │ │ │ ├── _scrollbar.scss │ │ │ ├── _sidebar.scss │ │ │ ├── _spinner.scss │ │ │ ├── _toggle.scss │ │ │ ├── _toolbar.scss │ │ │ ├── _view.scss │ │ │ └── _window.scss │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ └── thumbnail.png │ ├── openbox-3 │ ├── close.xbm │ ├── close_hover.xbm │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_hover.xbm │ ├── max.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_toggled.xbm │ └── themerc │ ├── unity │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── minimized.svg │ ├── modes │ │ ├── launcher_bfb-flat.png │ │ ├── launcher_bfb_ns.png │ │ └── ubuntu-square.svg │ ├── progress_bar_fill.svg │ ├── progress_bar_trough.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ └── unmaximize_unfocused_pressed.svg │ └── xfwm4 │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-prelight.xpm │ ├── close-pressed.png │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-prelight.xpm │ ├── hide-pressed.png │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-prelight.xpm │ ├── maximize-pressed.png │ ├── maximize-pressed.xpm │ ├── maximize-toggled-active.xpm │ ├── maximize-toggled-inactive.xpm │ ├── maximize-toggled-prelight.xpm │ ├── maximize-toggled-pressed.png │ ├── maximize-toggled-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-prelight.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-prelight.xpm │ ├── shade-pressed.png │ ├── shade-pressed.xpm │ ├── shade-toggled-active.xpm │ ├── shade-toggled-inactive.xpm │ ├── shade-toggled-prelight.xpm │ ├── shade-toggled-pressed.png │ ├── shade-toggled-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-prelight.xpm │ ├── stick-pressed.png │ ├── stick-pressed.xpm │ ├── stick-toggled-active.xpm │ ├── stick-toggled-inactive.xpm │ ├── stick-toggled-prelight.xpm │ ├── stick-toggled-pressed.png │ ├── stick-toggled-pressed.xpm │ ├── themerc │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── tmux.conf ├── tmux └── default ├── xinitrc └── zshrc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/README.md -------------------------------------------------------------------------------- /Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/Xdefaults -------------------------------------------------------------------------------- /Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/Xresources -------------------------------------------------------------------------------- /bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/bg.jpg -------------------------------------------------------------------------------- /compton.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/compton.conf -------------------------------------------------------------------------------- /config/bspwm/bspwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/bspwm/bspwmrc -------------------------------------------------------------------------------- /config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/dunst/dunstrc -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/after/ftdetect/after/ftdetect.vim: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/NERDTree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/NERDTree.txt -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/airline-themes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/airline-themes.txt -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/airline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/airline.txt -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/neobundle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/neobundle.txt -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/tags -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/doc/youcompleteme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/doc/youcompleteme.txt -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/ftdetect/ftdetect.vim: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/install_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/install_info -------------------------------------------------------------------------------- /config/nvim/bundle/.neobundle/tags_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/bundle/.neobundle/tags_info -------------------------------------------------------------------------------- /config/nvim/colors/moonscape.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/colors/moonscape.vim -------------------------------------------------------------------------------- /config/nvim/ftdetect/gdscript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/ftdetect/gdscript.vim -------------------------------------------------------------------------------- /config/nvim/indent/gdscript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/indent/gdscript.vim -------------------------------------------------------------------------------- /config/nvim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/init.vim -------------------------------------------------------------------------------- /config/nvim/syntax/gdscript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/nvim/syntax/gdscript.vim -------------------------------------------------------------------------------- /config/polybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/polybar/config -------------------------------------------------------------------------------- /config/polybar/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/polybar/launch.sh -------------------------------------------------------------------------------- /config/polybar/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/polybar/weather -------------------------------------------------------------------------------- /config/ranger/rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/ranger/rc.conf -------------------------------------------------------------------------------- /config/sxhkd/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/sxhkd/sxhkdrc -------------------------------------------------------------------------------- /config/vis/colors/basic_colors: -------------------------------------------------------------------------------- 1 | yellow 2 | -------------------------------------------------------------------------------- /config/vis/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/config/vis/config -------------------------------------------------------------------------------- /mintfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/mintfetch -------------------------------------------------------------------------------- /ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/ncmpcpp/config -------------------------------------------------------------------------------- /oh-my-zsh/minimal.zsh-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/oh-my-zsh/minimal.zsh-theme -------------------------------------------------------------------------------- /screenshots/alttab_rofi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/alttab_rofi.png -------------------------------------------------------------------------------- /screenshots/chromium_vimperator_telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/chromium_vimperator_telegram.png -------------------------------------------------------------------------------- /screenshots/dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/dropdown.png -------------------------------------------------------------------------------- /screenshots/ncmpcpp_vis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/ncmpcpp_vis.png -------------------------------------------------------------------------------- /screenshots/nvim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/nvim.png -------------------------------------------------------------------------------- /screenshots/rofi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/rofi.png -------------------------------------------------------------------------------- /screenshots/tmux_ranger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/tmux_ranger.png -------------------------------------------------------------------------------- /screenshots/tmux_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/tmux_shell.png -------------------------------------------------------------------------------- /screenshots/tmux_youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/tmux_youtube.png -------------------------------------------------------------------------------- /screenshots/youtube_mpv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/screenshots/youtube_mpv.png -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto Condensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto Condensed-Regular.ttf -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_5.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_6.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_7.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Friends/loop_8.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Resource/webkit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Blue/Resource/webkit.css -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_5.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_6.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_7.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Friends/loop_8.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Resource/webkit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Dark/Resource/webkit.css -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_5.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_6.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_7.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Friends/loop_8.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Resource/webkit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/+Extras/Themes/Light/Resource/webkit.css -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/.gitattributes -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Changelog.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://github.com/outsetini/Air-for-Steam/releases 3 | -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Contributors.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://airforsteam.com/#heroes 3 | -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/FAQ.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://github.com/outsetini/Air-for-Steam/wiki 3 | -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/AchievementNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/AchievementNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/BlockCommunicationResultDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/BlockCommunicationResultDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ChatInviteNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ChatInviteNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ChatMsgNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ChatMsgNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ChatRoomDlg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ChatRoomDlg.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ChatRoomDlgFriend.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ChatRoomDlgFriend.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ChatURLWarningDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ChatURLWarningDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ClanEventNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ClanEventNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/ClanInvitationNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/ClanInvitationNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/FriendIngameNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/FriendIngameNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/FriendInvitationNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/FriendInvitationNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/FriendOnlineNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/FriendOnlineNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/FriendsDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/FriendsDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/GameInviteNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/GameInviteNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/PlayersSubRecentPlayers.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/PlayersSubRecentPlayers.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/VoiceChatInviteNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/VoiceChatInviteNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/broadcastapprovebar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/broadcastapprovebar.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/broadcastapprovenotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/broadcastapprovenotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/broadcastinvitebar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/broadcastinvitebar.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/broadcastinvitenotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/broadcastinvitenotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/broadcastviewernotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/broadcastviewernotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/friendaliasesdialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/friendaliasesdialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/friendgameinvitedialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/friendgameinvitedialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/gameinvitebar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/gameinvitebar.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/giftreceivednotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/giftreceivednotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_chatFailed.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_chatFailed.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_chat_activity.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_chat_activity.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_chat_idle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_chat_idle.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_connected.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_connected.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_connected_speaking.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_connected_speaking.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_groupchat_activity.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_groupchat_activity.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_groupchat_idle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_groupchat_idle.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_microphone.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_microphone.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_microphone_hold.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_microphone_hold.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_notChatting.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_notChatting.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_speaker.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_speaker.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/icon_speaker_ringing.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/icon_speaker_ringing.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/itemreceivednotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/itemreceivednotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_5.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_6.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_7.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/loop_8.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/newturnsnotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/newturnsnotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/rampDown_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/rampDown_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/rampDown_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/rampDown_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/rampUp_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/rampUp_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/rampUp_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/rampUp_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/setnicknamedialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/setnicknamedialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/tradeinvitebar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/tradeinvitebar.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/tradeinvitenotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/tradeinvitenotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Friends/voicebar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Friends/voicebar.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/_color-guide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/_color-guide.txt -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/downloads/remove.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/downloads/remove.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/downloads/top.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/downloads/top.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/back.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/back.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/fwd.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/fwd.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/mute.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/mute.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/pause.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/pause.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/play.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/play.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/player.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/player.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/repeat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/repeat.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/repeat_enabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/repeat_enabled.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/shuffle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/shuffle.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/shuffle_enabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/shuffle_enabled.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/music/volume.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/music/volume.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkSelDis.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkSelDis.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkSelStd.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkSelStd.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkUnselDis.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkUnselDis.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkUnselStd.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/chkUnselStd.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/radSelStd.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/radSelStd.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/active/switches/radUnselStd.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/active/switches/radUnselStd.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/avatarBorderInGame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/avatarBorderInGame.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOffline.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOffline.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOnline.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOnline.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/avatarBorderOverlay.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/bg_security_wizard.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/bg_security_wizard.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/broadcast/broadcast_live_grey.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/broadcast/broadcast_live_grey.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/broadcast/broadcast_live_red.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/broadcast/broadcast_live_red.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/chk_menu_item.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/chk_menu_item.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_bigpic.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_bigpic.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_bigpic_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_bigpic_ingame.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_mobile.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_mobile.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_mobile_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_mobile_ingame.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_web.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_web.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/friends/status_web_ingame.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/friends/status_web_ingame.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/icon_officerStar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/icon_officerStar.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/air_splash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/air_splash.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/emoticon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/emoticon.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/emoticon_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/emoticon_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/expand_less.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/expand_less.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/expand_more.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/expand_more.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/favorite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/favorite.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/favorite_outline.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/favorite_outline.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/gear.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/gear.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/gear_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/gear_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/more_vert.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/more_vert.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/more_vert_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/more_vert_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_down.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_left.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_right.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_up.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inactive/scroll/scroll_up.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inbox_comment.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inbox_comment.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inbox_gift.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inbox_gift.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inbox_invite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inbox_invite.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/inbox_item.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/inbox_item.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/keybg.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/keybg.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_5.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_6.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_7.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_7.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/loop_8.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/loop_8.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/material/download.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/material/download.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/material/shadow_horiz.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/material/shadow_horiz.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/material/shadow_vert.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/material/shadow_vert.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber01.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber01.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber02.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber02.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber03.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber03.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber04.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber04.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber05.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber05.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber06.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber06.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber07.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber07.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber08.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber08.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber09.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber09.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber10.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber10.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber11.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber11.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobber12.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobber12.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/minithrobberinactive.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/minithrobberinactive.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/none.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/none.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/active_circle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/active_circle.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/active_circle_lg.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/active_circle_lg.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/add.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/add.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/add_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/add_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_down_onfocus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_down_onfocus.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_left_onfocus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_left_onfocus.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_right_onfocus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_right_onfocus.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_up_onfocus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/caret_up_onfocus.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/favorite_onfocus.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/favorite_onfocus.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/game_cast.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/game_cast.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/game_cast_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/game_cast_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/hamburger.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/hamburger.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/hamburger_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/hamburger_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/inbox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/inbox.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/inbox_active.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/inbox_active.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/lock.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/lock.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/lock_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/lock_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/overlay_close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/overlay_close.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/overlay_close_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/overlay_close_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/screenshot_check.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/screenshot_check.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/search.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/search.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/tiny_x.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/tiny_x.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/tiny_x_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/tiny_x_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/unlock.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/unlock.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/unlock_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/unlock_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/back.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/back.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/back_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/back_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/forward.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/forward.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/forward_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/forward_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/refresh.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/refresh.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/refresh_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/refresh_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/stop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/stop.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/stop_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/stop_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/top.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/top.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/top_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/onfocus/web/top_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampdown_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampdown_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampdown_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampdown_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampdown_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampdown_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampdown_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampdown_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampup_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampup_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampup_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampup_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampup_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampup_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/rampup_4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/rampup_4.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_down.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_down.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_left.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_right.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_up.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/caret_up.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_close.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_max.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_max.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_min.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/mac_min.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_close.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_close.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_max.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_max.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_min.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/secondary/controls/win_min.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Graphics/stream_notification.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Graphics/stream_notification.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/LICENSE.txt -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/AppDownloadNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/AppDownloadNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/LimitedUserDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/LimitedUserDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/ScreenshotErrorNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/ScreenshotErrorNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/ScreenshotNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/ScreenshotNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/SteamLoginDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/SteamLoginDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/ssadialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/ssadialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/ssasubpanel.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/ssasubpanel.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Public/steam_cloudsync.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Public/steam_cloudsync.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/README.md -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/battery_border.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/battery_border.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/battery_bright.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/battery_bright.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/battery_dim.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/battery_dim.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/breeze.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/breeze.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/cinnabar.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/cinnabar.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/deeppurple.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/deeppurple.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/grass.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/grass.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/gunmetal.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/gunmetal.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/lavender.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/lavender.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/lilac.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/lilac.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/rose.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/rose.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/sea.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/sea.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/silver.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/silver.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/sky.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/sky.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/slate.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/slate.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/steamblue.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/steamblue.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/truffle.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/truffle.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/deepblue.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/deepblue.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/emerald.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/emerald.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/google.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/google.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/gray.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/gray.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/happyorange.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/happyorange.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/numix.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/numix.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/pixeldark.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/pixeldark.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/user/spotify.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/user/spotify.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/colors/youtubered.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/colors/youtubered.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/dlc_installed.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/dlc_installed.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/icon_clear_field.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/icon_clear_field.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/icon_clear_field_hover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/icon_clear_field_hover.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/icon_error_red.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/icon_error_red.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/appdownloadpanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/appdownloadpanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/backupwizard.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/backupwizard.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/broadcast_firsttime.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/broadcast_firsttime.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/broadcastview.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/broadcastview.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/chattitlepanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/chattitlepanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/downloadspage.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/downloadspage.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/editfriendsgroups.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/editfriendsgroups.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/edittagsdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/edittagsdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/edittagspage.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/edittagspage.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/emailreminderbar.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/emailreminderbar.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/friendpanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/friendpanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/friendpanel_compact.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/friendpanel_compact.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/gameproperties.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/gameproperties.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/gamespage_grid.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/gamespage_grid.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/gamespage_mini.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/gamespage_mini.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/htmlfindbar.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/htmlfindbar.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/htmlimebar.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/htmlimebar.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/htmlpopup.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/htmlpopup.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/joingamedialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/joingamedialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/layoutdebugdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/layoutdebugdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/musiclibrarypanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/musiclibrarypanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/musicplayerpanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/musicplayerpanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/overlaydashboard.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/overlaydashboard.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/overlaydesktop.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/overlaydesktop.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/overlaytaskbar.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/overlaytaskbar.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/overlaywebbrowser.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/overlaywebbrowser.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/pagedragframe.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/pagedragframe.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/parentallockdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/parentallockdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/pendinggiftsdialog.layout: -------------------------------------------------------------------------------- 1 | //!! buggy, layouts don't work as expected 2 | -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/phonereminderbar.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/phonereminderbar.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/playersdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/playersdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/screenshotmanager.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/screenshotmanager.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/settingsdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/settingsdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/settingssubmusic.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/settingssubmusic.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/steamrootdialog.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/steamrootdialog.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/toolwindow.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/toolwindow.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/ugcdownloadpanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/ugcdownloadpanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/uinavigatorpanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/uinavigatorpanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/layout/uistatuspanel.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/layout/uistatuspanel.layout -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/menus/friends.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/menus/friends.menu -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/menus/steam.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/menus/steam.menu -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/mic_meter_dead.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/mic_meter_dead.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/mic_meter_live.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/mic_meter_live.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/screenshots_none_selected.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/screenshots_none_selected.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/steam_logo.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/steam_logo.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/steamscheme.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/steamscheme.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_colors.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_colors.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_controls.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_controls.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_fonts.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_fonts.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_layout.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_layout.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_scroll.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_scroll.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_switches.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_switches.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_vars.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_vars.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/_web.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/_web.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/gameoverlay.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/gameoverlay.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/styles/steam.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/styles/steam.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/themes/_blue.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/themes/_blue.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/themes/_dark.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/themes/_dark.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/themes/_light.styles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/themes/_light.styles -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Resource/webkit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Resource/webkit.css -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_AutoRetry.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_AutoRetry.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_NonSteam.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_NonSteam.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_SinglePlayer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogGameInfo_SinglePlayer.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogServerBrowser.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogServerBrowser.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/DialogServerPassword.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/DialogServerPassword.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/InternetGamesPage.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/InternetGamesPage.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Servers/InternetGamesPage_Filters.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Servers/InternetGamesPage_Filters.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/AccountPage.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/AccountPage.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/AddShortcutDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/AddShortcutDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/ChooseBetaDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/ChooseBetaDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/ConsolePage.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/ConsolePage.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/JoinGameDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/JoinGameDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/LaunchEULADialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/LaunchEULADialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/LaunchOptionsDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/LaunchOptionsDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/LaunchParametersDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/LaunchParametersDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/OverlayCDKeyNotification.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/OverlayCDKeyNotification.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/OverlaySplash.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/OverlaySplash.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubFriends.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubFriends.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubInterface.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubInterface.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubVoice.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/SettingsSubVoice.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/UpdateNewsDialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/UpdateNewsDialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/contentmanagmentdialog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/contentmanagmentdialog.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_blue.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_green.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_green.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_red.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/game_details_header_red.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_betas.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_betas.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_dlc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_dlc.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_language.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_language.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_updates.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gameproperties_updates.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_mask.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_0.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_0.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_placeholder_3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/gridview_shadow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/gridview_shadow.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_conflict.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_conflict.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_disabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_disabled.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_dunno.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_dunno.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_enabled.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_enabled.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_outofsync.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_outofsync.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_synced.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_synced.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_syncing.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/icon_cloud_syncing.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_icon_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_icon_mask.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_logo_mask.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_logo_mask.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder0.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder0.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder1.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder2.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/listview_placeholder3.tga -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Steam/cached/setjumplistoptions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/Steam/cached/setjumplistoptions.res -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/Support Air on Patreon.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.patreon.com/inhibitor 3 | -------------------------------------------------------------------------------- /steam/Air-for-Steam-2017-0604/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/steam/Air-for-Steam-2017-0604/config.ini -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/Makefile -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/all-assets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/all-assets.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/all-assets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/all-assets.txt -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/change_dpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/change_dpi.sh -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-checked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-checked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-checked-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-checked-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-checked-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-checked-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-checked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-mixed-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-mixed-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-mixed-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-mixed-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-mixed-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-mixed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-mixed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-unchecked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-unchecked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-unchecked-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-unchecked-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-unchecked-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-unchecked-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/checkbox-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/checkbox-unchecked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/grid-selection-checked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/grid-selection-checked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/grid-selection-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/grid-selection-checked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/grid-selection-unchecked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/grid-selection-unchecked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/grid-selection-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/grid-selection-unchecked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-checked-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-checked-hover.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-checked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-hover.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed-selected.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-mixed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-checkbox-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-checkbox-unchecked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-checked-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-checked-hover.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-checked-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-checked-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-checked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-hover.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-mixed-selected.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-mixed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-mixed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/menuitem-radio-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/menuitem-radio-unchecked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/pane-handle-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/pane-handle-vertical.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/pane-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/pane-handle.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/pane-handle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/pane-handle.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/pane-handle@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/pane-handle@2.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-checked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-checked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-checked-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-checked-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-checked-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-checked-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-checked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-mixed-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-mixed-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-mixed-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-mixed-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-mixed-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-mixed-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-mixed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-mixed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-selected-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-selected-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-selected.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unchecked-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unchecked-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unchecked-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unchecked-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unchecked-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unchecked-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unchecked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unchecked.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unselected-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unselected-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unselected-insensitive-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unselected-insensitive-dark.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unselected-insensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unselected-insensitive.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/radio-unselected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/radio-unselected.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/sed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/sed.sh -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/assets/unsed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/assets/unsed.sh -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-2.0/gtkrc.hidpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-2.0/gtkrc.hidpi -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../assets -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/gtk.gresource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/gtk.gresource.xml -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/_colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/_colors.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/_functions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/_functions.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/_global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/_global.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/_widgets.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/_widgets.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_gedit.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_gedit.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_gnome-terminal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_gnome-terminal.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_lightdm.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_lightdm.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_mate-applications.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_mate-applications.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_nautilus.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_nautilus.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_nemo.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_nemo.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_panel.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_panel.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_synaptic.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_synaptic.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_unity-greeter.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_unity-greeter.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_unity.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_unity.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_xfce.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/apps/_xfce.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/gtk.scss: -------------------------------------------------------------------------------- 1 | $variant: "light"; 2 | 3 | @import "widgets"; 4 | -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_actionbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_actionbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_base.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_button.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_calendar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_calendar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_choosers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_choosers.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_entry.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_entry.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_grid.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_infobar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_infobar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_menu.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_menu.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_misc.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_notebook.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_notebook.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_osd.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_osd.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_overshoot.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_overshoot.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_progress.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_progress.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_scrollbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_scrollbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_sidebar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_sidebar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_spinner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_spinner.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_toggle.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_toggle.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_toolbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_toolbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_view.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_view.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_window.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/scss/widgets/_window.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/assets: -------------------------------------------------------------------------------- 1 | ../gtk-3.0/assets -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/dist/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/dist/gtk-dark.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/dist/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/dist/gtk.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/gtk-dark.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/gtk.css -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/gtk.gresource -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/gtk.gresource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/gtk.gresource.xml -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/_colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/_colors.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/_functions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/_functions.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/_global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/_global.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/_widgets.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/_widgets.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_budgie.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_budgie.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_cinnamon-applications.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_cinnamon-applications.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gedit.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gedit.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gnome-applications.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gnome-applications.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gnome-terminal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_gnome-terminal.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_lightdm.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_lightdm.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_mate-applications.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_mate-applications.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_nautilus.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_nautilus.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_nemo.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_nemo.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_panel.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_panel.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_synaptic.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_synaptic.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_unity-greeter.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_unity-greeter.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_unity.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_unity.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_xfce.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/apps/_xfce.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/gtk.scss: -------------------------------------------------------------------------------- 1 | $variant: "light"; 2 | 3 | @import "widgets"; 4 | -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_actionbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_actionbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_base.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_button.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_calendar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_calendar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_choosers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_choosers.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_entry.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_entry.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_grid.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_infobar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_infobar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_menu.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_menu.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_misc.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_notebook.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_notebook.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_osd.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_osd.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_overshoot.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_overshoot.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_progress.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_progress.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_scrollbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_scrollbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_sidebar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_sidebar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_spinner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_spinner.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_toggle.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_toggle.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_toolbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_toolbar.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_view.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_view.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_window.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/gtk-3.20/scss/widgets/_window.scss -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/gtk-3.20/thumbnail.png: -------------------------------------------------------------------------------- 1 | ../gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/index.theme -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/close.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/close.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/close_hover.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/close_hover.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/desk.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/desk.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/desk_toggled.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/iconify.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/iconify_hover.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/iconify_hover.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/max.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/max.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/max_toggled.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/shade.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/shade.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/shade_toggled.xbm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/openbox-3/themerc -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/close.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/close_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | close_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | ./close.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/close_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | ./close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | ./close_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_outline_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_outline_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_outline_rtl_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_outline_rtl_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_rtl_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_arrow_rtl_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_back_150.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_back_54.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_edge_150.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_edge_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_edge_54.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_glow_200.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_glow_200.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_glow_62.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_glow_62.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_selected_back_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_selected_back_150.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_selected_back_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_selected_back_54.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_shadow_200.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_shadow_200.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_shadow_62.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_shadow_62.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_shine_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_shine_150.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_icon_shine_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_icon_shine_54.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_pip_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_pip_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_pip_rtl_19.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/launcher_pip_rtl_37.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/maximize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/maximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | maximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | maximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | ./maximize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/maximize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | ./maximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | ./maximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | ./minimize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | ./minimize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | ./minimize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/minimized.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/minimized.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/modes/launcher_bfb-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/modes/launcher_bfb-flat.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/modes/launcher_bfb_ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/modes/launcher_bfb_ns.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/modes/ubuntu-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/modes/ubuntu-square.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/progress_bar_fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/progress_bar_fill.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/progress_bar_trough.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/progress_bar_trough.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | close_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | close_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | close_unfocused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/unmaximize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/unmaximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | unmaximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | unmaximize_dash.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | unmaximize.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/unity/unmaximize_unfocused.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_prelight.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | unmaximize_focused_pressed.svg -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-left-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-left-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-right-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/bottom-right-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/close-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/hide-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-toggled-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-toggled-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-toggled-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-toggled-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/maximize-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/maximize-toggled-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/menu-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/menu-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-toggled-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-toggled-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-toggled-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-toggled-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/shade-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/shade-toggled-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-toggled-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-toggled-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-toggled-prelight.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-toggled-pressed.png -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/stick-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/stick-toggled-pressed.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/themerc -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /themes/oomox-Ship-Pines/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/themes/oomox-Ship-Pines/xfwm4/top-right-inactive.xpm -------------------------------------------------------------------------------- /tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/tmux.conf -------------------------------------------------------------------------------- /tmux/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/tmux/default -------------------------------------------------------------------------------- /xinitrc: -------------------------------------------------------------------------------- 1 | xsetroot -adwaita left_ptr & 2 | exec bspwm 3 | -------------------------------------------------------------------------------- /zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mintyleaf/dotfiles_old/HEAD/zshrc --------------------------------------------------------------------------------