Skip to content

Rick-VA/moonlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zed-moonlight-theme

Moonlight Theme for the Zed IDE

based on https://github.com/atomiks/moonlight-vscode-theme

Screenshots

Moonlight

moonlight

Moonlight with semantic_tokens enabled

moonlight-semantic

Moonlight Italic

moonlight-italic

Optional Zed Settings

This is not required, but if you set semantic_tokens to "combined" in Zed's settings.json and add the following configuration, the colors will be closer to the original Moonlight theme.

{
    // ...existing settings
    "global_lsp_settings": {
        "semantic_token_rules": [
            {
                "token_type": "parameter",
                "style": ["variable.parameter"]
            },
            {
                "token_type": "property",
                "token_modifiers": ["declaration"],
                "style": ["property.declaration"]
            },
            {
                "token_type": "type",
                "token_modifiers": ["defaultLibrary"],
                "style": ["type.defaultLibrary"]
            },
            {
                "token_type": "type",
                "token_modifiers": ["defaultLibrary"],
                "style": ["type.builtin"]
            }
        ]
    }
}

About

Moonlight theme for Zed ide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors