You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`7z.sfx`- optional, file needed for creating self-extracting archives
29
29
-`7zDark.ini` - optional, more information below
30
30
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
+
31
34
## Config
32
35
33
36
`7zDark.ini` is configuration file to allow mainly to set custom colors.
@@ -159,11 +162,17 @@ textView = "C3BE98"
159
162
gridlines = "4F5F5F"
160
163
```
161
164
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).
162
171
163
172
## License
164
173
165
174
Most code related to dark mode is under license MIT, or GPLv3 or later version.
166
-
175
+
167
176
For 7-Zip check DOC folder for information on used license.
0 commit comments