Skip to content

How to change the theme of the context menu? #174

Answered by moudey
0-BlackSpectrum-0 asked this question in Q&A
Discussion options

You must be logged in to vote

Add this codes to theme section in shell.nss file

Gradient

background
{
    opacity=0
    gradient
    {
        enabled = 1
        linear = [0, 100, 0, 0]
        stop = [
            [0, color.accent_dark3, 90],
            [.5, color.accent, 90],
            [1, color.accent_dark3, 90]
        ]
    }
}

Acrylic

background
{
    opacity=0
    effect=[3, color.accent, 50]
}

Save changes, press CTRL + RIGHT-CLICK or restart Explorer to reload settings.

https://nilesoft.org/docs/syntax/set

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@bachig26
Comment options

@moudey
Comment options

@0-BlackSpectrum-0
Comment options

@moudey
Comment options

@0-BlackSpectrum-0
Comment options

Answer selected by 0-BlackSpectrum-0
Comment options

You must be logged in to vote
1 reply
@RubicBG
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants