How to make Themes for RPCS3? - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16) +--- Thread: How to make Themes for RPCS3? (/showthread.php?tid=197794) |
How to make Themes for RPCS3? - TheGroove69 - 01-04-2018 Hello everyone! I know everyone is working to get the emulator bugfree and running smoothly. Its the 1st priority. But I was thinking in how I could make a own Theme for RPCS3. So i searched on Google and on this forum but found nothing realy useful. If anybody could tell me what programm to use on Windows 10 to make .qss files that are working with RPCS3 would be verry helpful. thx! RE: How to make Themes for RPCS3? - Ani - 01-04-2018 qss are basically CSS files for QT. You just have to know CSS and QT stylesheet properties, and use any text editor like Notepad++ to write a CSS sheet. RE: How to make Themes for RPCS3? - TheGroove69 - 01-05-2018 (01-04-2018, 05:23 PM)Ani Wrote: qss are basically CSS files for QT. Thx for the Answer! :-) But what I had in mind was more like a design-programm for windows similar to Visual Studio or sketch on OSX. My plan is to use .jpg's to style the Buttons. For example to change the style from now(VLC Player-like) to, lets say Windows Media Player-like(a collored UI which looks more plastic than just gray Buttons). So my plan is to keep the layout as it is, just edit the looks in a way everythings fit together and give it a more plastic design. For example, PS3-style color and Text. Is it even possible? I searched the whole internet the last 3 days, but I found nothing realy useful. Or is editing with Notepad++ the only option to style the UI? RE: How to make Themes for RPCS3? - Ani - 01-05-2018 Nope, you have to write CSS, there's no program that does that for you in this scenario. You can probably define the button's backgrounds as images, just experiment. If you have no experience with CSS, you're probably going to have a bad time, as some things are annoying to fine-tune. RE: How to make Themes for RPCS3? - oky_dnp - 01-11-2018 (01-04-2018, 05:23 PM)Ani Wrote: qss are basically CSS files for QT. After i make a theme rpcs3 with CSS. how to applying css theme to rpcs3? RE: How to make Themes for RPCS3? - Ani - 01-11-2018 Place qss file in GuiConfigs and load it from GUI like you would load other themes |