Skip to content

Commit d614259

Browse files
committed
Update README.md and version bump
1 parent 03d361b commit d614259

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

DarkMode/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define DM_VERSION "Dark mode v0.4.4.0"
1+
#define DM_VERSION "Dark mode v0.5.0.0"
22
#define DM_COPYRIGHT "Copyright (c) 2024-2025 ozone10"

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![PayPal.me](https://img.shields.io/badge/PayPal-me-blue.svg?maxAge=2592000)](https://paypal.me/ozone10/)
99
---
1010

11-
Dark7zip is project to experiment with dark mode using win32 API.
11+
Dark7zip is project to experiment with dark mode for [7-Zip](https://github.com/ip7z/7zip) and its fork [7-Zip-zstd](#7-zip-zstd).
1212
It is mainly for Windows 10 and Windows 11. Some controls might, might not use dark/custom colors on older OS.
1313

1414
* * *
@@ -21,13 +21,16 @@ It is mainly for Windows 10 and Windows 11. Some controls might, might not use d
2121

2222
## Installation
2323

24-
Replace 7z original files (e.g. `C:\Program Files\7-Zip\`) with files from downloaded zip file (currently only for x64 platform).
24+
Replace 7z original files (e.g. `C:\Program Files\7-Zip\`) with files from downloaded zip file.
2525

2626
- `7zFM.exe` - file manager, "main exe"
2727
- `7zG.exe` - mainly extraction, compression dialogs
2828
- `7z.sfx`- optional, file needed for creating self-extracting archives
2929
- `7zDark.ini` - optional, more information below
3030

31+
> [!NOTE]
32+
> Currently files are released only for x64 platform. You can get files for other platform from Github Actions for original 7-Zip, 7-Zip-zstd has only x64 platform. Make sure to get correct version - [main](https://github.com/ozone10/7zip-Dark7zip/actions?query=branch%3Amain) for original 7-Zip, [7z-zstd](https://github.com/ozone10/7zip-Dark7zip/actions?query=branch%3A7z-zstd) for 7-Zip-zstd.
33+
3134
## Config
3235

3336
`7zDark.ini` is configuration file to allow mainly to set custom colors.
@@ -159,11 +162,17 @@ textView = "C3BE98"
159162
gridlines = "4F5F5F"
160163
```
161164

165+
## 7-Zip-zstd
166+
167+
7-Zip-zstd is popular 7-Zip fork which contains additional compression algorithms such as Zstandard and Brotli.
168+
Source code for dark mode for it is in [7z-zstd](https://github.com/ozone10/7zip-Dark7zip/tree/7z-zstd) branch.
169+
170+
For more information about 7-Zip-zstd fork check [7-Zip-zstd](https://github.com/mcmilk/7-Zip-zstd).
162171

163172
## License
164173

165174
Most code related to dark mode is under license MIT, or GPLv3 or later version.
166-
175+
167176
For 7-Zip check DOC folder for information on used license.
168177
[License.txt](DOC/License.txt)
169178
[readme.txt](DOC/readme.txt)

0 commit comments

Comments
 (0)