Skip to content

mys721tx/powerlevel9k-darkplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Powerlevel9k Darkplus

By Yishen Miao

Description

A dark plus color theme for Powerlevel9k, Heavily influenced by vim-code-dark.

Works with Powerlevel10k too.

Usage

With zplugin

...
# Use a custom function to pass more options.
_config_powerline_custom() {
        POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
                context
                dir
                dir_writable
                vcs
        )

        POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
                status
                root_indicator
                background_jobs
                history
        )

        POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
}

zplugin light mys721tx/powerlevel9k-darkplus
zplugin ice atinit"_config_powerline;_config_powerline_custom"
zplugin light romkatv/powerlevel10k
...

License

GNU General Public License, version 3

About

Powerlevel9k color scheme inspired by VS Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages