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

feature/customizable color codes #294

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

omeyenburg
Copy link
Contributor

This should introduce more customizability regarding the colors.
Right now the colors (e.g. "white", "gray") have hard-coded hex color codes in dracula.sh. Though some users (like me :p) might want to change individual colors to match their preferences or are only interested in the status bar and not the color scheme itself.

With these changes, you can directly set the hex color code in the tmux.conf file like this:
set -g @dracula-color-[color name] "#[hex code]"

So changing the hex code of gray to pitch black would just be:
set -g @dracula-color-gray "#000000"

@Theoreticallyhugo
Copy link
Contributor

Theoreticallyhugo commented Sep 26, 2024

heya, ive been thinking about something similar, but hadn't pushed it yet (#296).

while i like your idea, i still find it somewhat restricting, hence i would suggest a simple, but also more broad approach.

@ethancedwards8
Copy link
Member

I'm on the fence about this. I like the idea, but this is a Dracula themed Tmux plugin, which has certain associated colors.

I think I'll go ahead and merge it anyways.

@ethancedwards8 ethancedwards8 merged commit 1109c09 into dracula:master Oct 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants