├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── THEMEENGINE.md ├── ThemeFixer ├── App.config ├── OSD_Fixer.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── ThemeFixer.csproj └── packages.config ├── VSCView.sln └── VSCView ├── About.Designer.cs ├── About.cs ├── About.resx ├── App.config ├── CustomFleeFunctions.cs ├── DeviceManager.cs ├── IconImageManager.cs ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── OSD.cs ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── Resources └── Nielk1_eyes_128.png ├── SensorCollector.cs ├── SensorFusion.cs ├── Settings.cs ├── ThemeDesc.cs ├── VSCView.csproj ├── app.manifest ├── icons ├── CONNECTION_BT.png ├── CONNECTION_DONGLE_DS4.png ├── CONNECTION_DONGLE_SC.png ├── CONNECTION_WIRE_USB.png ├── DEVICE_DS4.png ├── DEVICE_DS5.png ├── DEVICE_NONE.png ├── DEVICE_SC.png ├── DEVICE_SC_CHELL.png └── DEVICE_UNKNOWN.png ├── licenses ├── Newtonsoft.Json.txt └── VCSView.txt ├── packages.config └── themes ├── dualsense ├── default │ ├── ThemeAssets │ │ ├── DualSense_AnalogStick_Click.png │ │ ├── DualSense_Circle.png │ │ ├── DualSense_Create_Button.png │ │ ├── DualSense_Cross.png │ │ ├── DualSense_D-PAD_Down.png │ │ ├── DualSense_D-PAD_Left.png │ │ ├── DualSense_D-PAD_Right.png │ │ ├── DualSense_D-PAD_Up.png │ │ ├── DualSense_Gyro-Accel.png │ │ ├── DualSense_Home_Button.png │ │ ├── DualSense_L1-Active.png │ │ ├── DualSense_L2-Active.png │ │ ├── DualSense_L2.png │ │ ├── DualSense_LeftAnalogStick.png │ │ ├── DualSense_Mute_Button.png │ │ ├── DualSense_Option_Button.png │ │ ├── DualSense_R1-Active.png │ │ ├── DualSense_R2-Active.png │ │ ├── DualSense_R2.png │ │ ├── DualSense_RightAnalogStick.png │ │ ├── DualSense_Square.png │ │ ├── DualSense_Touchpad-Click.png │ │ ├── DualSense_Touchpad_Touch.png │ │ ├── DualSense_Triangle.png │ │ ├── gyro_down.png │ │ ├── gyro_left.png │ │ ├── gyro_right.png │ │ ├── gyro_up.png │ │ └── padheat.png │ ├── cosmic red │ │ ├── All.json │ │ ├── DualSense_base_cosmic_red.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ ├── galactic purple │ │ ├── All.json │ │ ├── DualSense_base_galactic_purple.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ ├── icon.png │ ├── midnight black │ │ ├── All.json │ │ ├── DualSense_base_midnight_black.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ ├── name.txt │ ├── nova pink │ │ ├── All.json │ │ ├── DualSense_base_nova_pink.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ ├── starlight blue │ │ ├── All.json │ │ ├── DualSense_base_starlight_blue.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ └── white │ │ ├── All.json │ │ ├── DualSense_base.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ ├── theme debug.json │ │ └── theme.json ├── icon.png └── name.txt ├── dualshock4 ├── al2009man │ ├── dmc5 │ │ ├── DS4_dmc5_base.png │ │ ├── all.json │ │ ├── dmc5_padheat.png │ │ ├── dmc5_ps4_analog_stick_active.png │ │ ├── dmc5_ps4_circle.png │ │ ├── dmc5_ps4_circle_bar.png │ │ ├── dmc5_ps4_cross.png │ │ ├── dmc5_ps4_dpad_down.png │ │ ├── dmc5_ps4_dpad_left.png │ │ ├── dmc5_ps4_dpad_right.png │ │ ├── dmc5_ps4_dpad_up.png │ │ ├── dmc5_ps4_gyro-acel.png │ │ ├── dmc5_ps4_gyro_down.png │ │ ├── dmc5_ps4_gyro_left.png │ │ ├── dmc5_ps4_gyro_right.png │ │ ├── dmc5_ps4_gyro_up.png │ │ ├── dmc5_ps4_left_bumper.png │ │ ├── dmc5_ps4_left_trigger.png │ │ ├── dmc5_ps4_options-share_button.png │ │ ├── dmc5_ps4_right_bumper.png │ │ ├── dmc5_ps4_right_trigger.png │ │ ├── dmc5_ps4_square.png │ │ ├── dmc5_ps4_touchpad.png │ │ ├── dmc5_ps4_triangle.png │ │ ├── dmc5_touchpad_touch.png │ │ ├── icon.png │ │ ├── nogyro.json │ │ └── theme.json │ ├── icon.png │ ├── name.txt │ └── playstation 20th anniversary │ │ ├── All.json │ │ ├── Anniversary_Gyro-Accel.png │ │ ├── Anniversary_LeftAnalogStick_Click.png │ │ ├── Anniversary_RightAnalogStick_Click.png │ │ ├── DS4_Anniversary_Circle_Button.png │ │ ├── DS4_Anniversary_Cross_Button.png │ │ ├── DS4_Anniversary_D-PAD_Down.png │ │ ├── DS4_Anniversary_D-PAD_Left.png │ │ ├── DS4_Anniversary_D-PAD_Right.png │ │ ├── DS4_Anniversary_D-PAD_Up.png │ │ ├── DS4_Anniversary_Home_Button.png │ │ ├── DS4_Anniversary_L1-Active.png │ │ ├── DS4_Anniversary_L2-Active.png │ │ ├── DS4_Anniversary_Options_Button.png │ │ ├── DS4_Anniversary_Padheat.png │ │ ├── DS4_Anniversary_R1-Active.png │ │ ├── DS4_Anniversary_R2-Active.png │ │ ├── DS4_Anniversary_Share_Button.png │ │ ├── DS4_Anniversary_Square_Button.png │ │ ├── DS4_Anniversary_Touchpad-Cick.png │ │ ├── DS4_Anniversary_Touchpad-Touch.png │ │ ├── DS4_Anniversary_Triangle_Button.png │ │ ├── DS4_anniversary_alt_base.png │ │ ├── DS4_anniversary_base.png │ │ ├── No Gyro.json │ │ ├── With Touchpad Dots - All.json │ │ ├── With Touchpad Dots - No Gyro.json │ │ ├── gyro_anniversary_down.png │ │ ├── gyro_anniversary_left.png │ │ ├── gyro_anniversary_right.png │ │ ├── gyro_anniversary_up.png │ │ ├── icon.png │ │ └── theme.json ├── default │ ├── V1 │ │ ├── DS4-Touchpad-Cick.png │ │ ├── DS4_AnalogStick_Click.png │ │ ├── DS4_D-PAD_Down.png │ │ ├── DS4_D-PAD_Left.png │ │ ├── DS4_D-PAD_Right.png │ │ ├── DS4_D-PAD_Up.png │ │ ├── DS4_Face_Button.png │ │ ├── DS4_Home_Button.png │ │ ├── DS4_L1-Active.png │ │ ├── DS4_L2-Active.png │ │ ├── DS4_L2.png │ │ ├── DS4_LeftAnalogStick.png │ │ ├── DS4_OptionsShare_Button.png │ │ ├── DS4_R1-Active.png │ │ ├── DS4_R2-Active.png │ │ ├── DS4_R2.png │ │ ├── DS4_RightAnalogStick.png │ │ ├── DS4_Touchpad_Touch.png │ │ ├── DS4_V1_base.png │ │ ├── all.json │ │ ├── gyro_down.png │ │ ├── gyro_left.png │ │ ├── gyro_right.png │ │ ├── gyro_up.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── ps4_gyro-accel.png │ │ └── theme.json │ ├── V2 │ │ ├── ThemeAssets │ │ │ ├── DS4-Touchpad-Cick.png │ │ │ ├── DS4_AnalogStick_Click.png │ │ │ ├── DS4_D-PAD_Down.png │ │ │ ├── DS4_D-PAD_Left.png │ │ │ ├── DS4_D-PAD_Right.png │ │ │ ├── DS4_D-PAD_Up.png │ │ │ ├── DS4_Face_Button.png │ │ │ ├── DS4_Home_Button.png │ │ │ ├── DS4_L1-Active.png │ │ │ ├── DS4_L2-Active.png │ │ │ ├── DS4_OptionsShare_Button.png │ │ │ ├── DS4_R1-Active.png │ │ │ ├── DS4_R2-Active.png │ │ │ ├── DS4_Touchpad_Touch.png │ │ │ ├── DS4_V2_L2.png │ │ │ ├── DS4_V2_LeftAnalogStick.png │ │ │ ├── DS4_V2_R2.png │ │ │ ├── DS4_V2_RightAnalogStick.png │ │ │ ├── gyro_down.png │ │ │ ├── gyro_left.png │ │ │ ├── gyro_right.png │ │ │ ├── gyro_up.png │ │ │ ├── padheat.png │ │ │ └── ps4_gyro-accel.png │ │ ├── glacier white │ │ │ ├── DS4_V2_base_glacier_white.png │ │ │ ├── all.json │ │ │ ├── icon.png │ │ │ ├── nogyro.json │ │ │ └── theme.json │ │ ├── gold │ │ │ ├── DS4_V2_base_gold.png │ │ │ ├── all.json │ │ │ ├── icon.png │ │ │ ├── nogyro.json │ │ │ └── theme.json │ │ ├── jet black │ │ │ ├── DS4_V2_base.png │ │ │ ├── all.json │ │ │ ├── icon.png │ │ │ ├── nogyro.json │ │ │ ├── theme debug.json │ │ │ └── theme.json │ │ ├── magma red │ │ │ ├── DS4_V2_base_magma_red.png │ │ │ ├── all.json │ │ │ ├── icon.png │ │ │ ├── nogyro.json │ │ │ └── theme.json │ │ ├── midnight blue │ │ │ ├── DS4_V2_base_midnight_blue.png │ │ │ ├── all.json │ │ │ ├── icon.png │ │ │ ├── nogyro.json │ │ │ └── theme.json │ │ └── name.txt │ ├── icon.png │ └── name.txt ├── icon.png └── name.txt ├── general ├── arcadestick │ ├── ThemeAssets │ │ ├── ActivePresses │ │ │ ├── Arcade-Stick_Face_Button-Ergonomic.png │ │ │ ├── Arcade-Stick_Face_Button.png │ │ │ ├── Arcade-Stick_Joystick.png │ │ │ ├── Arcade-Stick_WASD-Press.png │ │ │ ├── ArcadeStick_D-PAD_Down.png │ │ │ ├── ArcadeStick_D-PAD_Left.png │ │ │ ├── ArcadeStick_D-PAD_Right.png │ │ │ ├── ArcadeStick_D-PAD_Up.png │ │ │ └── padheat.png │ │ └── InputMethod │ │ │ ├── Arcade-Stick-DPAD_Glyphless.png │ │ │ ├── Arcade-Stick-DPAD_NintendoSwitch.png │ │ │ ├── Arcade-Stick-DPAD_PlayStation.png │ │ │ ├── Arcade-Stick-DPAD_Xbox.png │ │ │ ├── Arcade-StickErgonomic_Glyphless.png │ │ │ ├── Arcade-StickErgonomic_NintendoSwitch.png │ │ │ ├── Arcade-StickErgonomic_PlayStation.png │ │ │ ├── Arcade-StickErgonomic_Xbox.png │ │ │ ├── Arcade-StickJoystickDPadCombo_Glyphless.png │ │ │ ├── Arcade-StickJoystickDPadCombo_NintendoSwitch.png │ │ │ ├── Arcade-StickJoystickDPadCombo_PlayStation.png │ │ │ ├── Arcade-StickJoystickDPadCombo_Xbox.png │ │ │ ├── Arcade-StickWASD_Glyphless.png │ │ │ ├── Arcade-StickWASD_NintendoSwitch.png │ │ │ ├── Arcade-StickWASD_PlayStation.png │ │ │ ├── Arcade-StickWASD_Xbox.png │ │ │ ├── Arcade-Stick_Glyphless.png │ │ │ ├── Arcade-Stick_NintendoSwitch.png │ │ │ ├── Arcade-Stick_PlayStation.png │ │ │ └── Arcade-Stick_Xbox.png │ ├── glyphless │ │ ├── Directional Pad.json │ │ ├── Ergonomics.json │ │ ├── Joystick+D-PAD Combo.json │ │ ├── Joystick.json │ │ ├── WASD.json │ │ └── theme.json │ ├── icon.png │ ├── name.txt │ ├── nintendoswitch │ │ ├── Directional Pad.json │ │ ├── Ergonomics.json │ │ ├── Joystick+D-PAD Combo.json │ │ ├── Joystick.json │ │ ├── WASD.json │ │ ├── icon.png │ │ └── theme.json │ ├── playstation │ │ ├── Directional Pad.json │ │ ├── Ergonomics.json │ │ ├── Joystick+D-PAD Combo.json │ │ ├── Joystick.json │ │ ├── WASD.json │ │ ├── icon.png │ │ └── theme.json │ └── xbox │ │ ├── Directional Pad.json │ │ ├── Ergonomics.json │ │ ├── Joystick+D-PAD Combo.json │ │ ├── Joystick.json │ │ ├── WASD.json │ │ ├── icon.png │ │ └── theme.json ├── genshin_impact │ ├── basic.json │ ├── button-active.png │ ├── button-lb.png │ ├── button-lg.png │ ├── button-lt.png │ ├── button-rb.png │ ├── button-rg.png │ ├── button-rt.png │ ├── icon.png │ ├── padheat.png │ ├── quad-e.png │ ├── quad-n.png │ ├── quad-s.png │ ├── quad-w.png │ ├── quad.png │ ├── stick-click.png │ ├── stick-ring.png │ ├── stick-slider.png │ ├── theme.json │ ├── touch-click.png │ ├── touch-pad.png │ └── touch-spot.png ├── icon.png └── name.txt ├── nintendoswitchjoycon ├── default │ ├── Joycon Grip │ │ ├── NSwitchJoyConGrip_base.png │ │ ├── No Gyro.json │ │ ├── all.json │ │ ├── icon.png │ │ └── theme.json │ ├── Joycon Pair │ │ ├── All.json │ │ ├── NSwitchJoyConPair_base.png │ │ ├── No Gyro.json │ │ ├── icon.png │ │ └── theme.json │ ├── Left Joycon │ │ ├── All (Horizontal).json │ │ ├── All (Vertical).json │ │ ├── NSwitchJoyCon_Left-Horizontal.png │ │ ├── NSwitchJoyCon_Left-Vertical.png │ │ ├── No Gyro (Horizontal).json │ │ ├── No Gyro (Vertical).json │ │ ├── icon.png │ │ └── theme.json │ ├── Right Joycon │ │ ├── All (Horizontal).json │ │ ├── All (Vertical).json │ │ ├── NSwitchJoyCon_Right-Horizontal.png │ │ ├── NSwitchJoyCon_Right-Vertical.png │ │ ├── No Gryo (Horizontal).json │ │ ├── No Gyro (Vertical).json │ │ ├── icon.png │ │ └── theme.json │ ├── ThemeAssets │ │ ├── NSwitchJoycon_AnalogStickClick.png │ │ ├── NSwitchJoycon_CaptureButton.png │ │ ├── NSwitchJoycon_FaceD-PAD_Button.png │ │ ├── NSwitchJoycon_HomeButton.png │ │ ├── NSwitchJoycon_L_Bumper-Horizontal.png │ │ ├── NSwitchJoycon_L_Bumper.png │ │ ├── NSwitchJoycon_LeftStick.png │ │ ├── NSwitchJoycon_MinusButton.png │ │ ├── NSwitchJoycon_MinusButton_Vertical.png │ │ ├── NSwitchJoycon_PlusButton.png │ │ ├── NSwitchJoycon_R_Bumper-Horizontal.png │ │ ├── NSwitchJoycon_R_Bumper.png │ │ ├── NSwitchJoycon_RightStick.png │ │ ├── NSwitchJoycon_Small-L-R_Button.png │ │ ├── NSwitchJoycon_Small-L-R_Button_Horizontal.png │ │ ├── NSwitchJoycon_ZL-Horizontal.png │ │ ├── NSwitchJoycon_ZL.png │ │ ├── NSwitchJoycon_ZR-Horizontal.png │ │ ├── NSwitchJoycon_ZR.png │ │ ├── color │ │ │ ├── NSwitchJoycon_LeftStick.png │ │ │ └── NSwitchJoycon_RightStick.png │ │ ├── joycongrip_gyro_down.png │ │ ├── joycongrip_gyro_left.png │ │ ├── joycongrip_gyro_right.png │ │ ├── joycongrip_gyro_up.png │ │ ├── leftjoycon-vertical_gyro_down.png │ │ ├── leftjoycon-vertical_gyro_left.png │ │ ├── leftjoycon-vertical_gyro_right.png │ │ ├── leftjoycon-vertical_gyro_up.png │ │ ├── leftjoycon_gyro_down.png │ │ ├── leftjoycon_gyro_left.png │ │ ├── leftjoycon_gyro_right.png │ │ ├── leftjoycon_gyro_up.png │ │ ├── rightjoycon-vertical_gyro_down.png │ │ ├── rightjoycon-vertical_gyro_left.png │ │ ├── rightjoycon-vertical_gyro_right.png │ │ ├── rightjoycon-vertical_gyro_up.png │ │ ├── rightjoycon_gyro_down.png │ │ ├── rightjoycon_gyro_left.png │ │ ├── rightjoycon_gyro_right.png │ │ ├── rightjoycon_gyro_up.png │ │ ├── switchjoycongrip_gyro-accel.png │ │ ├── switchleftjoycon-horizontal_gyro-accel.png │ │ ├── switchleftjoycon_gyro-accel.png │ │ ├── switchrightjoycon-horizontal_gyro-accel.png │ │ └── switchrightjoycon_gyro-accel.png │ ├── icon.png │ └── name.txt ├── icon.png └── name.txt ├── nintendoswitchprocontroller ├── default │ ├── NSwitchPro_AnalogStickClick.png │ ├── NSwitchPro_CaptureButton.png │ ├── NSwitchPro_D-PAD_Down.png │ ├── NSwitchPro_D-PAD_Left.png │ ├── NSwitchPro_D-PAD_Right.png │ ├── NSwitchPro_D-PAD_Up.png │ ├── NSwitchPro_FaceButton.png │ ├── NSwitchPro_HomeButton.png │ ├── NSwitchPro_L_Bumper.png │ ├── NSwitchPro_LeftStick.png │ ├── NSwitchPro_Plus-MinusButton.png │ ├── NSwitchPro_R_Bumper.png │ ├── NSwitchPro_RightStick.png │ ├── NSwitchPro_ZL.png │ ├── NSwitchPro_ZL_Active.png │ ├── NSwitchPro_ZR.png │ ├── NSwitchPro_ZR_Active.png │ ├── NSwitchPro_base.png │ ├── all.json │ ├── gyro_down.png │ ├── gyro_left.png │ ├── gyro_right.png │ ├── gyro_up.png │ ├── icon.png │ ├── nogyro.json │ ├── switchpro_gyro-accel.png │ └── theme.json ├── icon.png └── name.txt ├── steamcontroller ├── ahmemon │ ├── ah_nom_inal │ │ ├── .DS_Store │ │ ├── accel.json │ │ ├── base.png │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home.png │ │ ├── btn-stick.png │ │ ├── btn-sub.png │ │ ├── btn-trigger.png │ │ ├── gyro.json │ │ ├── gyro.png │ │ ├── gyro_d.png │ │ ├── gyro_l.png │ │ ├── gyro_r.png │ │ ├── gyro_u.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json │ ├── buh-lack │ │ ├── Accel.json │ │ ├── accel-symbol.json │ │ ├── base.png │ │ ├── base.png.zip │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home.png │ │ ├── btn-stick.png │ │ ├── btn-sub.png │ │ ├── btn-trigger.png │ │ ├── gyro-smbl.png │ │ ├── gyro-smbl_d.png │ │ ├── gyro-smbl_l.png │ │ ├── gyro-smbl_r.png │ │ ├── gyro-smbl_u.png │ │ ├── gyro-symbol.json │ │ ├── gyro.json │ │ ├── gyro.png │ │ ├── gyro_d.png │ │ ├── gyro_l.png │ │ ├── gyro_r.png │ │ ├── gyro_u.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json │ ├── icon.png │ └── name.txt ├── al2009man │ ├── Diagnostic │ │ ├── Accel.json │ │ ├── Gyro.json │ │ ├── No Gyro.json │ │ ├── SC_Diagnostic_ActiveButton.png │ │ ├── SC_Diagnostic_AnalogStickOutline.png │ │ ├── SC_Diagnostic_Base.png │ │ ├── SC_Diagnostic_Base_Alternative.png │ │ ├── SC_Diagnostic_Base_AlternativeWithGyro.png │ │ ├── SC_Diagnostic_Base_WithGyro.png │ │ ├── SC_Diagnostic_Gyro.png │ │ ├── SC_Diagnostic_Gyro_Alternative.png │ │ ├── SC_Diagnostic_Gyro_Outline.png │ │ ├── SC_Diagnostic_LeftGrip_Button.png │ │ ├── SC_Diagnostic_LeftTriggerSoftPull.png │ │ ├── SC_Diagnostic_RightGrip_Button.png │ │ ├── SC_Diagnostic_RightTriggerSoftPull.png │ │ ├── With Analog Stick - Accel.json │ │ ├── With Analog Stick - Gyro.json │ │ ├── With Analog Stick - No Gyro.json │ │ ├── icon.png │ │ ├── padheat.png │ │ └── theme.json │ ├── icon.png │ └── name.txt ├── classic │ ├── all.json │ ├── base.png │ ├── base_c.png │ ├── btn-face.png │ ├── btn-haptic.png │ ├── btn-home.png │ ├── btn-stick.png │ ├── btn-sub.png │ ├── btn-trigger.png │ ├── compact.json │ ├── compact_nogyro.json │ ├── gyro.png │ ├── gyro_d.png │ ├── gyro_l.png │ ├── gyro_r.png │ ├── gyro_u.png │ ├── icon.png │ ├── nogyro.json │ ├── padheat.png │ ├── stick.png │ └── theme.json ├── default │ ├── black │ │ ├── 1 All.json │ │ ├── 2 Accel.json │ │ ├── 3 Gyro.json │ │ ├── 4 No Gyro.json │ │ ├── 5 All (Compact).json │ │ ├── 6 Accel (Compact).json │ │ ├── 7 Gyro (Compact).json │ │ ├── 8 No Gyro (Compact).json │ │ ├── H10 Theme Debug.json │ │ ├── J9 Theme Debug - Compact.json │ │ ├── SC_AnalogStick.png │ │ ├── SC_AnalogStick_Click.png │ │ ├── SC_Face_Button.png │ │ ├── SC_GlyphPress.png │ │ ├── SC_Guide_Button.png │ │ ├── SC_Gyro-Accel.png │ │ ├── SC_LeftBumper-Active.png │ │ ├── SC_LeftGrip_Button.png │ │ ├── SC_LeftTrackpad_Click.png │ │ ├── SC_LeftTrigger-FullPull-Active.png │ │ ├── SC_LeftTriggerSoftPull.png │ │ ├── SC_RightBumper-Active.png │ │ ├── SC_RightGrip_Button.png │ │ ├── SC_RightTrackpad_Click.png │ │ ├── SC_RightTrigger-FullPull-Active.png │ │ ├── SC_RightTriggerSoftPull.png │ │ ├── SC_Start-Select_Button.png │ │ ├── SC_Touchpad_Touch.png │ │ ├── SC_base.png │ │ ├── SC_base_compact.png │ │ ├── gyro_down.png │ │ ├── gyro_left.png │ │ ├── gyro_right.png │ │ ├── gyro_up.png │ │ ├── icon.png │ │ ├── padheat.png │ │ └── theme.json │ ├── icon.png │ ├── name.txt │ └── white │ │ ├── 1 All.json │ │ ├── 2 Accel.json │ │ ├── 3 Gyro.json │ │ ├── 4 No Gyro.json │ │ ├── 6 All (Compact).json │ │ ├── 7 Accel (Compact).json │ │ ├── 8 Gyro (Compact).json │ │ ├── 9 No Gyro (Compact).json │ │ ├── SC_white_base.png │ │ ├── SC_white_base_compact.png │ │ ├── icon.png │ │ └── theme.json ├── docteurcontroller │ ├── LB.png │ ├── LTfull.png │ ├── RB.png │ ├── RTfull.png │ ├── accel.json │ ├── base1.png │ ├── btn-face.png │ ├── btn-haptic.png │ ├── btn-hapticG.png │ ├── btn-hapticG2.png │ ├── btn-home.png │ ├── btn-stick.png │ ├── btn-sub.png │ ├── gyro.json │ ├── gyro.png │ ├── gyro_d.png │ ├── gyro_l.png │ ├── gyro_r.png │ ├── gyro_u.png │ ├── icon.png │ ├── leftgrip.png │ ├── nogyro.json │ ├── padheat.png │ ├── rightgrip.png │ ├── stick.png │ └── theme.json ├── glass │ ├── base.png │ ├── icon.png │ ├── nogyro.json │ ├── stick.png │ └── theme.json ├── greyminimal │ ├── accel.json │ ├── base.png │ ├── btn-face.png │ ├── btn-haptic.png │ ├── btn-trigger.png │ ├── gyro.json │ ├── gyro.png │ ├── icon.png │ ├── nogyro.json │ ├── padheat.png │ ├── stick.png │ └── theme.json ├── icon.png ├── ishmobile │ ├── icon.png │ ├── lineart │ │ ├── base-black.png │ │ ├── base-blue.png │ │ ├── base-white.png │ │ ├── base.png │ │ ├── btn-a-gray.png │ │ ├── btn-a.png │ │ ├── btn-b-gray.png │ │ ├── btn-b.png │ │ ├── btn-face-black.png │ │ ├── btn-face-gray.png │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home-gray.png │ │ ├── btn-home.png │ │ ├── btn-leftbumper-gray.png │ │ ├── btn-leftbumper.png │ │ ├── btn-leftgrip-gray.png │ │ ├── btn-leftgrip.png │ │ ├── btn-leftpad-gray.png │ │ ├── btn-leftpad.png │ │ ├── btn-lefttrigger-gray.png │ │ ├── btn-lefttrigger.png │ │ ├── btn-rightbumper-gray.png │ │ ├── btn-rightbumper.png │ │ ├── btn-rightgrip-gray.png │ │ ├── btn-rightgrip.png │ │ ├── btn-rightpad-gray.png │ │ ├── btn-rightpad.png │ │ ├── btn-righttrigger-gray.png │ │ ├── btn-righttrigger.png │ │ ├── btn-select-gray.png │ │ ├── btn-select.png │ │ ├── btn-start-gray.png │ │ ├── btn-start.png │ │ ├── btn-stick-gray.png │ │ ├── btn-stick.png │ │ ├── btn-x-gray.png │ │ ├── btn-x.png │ │ ├── btn-y-gray.png │ │ ├── btn-y.png │ │ ├── gyro-smbl-black.png │ │ ├── gyro-smbl-blue.png │ │ ├── gyro-smbl-gray.png │ │ ├── gyro-smbl-white.png │ │ ├── gyro-smbl.png │ │ ├── gyro-smbl2_d.png │ │ ├── gyro-smbl2_l.png │ │ ├── gyro-smbl2_r.png │ │ ├── gyro-smbl2_u.png │ │ ├── gyro-smbl3_d.png │ │ ├── gyro-smbl3_l.png │ │ ├── gyro-smbl3_r.png │ │ ├── gyro-smbl3_u.png │ │ ├── gyro-smbl_d.png │ │ ├── gyro-smbl_l.png │ │ ├── gyro-smbl_r.png │ │ ├── gyro-smbl_u.png │ │ ├── icon.png │ │ ├── line-black-background.json │ │ ├── line-blue-background.json │ │ ├── line-only.json │ │ ├── line-white-background.json │ │ ├── padheat-black.png │ │ ├── padheat-gray.png │ │ ├── padheat.png │ │ ├── stick-white.png │ │ ├── stick.png │ │ └── theme.json │ └── name.txt ├── name.txt ├── nielk1 │ ├── cat paws │ │ ├── catpaws.json │ │ ├── icon.png │ │ ├── paw.png │ │ └── theme.json │ ├── firesale │ │ ├── accuratefaceonly.json │ │ ├── accuratefaceshoulder.json │ │ ├── base.png │ │ ├── base2.png │ │ ├── btn-a.png │ │ ├── btn-b.png │ │ ├── btn-home.png │ │ ├── btn-pad.png │ │ ├── btn-stick.png │ │ ├── btn-sub-left.png │ │ ├── btn-sub-right.png │ │ ├── btn-x.png │ │ ├── btn-y.png │ │ ├── faceonly.json │ │ ├── faceshoulder.json │ │ ├── icon.png │ │ ├── indicator-arrow.png │ │ ├── padheat-l.png │ │ ├── padheat-r.png │ │ ├── star1.png │ │ ├── star2.png │ │ ├── stick.png │ │ ├── stick2.png │ │ └── theme.json │ ├── icon.png │ └── name.txt ├── rambletan │ ├── black_stencil │ │ ├── base.png │ │ ├── bt_bumper.png │ │ ├── bt_bumper_l.png │ │ ├── bt_bumper_r.png │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home.png │ │ ├── btn-pad.png │ │ ├── btn-stick.png │ │ ├── btn-sub.png │ │ ├── btn-trigger.png │ │ ├── btn_grip_l.png │ │ ├── btn_grip_r.png │ │ ├── gyro.json │ │ ├── gyro.png │ │ ├── gyro_d.png │ │ ├── gyro_l.png │ │ ├── gyro_r.png │ │ ├── gyro_u.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json │ ├── icon.png │ ├── name.txt │ ├── outline_2018 │ │ ├── base.png │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home.png │ │ ├── btn-stick.png │ │ ├── btn-sub.png │ │ ├── btn-trigger.png │ │ ├── gyro.json │ │ ├── gyro.png │ │ ├── gyro_d.png │ │ ├── gyro_l.png │ │ ├── gyro_r.png │ │ ├── gyro_u.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json │ └── outline_2019 │ │ ├── accel-symbol.json │ │ ├── accel.json │ │ ├── base.png │ │ ├── btn-face.png │ │ ├── btn-haptic.png │ │ ├── btn-home.png │ │ ├── btn-stick.png │ │ ├── btn-sub.png │ │ ├── btn-trigger.png │ │ ├── gyro-smbl.png │ │ ├── gyro-smbl_d.png │ │ ├── gyro-smbl_l.png │ │ ├── gyro-smbl_r.png │ │ ├── gyro-smbl_u.png │ │ ├── gyro-symbol.json │ │ ├── gyro.json │ │ ├── gyro.png │ │ ├── gyro_d.png │ │ ├── gyro_l.png │ │ ├── gyro_r.png │ │ ├── gyro_u.png │ │ ├── nogyro.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json ├── sorafirestorm │ ├── icon.png │ ├── lineart │ │ ├── base.png │ │ ├── btn-a.png │ │ ├── btn-b.png │ │ ├── btn-face.png │ │ ├── btn-home.png │ │ ├── btn-leftbumper.png │ │ ├── btn-leftgrip.png │ │ ├── btn-leftpad.png │ │ ├── btn-lefttrigger.png │ │ ├── btn-rightbumper.png │ │ ├── btn-rightgrip.png │ │ ├── btn-rightpad.png │ │ ├── btn-righttrigger.png │ │ ├── btn-select.png │ │ ├── btn-start.png │ │ ├── btn-stick.png │ │ ├── btn-x.png │ │ ├── btn-y.png │ │ ├── gyro-smbl.png │ │ ├── gyro-smbl_d.png │ │ ├── gyro-smbl_l.png │ │ ├── gyro-smbl_r.png │ │ ├── gyro-smbl_u.png │ │ ├── icon.png │ │ ├── line-accel.json │ │ ├── line-gyro.json │ │ ├── line-only.json │ │ ├── padheat.png │ │ ├── stick.png │ │ └── theme.json │ └── name.txt └── white cerberus │ ├── LICENSE │ ├── all.json │ ├── base.png │ ├── base_c.png │ ├── btn-face.png │ ├── btn-haptic.png │ ├── btn-home.png │ ├── btn-stick.png │ ├── btn-sub.png │ ├── btn-trigger.png │ ├── compact.json │ ├── compact_nogyro.json │ ├── gyro.png │ ├── icon.png │ ├── nogyro.json │ ├── padheat.png │ ├── stick.png │ └── theme.json ├── steamcontrollerchell ├── default │ ├── all.json │ ├── base_chell.png │ ├── btn-face.png │ ├── btn-face_chell.png │ ├── btn-haptic.png │ ├── btn-home_chell.png │ ├── btn-sub_chell.png │ ├── btn-touch_chell.png │ ├── btn-trigger.png │ ├── gyro_chell.png │ ├── gyro_chell_d.png │ ├── gyro_chell_l.png │ ├── gyro_chell_r.png │ ├── gyro_chell_u.png │ ├── icon.png │ ├── nogyro.json │ ├── padheat.png │ └── theme.json ├── icon.png └── name.txt ├── steamdeck ├── default │ ├── ThemeAssets │ │ ├── SD_BackButton.png │ │ ├── SD_D-PAD_Down.png │ │ ├── SD_D-PAD_Left.png │ │ ├── SD_D-PAD_Right.png │ │ ├── SD_D-PAD_Up.png │ │ ├── SD_Face_Button.png │ │ ├── SD_GlyphPress.png │ │ ├── SD_Guide-QuickMenu_Button.png │ │ ├── SD_Gyro-Accel.png │ │ ├── SD_Joystick_Click.png │ │ ├── SD_L1.png │ │ ├── SD_L2-Active.png │ │ ├── SD_R1.png │ │ ├── SD_R2-Active.png │ │ ├── SD_Touchpad_Click.png │ │ ├── SD_Touchpad_Touch.png │ │ ├── SD_View-Menu_Button.png │ │ ├── color │ │ │ ├── SD_L2.png │ │ │ ├── SD_LeftAnalogStick.png │ │ │ ├── SD_R2.png │ │ │ └── SD_RightAnalogStick.png │ │ ├── gyro_down.png │ │ ├── gyro_left.png │ │ ├── gyro_right.png │ │ ├── gyro_up.png │ │ └── padheat.png │ ├── black │ │ ├── All (Compact).json │ │ ├── All.json │ │ ├── No Gyro.json │ │ ├── SD_base.png │ │ ├── SD_base_compact.png │ │ └── theme.json │ ├── icon.png │ └── name.txt ├── icon.png └── name.txt ├── xbox360controller ├── al2009man │ ├── Wikimedia │ │ ├── Wikimedia_A-Button.png │ │ ├── Wikimedia_B-Button.png │ │ ├── Wikimedia_Back-Button.png │ │ ├── Wikimedia_D-PAD_Down.png │ │ ├── Wikimedia_D-PAD_Left.png │ │ ├── Wikimedia_D-PAD_Right.png │ │ ├── Wikimedia_D-PAD_Up.png │ │ ├── Wikimedia_LB.png │ │ ├── Wikimedia_LeftStick-Click.png │ │ ├── Wikimedia_LeftStick.png │ │ ├── Wikimedia_LeftTrigger-Active.png │ │ ├── Wikimedia_LeftTrigger.png │ │ ├── Wikimedia_RB.png │ │ ├── Wikimedia_RightStick-Click.png │ │ ├── Wikimedia_RightStick.png │ │ ├── Wikimedia_RightTrigger-Active.png │ │ ├── Wikimedia_RightTrigger.png │ │ ├── Wikimedia_Start-Button.png │ │ ├── Wikimedia_X-Button.png │ │ ├── Wikimedia_XboxGuide.png │ │ ├── Wikimedia_Y-Button.png │ │ ├── XB360Wikimedia.json │ │ ├── Xbox_Wikimedia.png │ │ ├── icon.png │ │ ├── theme.json │ │ └── theme.json.bak │ ├── icon.png │ └── name.txt ├── default │ ├── ThemeAssets │ │ ├── color │ │ │ ├── XB360_LeftStick.png │ │ │ ├── XB360_LeftStick_Black.png │ │ │ ├── XB360_LeftTrigger.png │ │ │ ├── XB360_LeftTrigger_Black.png │ │ │ ├── XB360_RightStick.png │ │ │ ├── XB360_RightStick_Black.png │ │ │ ├── XB360_RightTrigger.png │ │ │ ├── XB360_RightTrigger_Black.png │ │ │ ├── XB360_base.png │ │ │ └── XB360_base_black.png │ │ └── xbox360activebuttons │ │ │ ├── XB360_A_Button.png │ │ │ ├── XB360_B_Button.png │ │ │ ├── XB360_BackButton.png │ │ │ ├── XB360_D-PAD_Down.png │ │ │ ├── XB360_D-PAD_Left.png │ │ │ ├── XB360_D-PAD_Right.png │ │ │ ├── XB360_D-PAD_Up.png │ │ │ ├── XB360_GuideButton.png │ │ │ ├── XB360_LeftBumper_Active.png │ │ │ ├── XB360_LeftStick_Click.png │ │ │ ├── XB360_LeftTrigger_Active.png │ │ │ ├── XB360_RightBumper_Active.png │ │ │ ├── XB360_RightStick_Click.png │ │ │ ├── XB360_RightTrigger_Active.png │ │ │ ├── XB360_StartButton.png │ │ │ ├── XB360_X_Button.png │ │ │ └── XB360_Y_Button.png │ ├── XB360 (Black).json │ ├── XB360 (White).json │ ├── icon.png │ ├── name.txt │ └── theme.json ├── icon.png └── name.txt └── xboxwirelesscontroller ├── al2009man ├── dmc5 │ ├── Default.json │ ├── dmc5_touchpad.png │ ├── dmc5_xbox_a.png │ ├── dmc5_xbox_analog_stick_active.png │ ├── dmc5_xbox_b.png │ ├── dmc5_xbox_circle_bar.png │ ├── dmc5_xbox_dpad_down.png │ ├── dmc5_xbox_dpad_left.png │ ├── dmc5_xbox_dpad_right.png │ ├── dmc5_xbox_dpad_up.png │ ├── dmc5_xbox_left_bumper.png │ ├── dmc5_xbox_left_joystick.png │ ├── dmc5_xbox_left_triggers.png │ ├── dmc5_xbox_menu.png │ ├── dmc5_xbox_right_bumper.png │ ├── dmc5_xbox_right_joystick.png │ ├── dmc5_xbox_right_triggers.png │ ├── dmc5_xbox_view.png │ ├── dmc5_xbox_x.png │ ├── dmc5_xbox_y.png │ ├── dmc5_xbxox_base.png │ ├── icon.png │ └── theme.json ├── icon.png └── name.txt ├── default ├── ThemeAssets │ ├── color │ │ ├── XB1_LeftStick.png │ │ ├── XB1_LeftStick_Blue.png │ │ ├── XB1_LeftStick_Red.png │ │ ├── XB1_LeftTrigger.png │ │ ├── XB1_LeftTrigger_Blue.png │ │ ├── XB1_LeftTrigger_Red.png │ │ ├── XB1_OG_base.png │ │ ├── XB1_OG_base_white.png │ │ ├── XB1_RightStick.png │ │ ├── XB1_RightStick_Blue.png │ │ ├── XB1_RightStick_Red.png │ │ ├── XB1_RightTrigger.png │ │ ├── XB1_RightTrigger_Blue.png │ │ ├── XB1_RightTrigger_Red.png │ │ ├── XB1_S_base.png │ │ ├── XB1_S_base_blue.png │ │ ├── XB1_S_base_red.png │ │ ├── XB1_S_base_white.png │ │ ├── XBSeries_LeftStick.png │ │ ├── XBSeries_LeftStick_Blue.png │ │ ├── XBSeries_LeftStick_Pink.png │ │ ├── XBSeries_LeftStick_Red.png │ │ ├── XBSeries_LeftStick_Volt.png │ │ ├── XBSeries_LeftTrigger.png │ │ ├── XBSeries_LeftTrigger_White.png │ │ ├── XBSeries_RightStick.png │ │ ├── XBSeries_RightStick_Blue.png │ │ ├── XBSeries_RightStick_Pink.png │ │ ├── XBSeries_RightStick_Red.png │ │ ├── XBSeries_RightStick_Volt.png │ │ ├── XBSeries_RightTrigger.png │ │ ├── XBSeries_RightTrigger_White.png │ │ ├── XBSeries_base.png │ │ ├── XBSeries_base_blue.png │ │ ├── XBSeries_base_deep_pink.png │ │ ├── XBSeries_base_red.png │ │ ├── XBSeries_base_volt.png │ │ └── XBSeries_base_white.png │ ├── xboxoneactivebuttons │ │ ├── XB1_A_Button.png │ │ ├── XB1_B_Button.png │ │ ├── XB1_D-PAD_Down.png │ │ ├── XB1_D-PAD_Left.png │ │ ├── XB1_D-PAD_Right.png │ │ ├── XB1_D-PAD_Up.png │ │ ├── XB1_HomeButton.png │ │ ├── XB1_LeftBumper_Active.png │ │ ├── XB1_LeftStick_Click.png │ │ ├── XB1_LeftTrigger_Active.png │ │ ├── XB1_MenuButton.png │ │ ├── XB1_RightBumper_Active.png │ │ ├── XB1_RightStick_Click.png │ │ ├── XB1_RightTrigger_Active.png │ │ ├── XB1_ViewButton.png │ │ ├── XB1_X_Button.png │ │ └── XB1_Y_Button.png │ └── xboxseriesxactivebuttons │ │ ├── XBSeries_A_Button.png │ │ ├── XBSeries_B_Button.png │ │ ├── XBSeries_D-PAD_Center.png │ │ ├── XBSeries_D-PAD_Down.png │ │ ├── XBSeries_D-PAD_Left.png │ │ ├── XBSeries_D-PAD_Right.png │ │ ├── XBSeries_D-PAD_Up.png │ │ ├── XBSeries_HomeButton.png │ │ ├── XBSeries_LeftBumper_Active.png │ │ ├── XBSeries_LeftStick_Click.png │ │ ├── XBSeries_LeftTrigger_Active.png │ │ ├── XBSeries_MenuButton.png │ │ ├── XBSeries_RightBumper_Active.png │ │ ├── XBSeries_RightStick_Click.png │ │ ├── XBSeries_RightTrigger_Active.png │ │ ├── XBSeries_ShareButton.png │ │ ├── XBSeries_ViewButton.png │ │ ├── XBSeries_X_Button.png │ │ └── XBSeries_Y_Button.png ├── Xbox One OG │ ├── XB1 OG (Black).json │ ├── XB1 OG (White).json │ ├── icon.png │ └── theme.json ├── Xbox One S │ ├── XB1 S (Black).json │ ├── XB1 S (Blue).json │ ├── XB1 S (Red).json │ ├── XB1 S (White).json │ ├── icon.png │ └── theme.json ├── Xbox Series X │ ├── XBSeries (Black).json │ ├── XBSeries (Blue).json │ ├── XBSeries (Pink).json │ ├── XBSeries (Red).json │ ├── XBSeries (Volt).json │ ├── XBSeries (White).json │ ├── icon.png │ └── theme.json ├── icon.png └── name.txt ├── icon.png ├── motion ├── XB1 S Motion Black.json ├── XB1 S Motion White.json ├── XBS Motion Black.json ├── XBS Motion White.json ├── gyro_down.png ├── gyro_left.png ├── gyro_right.png ├── gyro_up.png ├── icon.png ├── theme.json └── xbox_gyro-accel.png └── name.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/README.md -------------------------------------------------------------------------------- /THEMEENGINE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/THEMEENGINE.md -------------------------------------------------------------------------------- /ThemeFixer/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/App.config -------------------------------------------------------------------------------- /ThemeFixer/OSD_Fixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/OSD_Fixer.cs -------------------------------------------------------------------------------- /ThemeFixer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/Program.cs -------------------------------------------------------------------------------- /ThemeFixer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ThemeFixer/ThemeFixer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/ThemeFixer.csproj -------------------------------------------------------------------------------- /ThemeFixer/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/ThemeFixer/packages.config -------------------------------------------------------------------------------- /VSCView.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView.sln -------------------------------------------------------------------------------- /VSCView/About.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/About.Designer.cs -------------------------------------------------------------------------------- /VSCView/About.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/About.cs -------------------------------------------------------------------------------- /VSCView/About.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/About.resx -------------------------------------------------------------------------------- /VSCView/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/App.config -------------------------------------------------------------------------------- /VSCView/CustomFleeFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/CustomFleeFunctions.cs -------------------------------------------------------------------------------- /VSCView/DeviceManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/DeviceManager.cs -------------------------------------------------------------------------------- /VSCView/IconImageManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/IconImageManager.cs -------------------------------------------------------------------------------- /VSCView/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/MainForm.Designer.cs -------------------------------------------------------------------------------- /VSCView/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/MainForm.cs -------------------------------------------------------------------------------- /VSCView/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/MainForm.resx -------------------------------------------------------------------------------- /VSCView/OSD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/OSD.cs -------------------------------------------------------------------------------- /VSCView/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Program.cs -------------------------------------------------------------------------------- /VSCView/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /VSCView/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /VSCView/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Properties/Resources.resx -------------------------------------------------------------------------------- /VSCView/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /VSCView/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Properties/Settings.settings -------------------------------------------------------------------------------- /VSCView/Resources/Nielk1_eyes_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Resources/Nielk1_eyes_128.png -------------------------------------------------------------------------------- /VSCView/SensorCollector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/SensorCollector.cs -------------------------------------------------------------------------------- /VSCView/SensorFusion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/SensorFusion.cs -------------------------------------------------------------------------------- /VSCView/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/Settings.cs -------------------------------------------------------------------------------- /VSCView/ThemeDesc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/ThemeDesc.cs -------------------------------------------------------------------------------- /VSCView/VSCView.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/VSCView.csproj -------------------------------------------------------------------------------- /VSCView/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/app.manifest -------------------------------------------------------------------------------- /VSCView/icons/CONNECTION_BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/CONNECTION_BT.png -------------------------------------------------------------------------------- /VSCView/icons/CONNECTION_DONGLE_DS4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/CONNECTION_DONGLE_DS4.png -------------------------------------------------------------------------------- /VSCView/icons/CONNECTION_DONGLE_SC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/CONNECTION_DONGLE_SC.png -------------------------------------------------------------------------------- /VSCView/icons/CONNECTION_WIRE_USB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/CONNECTION_WIRE_USB.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_DS4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_DS4.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_DS5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_DS5.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_NONE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_NONE.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_SC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_SC.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_SC_CHELL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_SC_CHELL.png -------------------------------------------------------------------------------- /VSCView/icons/DEVICE_UNKNOWN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/icons/DEVICE_UNKNOWN.png -------------------------------------------------------------------------------- /VSCView/licenses/Newtonsoft.Json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/licenses/Newtonsoft.Json.txt -------------------------------------------------------------------------------- /VSCView/licenses/VCSView.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/licenses/VCSView.txt -------------------------------------------------------------------------------- /VSCView/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/packages.config -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Circle.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Cross.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Down.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Left.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Right.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_D-PAD_Up.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Gyro-Accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Gyro-Accel.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Home_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Home_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_L1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_L1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_L2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_L2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_L2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_L2.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Mute_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Mute_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_R1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_R1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_R2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_R2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_R2.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Square.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/DualSense_Triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/DualSense_Triangle.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/ThemeAssets/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/ThemeAssets/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/cosmic red/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/cosmic red/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/cosmic red/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/cosmic red/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/cosmic red/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/cosmic red/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/cosmic red/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/cosmic red/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/galactic purple/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/galactic purple/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/galactic purple/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/galactic purple/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/galactic purple/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/galactic purple/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/galactic purple/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/galactic purple/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/midnight black/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/midnight black/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/midnight black/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/midnight black/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/midnight black/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/midnight black/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/midnight black/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/midnight black/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/nova pink/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/nova pink/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/nova pink/DualSense_base_nova_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/nova pink/DualSense_base_nova_pink.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/nova pink/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/nova pink/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/nova pink/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/nova pink/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/nova pink/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/nova pink/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/starlight blue/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/starlight blue/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/starlight blue/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/starlight blue/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/starlight blue/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/starlight blue/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/starlight blue/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/starlight blue/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/All.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/DualSense_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/DualSense_base.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/theme debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/theme debug.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/default/white/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/default/white/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualsense/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualsense/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualsense/name.txt: -------------------------------------------------------------------------------- 1 | Sony DualSense Controller -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/DS4_dmc5_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/DS4_dmc5_base.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_padheat.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_circle.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_circle_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_circle_bar.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_cross.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_dpad_up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro-acel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro-acel.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_left_bumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_left_bumper.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_left_trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_left_trigger.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_right_bumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_right_bumper.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_right_trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_right_trigger.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_square.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_touchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_touchpad.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_ps4_triangle.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/dmc5_touchpad_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/dmc5_touchpad_touch.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/dmc5/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/dmc5/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/al2009man/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/al2009man/name.txt: -------------------------------------------------------------------------------- 1 | AL2009man -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4-Touchpad-Cick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4-Touchpad-Cick.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_AnalogStick_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_AnalogStick_Click.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_D-PAD_Up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_Face_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_Face_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_Home_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_Home_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_L1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_L1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_L2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_L2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_L2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_L2.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_LeftAnalogStick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_LeftAnalogStick.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_OptionsShare_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_OptionsShare_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_R1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_R1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_R2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_R2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_R2.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_RightAnalogStick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_RightAnalogStick.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_Touchpad_Touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_Touchpad_Touch.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/DS4_V1_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/DS4_V1_base.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/ps4_gyro-accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/ps4_gyro-accel.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V1/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V1/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4-Touchpad-Cick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4-Touchpad-Cick.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_D-PAD_Up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Face_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Face_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Home_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Home_Button.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_L1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_L1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_L2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_L2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_R1-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_R1-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_R2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_R2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Touchpad_Touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_Touchpad_Touch.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_V2_L2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_V2_L2.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_V2_R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/DS4_V2_R2.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/ThemeAssets/ps4_gyro-accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/ThemeAssets/ps4_gyro-accel.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/glacier white/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/glacier white/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/glacier white/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/glacier white/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/glacier white/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/glacier white/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/glacier white/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/glacier white/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/gold/DS4_V2_base_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/gold/DS4_V2_base_gold.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/gold/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/gold/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/gold/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/gold/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/gold/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/gold/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/gold/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/gold/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/DS4_V2_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/DS4_V2_base.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/theme debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/theme debug.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/jet black/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/jet black/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/magma red/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/magma red/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/magma red/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/magma red/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/magma red/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/magma red/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/magma red/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/magma red/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/midnight blue/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/midnight blue/all.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/midnight blue/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/midnight blue/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/midnight blue/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/midnight blue/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/midnight blue/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/V2/midnight blue/theme.json -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/V2/name.txt: -------------------------------------------------------------------------------- 1 | DS4 V2 2 | -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/default/name.txt: -------------------------------------------------------------------------------- 1 | Default 2 | -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/dualshock4/icon.png -------------------------------------------------------------------------------- /VSCView/themes/dualshock4/name.txt: -------------------------------------------------------------------------------- 1 | Sony DualShock 4 Controller 2 | -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/Directional Pad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/Directional Pad.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/Ergonomics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/Ergonomics.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/Joystick+D-PAD Combo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/Joystick+D-PAD Combo.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/Joystick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/Joystick.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/WASD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/WASD.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/glyphless/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/glyphless/theme.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/name.txt: -------------------------------------------------------------------------------- 1 | Arcade Controller -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/Directional Pad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/Directional Pad.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/Ergonomics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/Ergonomics.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/Joystick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/Joystick.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/WASD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/WASD.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/nintendoswitch/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/nintendoswitch/theme.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/Directional Pad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/Directional Pad.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/Ergonomics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/Ergonomics.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/Joystick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/Joystick.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/WASD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/WASD.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/playstation/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/playstation/theme.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/Directional Pad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/Directional Pad.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/Ergonomics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/Ergonomics.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/Joystick+D-PAD Combo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/Joystick+D-PAD Combo.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/Joystick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/Joystick.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/WASD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/WASD.json -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/arcadestick/xbox/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/arcadestick/xbox/theme.json -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/basic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/basic.json -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-active.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-lb.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-lg.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-lt.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-rb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-rb.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-rg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-rg.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/button-rt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/button-rt.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/quad-e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/quad-e.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/quad-n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/quad-n.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/quad-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/quad-s.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/quad-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/quad-w.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/quad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/quad.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/stick-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/stick-click.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/stick-ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/stick-ring.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/stick-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/stick-slider.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/theme.json -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/touch-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/touch-click.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/touch-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/touch-pad.png -------------------------------------------------------------------------------- /VSCView/themes/general/genshin_impact/touch-spot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/genshin_impact/touch-spot.png -------------------------------------------------------------------------------- /VSCView/themes/general/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/general/icon.png -------------------------------------------------------------------------------- /VSCView/themes/general/name.txt: -------------------------------------------------------------------------------- 1 | General -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/all.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Grip/theme.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/All.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Joycon Pair/theme.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Left Joycon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Left Joycon/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Left Joycon/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Left Joycon/theme.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Right Joycon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Right Joycon/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/Right Joycon/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/Right Joycon/theme.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchjoycon/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchjoycon/name.txt: -------------------------------------------------------------------------------- 1 | Nintendo Switch Joy-Con -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_ZL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_ZL.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_ZR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_ZR.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/NSwitchPro_base.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/all.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/default/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/default/theme.json -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/nintendoswitchprocontroller/icon.png -------------------------------------------------------------------------------- /VSCView/themes/nintendoswitchprocontroller/name.txt: -------------------------------------------------------------------------------- 1 | Nintendo Switch Pro Controller -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/.DS_Store -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/ah_nom_inal/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/Accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/Accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/accel-symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/accel-symbol.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/base.png.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/base.png.zip -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-smbl_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro-symbol.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/buh-lack/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/buh-lack/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ahmemon/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ahmemon/name.txt: -------------------------------------------------------------------------------- 1 | ah.ME.mon -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/Accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/Accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/Diagnostic/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/Diagnostic/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/al2009man/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/al2009man/name.txt: -------------------------------------------------------------------------------- 1 | AL2009man -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/all.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/base_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/base_c.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/compact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/compact.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/compact_nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/compact_nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/classic/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/classic/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/1 All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/1 All.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/2 Accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/2 Accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/3 Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/3 Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/4 No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/4 No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/5 All (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/5 All (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/6 Accel (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/6 Accel (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/7 Gyro (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/7 Gyro (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/8 No Gyro (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/8 No Gyro (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/H10 Theme Debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/H10 Theme Debug.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_AnalogStick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_AnalogStick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_AnalogStick_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_AnalogStick_Click.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_Face_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_Face_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_GlyphPress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_GlyphPress.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_Guide_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_Guide_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_Gyro-Accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_Gyro-Accel.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_LeftBumper-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_LeftBumper-Active.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_LeftGrip_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_LeftGrip_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_LeftTrackpad_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_LeftTrackpad_Click.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_LeftTriggerSoftPull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_LeftTriggerSoftPull.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_RightBumper-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_RightBumper-Active.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_RightGrip_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_RightGrip_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_RightTrackpad_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_RightTrackpad_Click.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_Start-Select_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_Start-Select_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_Touchpad_Touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_Touchpad_Touch.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/SC_base_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/SC_base_compact.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/black/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/black/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/1 All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/1 All.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/2 Accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/2 Accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/3 Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/3 Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/4 No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/4 No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/6 All (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/6 All (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/7 Accel (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/7 Accel (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/8 Gyro (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/8 Gyro (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/9 No Gyro (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/9 No Gyro (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/SC_white_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/SC_white_base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/SC_white_base_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/SC_white_base_compact.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/default/white/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/default/white/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/LB.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/LTfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/LTfull.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/RB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/RB.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/RTfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/RTfull.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/base1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/base1.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-hapticG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-hapticG.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-hapticG2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-hapticG2.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/leftgrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/leftgrip.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/rightgrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/rightgrip.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/docteurcontroller/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/docteurcontroller/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/glass/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/glass/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/glass/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/glass/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/glass/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/glass/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/glass/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/glass/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/glass/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/glass/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/greyminimal/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/greyminimal/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/base-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/base-black.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/base-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/base-blue.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/base-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/base-white.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-a-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-a-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-a.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-b-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-b-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-b.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-face-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-face-black.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-face-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-face-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-home-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-home-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftbumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftbumper.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftgrip-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftgrip-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftgrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftgrip.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftpad-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftpad-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-leftpad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-lefttrigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-lefttrigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightbumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightbumper.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightgrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightgrip.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-rightpad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-righttrigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-righttrigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-select-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-select-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-select.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-start-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-start-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-start.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-stick-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-stick-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-x-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-x-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-x.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-y-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-y-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/btn-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/btn-y.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-black.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-blue.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl-white.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl2_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl3_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/gyro-smbl_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/line-only.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/line-only.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/padheat-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/padheat-black.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/padheat-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/padheat-gray.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/stick-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/stick-white.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/lineart/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/ishmobile/lineart/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/ishmobile/name.txt: -------------------------------------------------------------------------------- 1 | Ishmobile -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/name.txt: -------------------------------------------------------------------------------- 1 | Valve Steam Controller -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/cat paws/catpaws.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/cat paws/catpaws.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/cat paws/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/cat paws/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/cat paws/paw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/cat paws/paw.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/cat paws/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/cat paws/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/accuratefaceonly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/accuratefaceonly.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/base2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/base2.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-a.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-b.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-pad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-sub-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-sub-left.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-sub-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-sub-right.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-x.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/btn-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/btn-y.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/faceonly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/faceonly.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/faceshoulder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/faceshoulder.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/indicator-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/indicator-arrow.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/padheat-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/padheat-l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/padheat-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/padheat-r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/star1.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/star2.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/stick2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/stick2.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/firesale/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/firesale/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/nielk1/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/nielk1/name.txt: -------------------------------------------------------------------------------- 1 | Nielk1 -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/bt_bumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/bt_bumper.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-pad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn_grip_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn_grip_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/btn_grip_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/btn_grip_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/black_stencil/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/black_stencil/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/name.txt: -------------------------------------------------------------------------------- 1 | RambleTan -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2018/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2018/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro-smbl_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/gyro_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/rambletan/outline_2019/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/rambletan/outline_2019/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-a.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-b.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-leftgrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-leftgrip.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-leftpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-leftpad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-rightpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-rightpad.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-select.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-start.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-x.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/btn-y.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/gyro-smbl_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/line-accel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/line-accel.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/line-gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/line-gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/line-only.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/line-only.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/lineart/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/sorafirestorm/lineart/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/sorafirestorm/name.txt: -------------------------------------------------------------------------------- 1 | Sora Firestorm -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/LICENSE -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/all.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/base.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/base_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/base_c.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-home.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-sub.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/compact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/compact.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/compact_nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/compact_nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/gyro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/gyro.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/stick.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontroller/white cerberus/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontroller/white cerberus/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/all.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/base_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/base_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-face.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-face_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-face_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-haptic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-haptic.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-home_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-home_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-sub_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-sub_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-touch_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-touch_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/btn-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/btn-trigger.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/gyro_chell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/gyro_chell.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/gyro_chell_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/gyro_chell_d.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/gyro_chell_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/gyro_chell_l.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/gyro_chell_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/gyro_chell_r.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/gyro_chell_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/gyro_chell_u.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/nogyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/nogyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/default/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/default/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamcontrollerchell/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamcontrollerchell/name.txt: -------------------------------------------------------------------------------- 1 | Valve Steam Controller Chell -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_BackButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_BackButton.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Down.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Left.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Right.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_D-PAD_Up.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_Face_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_Face_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_GlyphPress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_GlyphPress.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_Gyro-Accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_Gyro-Accel.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_Joystick_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_Joystick_Click.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_L1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_L1.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_L2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_L2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_R1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_R1.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_R2-Active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_R2-Active.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_Touchpad_Click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_Touchpad_Click.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_Touchpad_Touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_Touchpad_Touch.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/SD_View-Menu_Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/SD_View-Menu_Button.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/color/SD_L2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/color/SD_L2.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/color/SD_R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/color/SD_R2.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/ThemeAssets/padheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/ThemeAssets/padheat.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/All (Compact).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/All (Compact).json -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/All.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/All.json -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/No Gyro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/No Gyro.json -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/SD_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/SD_base.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/SD_base_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/SD_base_compact.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/black/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/black/theme.json -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/steamdeck/icon.png -------------------------------------------------------------------------------- /VSCView/themes/steamdeck/name.txt: -------------------------------------------------------------------------------- 1 | Valve Steam Deck -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/Wikimedia/Wikimedia_LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/Wikimedia/Wikimedia_LB.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/Wikimedia/Wikimedia_RB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/Wikimedia/Wikimedia_RB.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/Wikimedia/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/Wikimedia/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/Wikimedia/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/Wikimedia/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/Wikimedia/theme.json.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/Wikimedia/theme.json.bak -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/al2009man/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/al2009man/name.txt: -------------------------------------------------------------------------------- 1 | AL2009man -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/default/XB360 (Black).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/default/XB360 (Black).json -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/default/XB360 (White).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/default/XB360 (White).json -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/default/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/default/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xbox360controller/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xbox360controller/name.txt: -------------------------------------------------------------------------------- 1 | Microsoft Xbox 360 Controller -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/Default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/Default.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_a.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_b.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_x.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/dmc5_xbox_y.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/dmc5/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/al2009man/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/al2009man/name.txt: -------------------------------------------------------------------------------- 1 | AL2009man -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/Xbox One OG/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/Xbox One OG/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/Xbox One OG/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/Xbox One OG/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/Xbox One S/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/Xbox One S/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/Xbox One S/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/Xbox One S/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/Xbox Series X/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/Xbox Series X/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/default/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/default/name.txt: -------------------------------------------------------------------------------- 1 | Default -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/XB1 S Motion Black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/XB1 S Motion Black.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/XB1 S Motion White.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/XB1 S Motion White.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/XBS Motion Black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/XBS Motion Black.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/XBS Motion White.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/XBS Motion White.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/gyro_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/gyro_down.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/gyro_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/gyro_left.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/gyro_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/gyro_right.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/gyro_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/gyro_up.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/icon.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/theme.json -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/motion/xbox_gyro-accel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nielk1/VSCView/HEAD/VSCView/themes/xboxwirelesscontroller/motion/xbox_gyro-accel.png -------------------------------------------------------------------------------- /VSCView/themes/xboxwirelesscontroller/name.txt: -------------------------------------------------------------------------------- 1 | Microsoft Xbox Wireless Controller --------------------------------------------------------------------------------