Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 960 Bytes

How-to-use-custom-UI-themes.md

File metadata and controls

18 lines (10 loc) · 960 Bytes

Introduction

As of version 4.2.2, custom unofficial Qt UI themes can be used on all platforms. This is mostly relevant for Windows users, because on Windows there is currently no native theming integration.

Procedure

You can find unofficial themes here: List of unofficial themes

After you have downloaded your chosen .qbtheme theme file, using it is quite easy:

  1. Enable Menu → Tools → Options → Behavior → Interface → Use custom UI Theme and select the .qbtheme file
  2. Restart QBittorrent for the .qbtheme to take effect.

example theme setup

Developing new custom themes

If you are interested in developing new custom themes, check out this page.