Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Jan 6, 2023
1 parent bfdd384 commit abbadc4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ Dark mode titlebars everywhere.

## Usage

### Note
You don't actually need this application! Simply merging the following registry file achieves the functionality of Dark Mode Titlebars.

Simply merge the following registry file.

```ini
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"ColorizationColor"=dword:c4000000
"ColorizationAfterglow"=dword:c4000000
"AccentColor"=dword:ff000000
"ColorPrevalence"=dword:00000001
"AccentColorInactive"=dword:ff2b2b2b

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:c4000000
```

1. Download the latest release from [GitHub Releases](https://github.com/Aetopia/Dark-Mode-Titlebars/releases/latest).
2. Simply run `DMTB.exe` and then open any application.
Dark mode titlebars will be applied globally to any application that doesn't support it.
Expand Down

0 comments on commit abbadc4

Please sign in to comment.