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

Option to change Tab Color of Fuzzy Finder #353

Open
guy-who-googles opened this issue May 6, 2021 · 1 comment
Open

Option to change Tab Color of Fuzzy Finder #353

guy-who-googles opened this issue May 6, 2021 · 1 comment

Comments

@guy-who-googles
Copy link

Similar to #45, but to change the base color of tabs in fuzzy finder.

Maybe it's just me, but blue is difficult to see in my terminal (Alacritty). While a color configuration option would help my specific use case, pairing it to a grouping of tabs (seems like workspace/repo abstraction may change depending on #315 - specifically this) would be useful when you start using a lot more tabs and variants. I'm still working towards building my configuration towards the advanced use case below, so sorry if the syntax isn't 100%, but hopefully it gets the idea across.

~/.config/tab.yml

workspace:
    - workspace: proj1
      color: green
    - workspace: proj2
      color: orange

~/proj1/tab.yml

workspace:
    - repo:  mobile
      color: light_green
    - repo: website
      color: dark_green

~/proj2/tab.yml

workspace:
    - tab: main_branch
    #color inherited from top level
    - tab:   branch_with_changes_that_make_all_the_things_better
      color: light_orange
    - tab:   branch_that_probably_wont
      color: dark_orange
@guy-who-googles
Copy link
Author

Oh, and as to not conflict with #45, you could do bold for recency sorting.

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