pineapplegiant / spaceduck

🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
https://pineapplegiant.github.io/spaceduck/
MIT License
813 stars 29 forks source link

tmux colors #11

Closed maheshsundaram closed 3 years ago

maheshsundaram commented 3 years ago

Hi there! I really love this colorscheme - and so I want it everywhere.

It looks like in the README screenshot you use tmux and also have styled it with the spaceduck colors?

I took my best guess and what you are probably using. Maybe it could be added to the README?

set-option -g default-terminal "screen-256color"
set-option -g status-style bg='#30365f',fg='#16172d'
set-option -g window-status-current-style bg='#7a5ccc',fg='#ecf0c1'
set-option -g message-style bg='#7a5ccc',fg='#ecf0c1'
set-option -g message-command-style bg='#7a5ccc',fg='#ecf0c1'

screen07

pineapplegiant commented 3 years ago

That's a great idea. Yeah I've been procrastinating on adding this. I wasn't aware that you could use hexadecimal colors? I'm searching now– it looks like Tmux just approximates the colors which makes it much easier: https://github.com/tmux/tmux/issues/315.

I currently have the lighter purple on my status bar to differentiate from the lightline theme status bar, but I think I'll add screenshots and snippets with both variations, since I like the dark one you have too.

Thanks for sharing your config! I'll work on adding it in this week.

Screen Shot 2021-01-05 at 4 23 04 PM
pineapplegiant commented 3 years ago

Okay, scratch that. I'm silly it definitely supports truecolor. This is what I've come up with for powerline-looking styles for now: Dark, Default, and Purple. I'm going to add the files to the spaceduck-terminal repo and link it on this README @maheshsundaram.

dark default purple
maheshsundaram commented 3 years ago

@pineapplegiant Looks really nice, thank you for your work and for sharing!

pineapplegiant commented 3 years ago

Let me know what you think @maheshsundaram ! https://github.com/pineapplegiant/spaceduck-terminal/tree/main/tmux