Commit graph

7 commits

Author SHA1 Message Date
Roger Steve Ruiz
6e5343e097
Adding in the functionality; 🎉
This patch adds the functionality necessary to setup
@catppuccin_window_tabs_enabled for folks who expect something
differently than the initial design.
2022-11-23 20:40:45 -05:00
Roger Steve Ruiz
0d82738708
Setting up the architecture a bit better;
This architecture is now more extensible since all the display variables
are decoupled from where the options get set. This will make customizing
the theme with custom scripts more practical.
2022-11-23 20:26:48 -05:00
Roger Steve Ruiz
795a26c278
Removing unnecessary comments 2022-11-23 20:20:55 -05:00
Roger Steve Ruiz
e2b380a768
Refactor the theme selection;
So the idea here is that the themes are only different based on the
variables for the theme files. So this will change the theme variables
to have `local` prefixes to keep the namespace regular. I decided to
keep this like this until I get more feedback, because I think I could
also just manually add the local to everything in the old `tmuxtheme`
files. I chose this though because I really like how the
`catppuccin-selected-theme` can be used for local debugging or testing
out new colors if things were ever to need to be changed. If what that
`sed` and `source` command is doing is unclear, I can do better about
commenting around it.
2022-11-23 19:32:19 -05:00
Roger Steve Ruiz
fb4e08d66c
Plumbing through the new variable to theme files;
This is the start of plumbing things through into the theme files, but I
do think that there is a better way here. I'm open to suggestions and
will probably ask for some help in the Discord for Catppuccin.
2022-11-23 14:50:03 -05:00
Roger Steve Ruiz
7208fc8363
Adding option to enable window_tabs;
This option, for now, defaults to false. This is just so it keeps the
initial design intention for the original design of the plugin. I may
flip it or change the name of the variable in future commits. This patch
is addressing catppuccin/tmux#16.

Co-Authored-By: Robert Menke <robert.b.menke@gmail.com>
2022-11-23 14:10:27 -05:00
Josh Hsieh
97183fc510
feat: tpm (Tmux Plugin Manager) support (#2)
Co-authored-by: Pocco81 <pocco451@gmail.com>
Co-authored-by: Lokesh Krishna <lokesh@low-key.me>
Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com>
Co-authored-by: vinnyA3 <vincent.aceto@gmail.com>
Co-authored-by: winston <hey@winston.sh>
2022-09-08 04:29:55 +02:00