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

Where to find nice looking .tmux.conf.local examples? #261

Closed
dereklin opened this issue Jul 1, 2019 · 4 comments
Closed

Where to find nice looking .tmux.conf.local examples? #261

dereklin opened this issue Jul 1, 2019 · 4 comments
Labels

Comments

@dereklin
Copy link

dereklin commented Jul 1, 2019

This project is the top search result for "tmux config" github project. After I set it up, I see the default look and feel of my regular terminal. It's pretty disappointing considering that the readme is showing a nice dark mode.

Where can I find some nice looking example files that I can just copy/paste and get a nice looking terminal?

@thomb
Copy link

thomb commented Jul 1, 2019

If you are looking for a theme for your terminal I don't think you are looking in the right place.

This tmux config provides a status line, and some handy predefined shortcuts etc, but as far as I know it is theme agnostic and should use whatever the theme is for your terminal.

If you want a nice dark mode, maybe look at installing Solarized and using its dark variant

@dereklin
Copy link
Author

dereklin commented Jul 1, 2019

@thomb Since the readme shows a very nice looking terminal. I think there should be some instructions on how to get it.

I fiddled around within the display section in .tmux.conf.local:

    # window style
    tmux_conf_theme_window_fg='colour247'
    tmux_conf_theme_window_bg='colour236'

    # highlight focused pane (tmux >= 2.1), possible values are:
    #   - true
    #   - false (default)
    tmux_conf_theme_highlight_focused_pane=true

    # focused pane colours:
    tmux_conf_theme_focused_pane_fg='colour250'
    tmux_conf_theme_focused_pane_bg='black'               # light blue

It still doesn't look 100%. In fact, it might have messed up the status line styles...

I just went over to solarized: https://github.com/seebi/tmux-colors-solarized, I appended the content in tmuxcolors-256.conf into .tmux.conf. I don't think it's working...

Ideally I shouldn't have to struggle that much :) . But maybe it's just a learning thing. Maybe someone can be kind enough to share their nice looking display settings here...

@thomb
Copy link

thomb commented Jul 1, 2019

So, let's start with you providing a couple screenshots with what isn't working for you and we can go from there.

I'm not a maintainer or the like, just someone who thinks this project is the bee knees.

@dereklin
Copy link
Author

dereklin commented Jul 1, 2019

@thomb Thanks for the offer. You are right that this project is the bee knees indeed. I reset everything and the applied my changes. Thing are looking better right now. I'll play with it for sometime from here. I'll reach out again if I run into other issues.

@gpakosz gpakosz added the support label Sep 6, 2020
@gpakosz gpakosz closed this as completed Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants