Theme editor

Verify file integrity

After downloading, you can confirm the file has not been tampered with by computing its SHA-256 hash and comparing it to the expected value below. They should match exactly.

Expected SHA-256:
a23c5f6de67fa0917eebde3c37523eae219ba6119e08983cfaccd134ce9e4c29
Windows (PowerShell)
Get-FileHash .\NoOverlightenedTextColor 1.0.0.zip -Algorithm SHA256
macOS (Terminal)
shasum -a 256 NoOverlightenedTextColor 1.0.0.zip
Linux (Terminal)
sha256sum NoOverlightenedTextColor 1.0.0.zip

If the hash you get matches the value above, the file is intact. If it differs, do not use the file, re-download it.

Back
Top