Giter VIP home page Giter VIP logo

wiki's Introduction

๐Ÿ“š The Windows Theming Wiki

Welcome to The Windows Ricing Wiki. Here you can find guides and everything you need to get started on your Windows theming journey.

โš ๏ธ WARNING: As a rule of thumb, before making any kind of change for the first time, create a system restore point.


โ“ Where to get Windows themes

DeviantArt is the primary platform for windows themes.

โš ๏ธ WARNING: Websites other than DA are probably fake (resell paid themes) so just keep an eye for those types of websites.


๐Ÿ”ง Patching your system

In order to apply third-party Windows themes you need to patch your system. For this we recommend SecureUXTheme because it's the most reliable and safe. We DO NOT recommend UltraUXThemePatcher since nowadays it is quite unreliable and it also doesn't work properly on Windows 11.

How to patch using SecureUXTheme:

  1. Download SecureUXTheme and open it AS ADMINISTRATOR (the file might be called ThemeTool.exe).
  2. (optional, read below*) Enable Hook LogonUI then hit Install.
  3. Reboot your PC.

(You only need to do this once, but might need to repeat it after some Windows updates!)

About Hook LogonUI*

Hook LogonUI and Rename DefaultColors both aim to fix colors being reset by LogonUI (for example when going into ctrl+alt+del) but of course do so in different ways. The tradeoff is simple:

  • Rename DefaultColors may cause issues with updates and you might need to repatch more often.
  • Hook LogonUI causes locking your computer to take a few more seconds.

It's up to you what you want to do, but if you just want to patch once and forget about it we suggest you use Hook LogonUI.


๐ŸŽจ Applying custom themes

Since we only recommend you use SecureUXTheme for patching your system, this is a guide for applying themes with SecureUXTheme.

How to apply themes with SecureUXTheme:

  1. Make sure you have patched your system (read above).
  2. Install your themes by putting the .theme files and the adjacent folders into C:\Windows\Resources\Themes.
  3. Open SecureUXTheme AS ADMINISTRATOR (the file might be called ThemeTool.exe).
  4. Find your theme in the list and select it.
  5. Click Patch and Apply.
  6. And, voila! You are done!

(You need to do this for all the themes you want to apply!)


๐Ÿ‡ฆ Changing default system font

By default, Windows uses the Segoe UI font. To change it, Segoe UI needs to be disabled in the registry, and a fallback font needs to be set, which will be used instead.

Use the following steps:

  1. Create a backup of your current [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] and [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes], by selecting the keys (folders) in the registry editor, and calling File -> Export. Name the file something recognizable, such as "WindowFonts-DefaultBackup.reg".
  2. Create a new file for your font setting, call it something like "WindowsFonts-FontName.reg". Make sure the extension is changed to .reg. In the file, paste the following contents, replacing the FontName with the name of the font you wish to use (make sure it's spelled exactly right, for example, "Segoe UI"="Arial"):
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="FontName"
  1. Right-click on the file, and select "Merge", and agree to the prompt that appears.
  2. Restart the computer, and the new font should be applied.

๐ŸŽ€ Removing ribbon menu from Explorer

For this, you will have to use a program called OldNewExplorer

Extract it, and open the exe.

Select the "Use command bar" box and unselect the last two boxes.

Note: In Windows 11, the ribbon menu was replaced by a command bar, displaying buttons for copy, paste etc. To remove it, it needs to be replaced by the ribbon menu first. In Windows Terminal (or command prompt), call: reg.exe add "HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32" /f /ve (alternatively, this registry key can be added manually). The ribbon menu should be back, making it possible to remove it with OldNewExplorer as described above.


๐Ÿšง Something doesn't work? Are you confused?

Read the handy-dandy FAQ we made!

โ“ My theme doesn't apply!

This is a very common problem, you probably simply forgot to put the theme folder in the themes directory!

Below is an image representing how the files and folders should be placed:

File and Folder Placement

โ“ My theme is broken!

If you patched your system using UltraUX, please try using SecureUX instead. On numerous occasions we had users complain about themes not looking right and it was fixed with SecureUX. If this does not fix your issue then the theme might be old and/or made for another version of Windows.

โ“ Will themes reduce my performance?

No! Every single theme is just a reskin of the original Windows theme.

โ“ How do I make my own themes

Themes are made by editing the original Windows .msstyles, you can make a copy of it from your C:\Windows\Resources\Themes folder and use a style builder tool like Windows Style Builder (Keep in mind this is PAID SOFTWARE, it costs $30), or a free alternative like msstyleEditor in order to change the look and properties of the theme.

โ“ I used OldNewExplorer, but now there's a menu that doesn't go away!

Press Ctrl+Shift+M to remove this menu. Make sure you have the window focused before pressing the keys.

โ“ There's another bar at the bottom when using OldNewExplorer!

Press Alt+Shift+P while having the window focused.

โ“ I saw screenshots where people had tabs on their Explorer, how?

You can do this using a shell extension called QTTabbar, which can be downloaded here.

QTTabbar includes other tricks like left navigation panel without folder names, we should have a decent QTTabbar guide written pretty soon.

โ“ I am trying to change my QTTabbar toolbar color but there is a black box around it...

QTTabbar has a bug where it will only be able to recolor toolbar properly on white variant themes, if your theme applies darkmode by default, these black bars will not come off, sorry.

โ“ There is a floating taskbar on the preview of the theme while mine is not...

For this you would need StartIsBack (StartAllBack for Windows 11), which can be downloaded here for Windows 10 and here for Windows 11 (Keep in mind the software is paid, both of them costing 5$).

After installation follow your theme's instructions in order to apply it's theme to SIB / SAB.

โ“ How do I achieve blank titles on my window title-bar?

Use WinAeroTweaker to change titlebar font to blank.

You can download the blank font here!


โœจ Contributing

We'd love if you could contribute to this project with a few fixes or additions! :D

License

This work is dual-licensed, while the wiki itself (text) being licensed under the CC-BY-4.0 license, the website itself is licensed under the MIT license.

wiki's People

Contributors

dlphin avatar kass-kass avatar sheeepdev avatar willy-jl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.