Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solarized Dark theme suggestion #44

Open
tomaz-suller opened this issue Oct 31, 2021 · 0 comments
Open

Solarized Dark theme suggestion #44

tomaz-suller opened this issue Oct 31, 2021 · 0 comments

Comments

@tomaz-suller
Copy link

My entire setup uses Solarized Dark, so I configured this module to do the same. The end result was the following:

                "gitstatus":                 "background",
	        "gitstatus_branch":          "branch",
	        "gitstatus_branch_clean":    "branch_clean",
	        "gitstatus_branch_dirty":    "branch_dirty",
	        "gitstatus_branch_detached": { "fg": "solarized:violet", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_tag":             { "fg": "solarized:cyan", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_behind":          { "fg": "solarized:base0", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_ahead":           { "fg": "solarized:base0", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_staged":          { "fg": "solarized:green", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_unmerged":        { "fg": "solarized:red", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_changed":         { "fg": "solarized:orange", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_untracked":       { "fg": "solarized:magenta", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus_stashed":         { "fg": "solarized:blue", "bg": "solarized:base02", "attrs": [] },
	        "gitstatus:divider":         "background:divider"

Coupled with Powerline's own Solarized Dark colorscheme, it produced some pleasant results in my opinion.

Speaking of colorschemes, I believe it'd be interesting to reuse some of the colors already set by the standard colorschemes supplied by Powerline, like I did with the background in my config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant