That's awesome dude, here is mine, hope you like it
More details: Consistent developer journey with dracula
Any of you would like to transfer your theme to the organization so its easier for interested users to find it?
Why not, but why do you mean by "transfer your theme to the organization" ?
@mamyn0va All the official Dracula themes repositories are mainly under the Dracula organization, that way is easier for people to find them.
And sure @hacknug sounds like a great idea.
@pichardoJ since OP's repo has been archived, do you have a repo with your version of the theme? If not would you mind creating one using the template if @mamyn0va doesn't have one either? You could also use @sei40kr's if the instructions are still correct as long as we update the screenshot to show a little more.
My tmux dracula theme is forked from another tmux conf (not dracula), so I guess I need to ask the author if I can transfer my theme to your organization, under MIT LICENSE.
@gpakosz What do you think?
@hacknug I just lost all my data, so I'll be working on replicating it, if by the time I'm done nobody else has shared it then I'll make the repo.
any news on this?
I would be happy to provide my theme but I still need the approval from @gpakosz.
In the meanwhile, you can find it here: https://github.com/mamyn0va/tmux
https://github.com/danerwilliams/tmux-dracula
Only tested my theme on mac os so far. I need to look in to how my unix pipelines for getting battery information and network SSID might change from mac to linux.
Install with tpm by adding set -g @plugin 'danerwilliams/tmux-dracula'
to .tmux.conf if anyone wants to try it out :)
Feedback is welcome!
It took a while, but now it's official:
I would love to hear your thoughts on this @mamyn0va @pichardoJ @sei40kr
nice!
i just wish there was an easier way to have tmux themes with customization
on the bottom bar. For example the one dark tmux theme has those powerline
symbols and so on and I always wanted to know how to have that more custom
but with the color scheme maintaining and it seems the two are very tightly
coupled right?
On Wed, Apr 8, 2020 at 1:38 AM Zeno Rocha notifications@github.com wrote:
It took a while, but now it's official:
I would love to hear your thoughts on this @mamyn0va
https://github.com/mamyn0va @pichardoJ https://github.com/pichardoJ
@sei40kr https://github.com/sei40kr—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/dracula/dracula-theme/issues/240#issuecomment-610688005,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AD7WGRY7WK3ASOMYLNYIRDLRLPBOZANCNFSM4DV4PEXQ
.
@dagadbm I think that it's possible to set it up so that powerline symbols would be an optional setting. It looks like nord theme tmux does this.
if [ "$status_content" != "0" ]; then
if [ "$no_patched_font" != "1" ]; then
tmux source-file "$_current_dir/$NORD_TMUX_STATUS_CONTENT_FILE"
else
tmux source-file "$_current_dir/$NORD_TMUX_STATUS_CONTENT_NO_PATCHED_FONT_FILE"
fi
fi
Maybe this would be a good issue / feature request to add?
Not sure if this is the appropriate place, but it's about Dracula and tmux, so I guess it fits.
After checking this recent release I realized that my tmux needed a revamp to match my whole Dracula setup. However, I'm already using the great Oh My Tmux configuration file. Inspired by this release and Dracula's Vim Airline theme, I decided setting up a minimal "theme" for Oh My Tmux.
So that's what I did!:
https://github.com/atgmello/dracula.omt
I'd note that @mamyn0va 's effort is appreciated. However I'd like to keep my version up to date with @gpakosz 's repo and also keep my other configuration intact. I guess that what I came up with solves both issues.
I would also like to take this opportunity to thank the whole Dracula Team! You're doing an amazing job porting such an awesome theme for so many apps! :)
Great job!
I admit that my version is not so synced with @gpakosz's repo ;)
Is great, good job guys.
Most helpful comment
It took a while, but now it's official:
I would love to hear your thoughts on this @mamyn0va @pichardoJ @sei40kr