Git Product home page Git Product logo

Comments (2)

idabmat avatar idabmat commented on May 20, 2024

@sweenish I used https://github.com/edkolev/tmuxline.vim to generate one for me.

set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#002635,bg=#1c8db2"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#7eb2dd"
set -g status-style "none,bg=#00384d"
set -g message-style "fg=#002635,bg=#1c8db2"
set -g pane-border-style "fg=#1c8db2"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=#b7cff9,bg=#00384d"
set -g status-left "#[fg=#002635,bg=#7eb2dd] #S #[fg=#7eb2dd,bg=#00384d,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#1c8db2,bg=#00384d,nobold,nounderscore,noitalics]#[fg=#002635,bg=#1c8db2] %Y-%m-%d  %H:%M #[fg=#7eb2dd,bg=#1c8db2,nobold,nounderscore,noitalics]#[fg=#002635,bg=#7eb2dd] #h "
setw -g window-status-format "#[fg=#b7cff9,bg=#00384d] #I #[fg=#b7cff9,bg=#00384d] #W "
setw -g window-status-current-format "#[fg=#00384d,bg=#1c8db2,nobold,nounderscore,noitalics]#[fg=#002635,bg=#1c8db2] #I #[fg=#002635,bg=#1c8db2] #W #[fg=#1c8db2,bg=#00384d,nobold,nounderscore,noitalics]"

YMMV

from rigel.

sweenish avatar sweenish commented on May 20, 2024

It's been a good while since I first posted, but I finally had the time to re-work my config for this. What's interesting is that my output is a bit different.

set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=colour235,bg=colour31"
set -g status-right-style "none"
set -g pane-active-border-style "fg=colour110"
set -g status-style "none,bg=colour23"
set -g message-style "fg=colour235,bg=colour31"
set -g pane-border-style "fg=colour31"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=colour153,bg=colour23"
set -g status-left "#[fg=colour235,bg=colour110] #S #[fg=colour110,bg=colour23,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour31,bg=colour23,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour31] %Y-%m-%d  %H:%M #[fg=colour110,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour110] #h "
setw -g window-status-format "#[fg=colour153,bg=colour23] #I #[fg=colour153,bg=colour23] #W "
setw -g window-status-current-format "#[fg=colour23,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour31] #I #[fg=colour235,bg=colour31] #W #[fg=colour31,bg=colour23,nobold,nounderscore,noitalics]"

I had to switch over to airline, and this is what I got as my output. Those garbage blocks are triangles on my screen (I'm using a nerd font). Funny enough, airline itself isn't using rendering the triangles in vim.

But, since it is possible to generate a compatible theme for tmux, I'll close this issue out.

from rigel.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.