Package Details: vscodium-translucent 1.109.51242-1

Git Clone URL: https://aur.archlinux.org/vscodium-translucent.git (read-only, click to copy)
Package Base: vscodium-translucent
Description: Free/Libre Open Source Software Binaries of VSCode with the translucent patch applied (git build from latest release).
Upstream URL: https://github.com/VSCodium/vscodium
Licenses: MIT
Conflicts: codium, vscodium, vscodium-bin, vscodium-git
Provides: codium, vscodium
Submitter: Semirose
Maintainer: avitretiak
Last Packager: avitretiak
Votes: 3
Popularity: 0.34
First Submitted: 2024-11-09 23:11 (UTC)
Last Updated: 2026-02-25 14:21 (UTC)

Latest Comments

avitretiak commented on 2026-02-25 13:45 (UTC) (edited on 2026-02-26 08:26 (UTC) by avitretiak)

Package was orphaned, refactored the PKGBUILD to:

  • Properly utilize rustup (needed by vscodium now)

  • Fetch latest version of vscodium from git releases

  • Fetch updated patches from Github

For the translucency effect to be visible, something like the following should be set-up in the user's settings JSON (fully transparent example, tweak to your liking):

"workbench.colorCustomizations": {
    "editor.background": "#00000000"
},

The package should now build properly and have functional transparency/translucency, thank you LeoM for the provided link and information.

LeoM commented on 2025-09-14 13:25 (UTC)

The patch doesn't work for me, but when I built with these patches, all worked fine: https://github.com/Eir-nya/vscodium-transparent Could you change them?