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

Disable borders? #263

Open
Barbaross93 opened this issue Sep 11, 2021 · 1 comment
Open

Disable borders? #263

Barbaross93 opened this issue Sep 11, 2021 · 1 comment

Comments

@Barbaross93
Copy link

Please read CONTRIBUTING.md
I assume that there is no option to disable the borders in slack term, so I was wondering where in the code I could possibly remove it myself? I know one option besides editing the source code would be to set the border color to black, but black in my term is slightly lighter than my background. So alternatively, is it possible to set the border color to the background?


Version: 0.5
Installation method: void linux package

@Barbaross93
Copy link
Author

Barbaross93 commented Sep 12, 2021

I ended up going with the second route but creating a special setting for urxvt instances with the name slack to use the same color as the background for color0. So, in my Xresources, I have:

*.background: #1c1c1c
...
slack*color0: #1c1c1c

and I start a slack terminal with urxvt -name slack -e slack-term.

The only unfortunate thing about this is that I can't use colorize for the color of the names as one color makes a person's name invisible. So, as another alternative, is it possible to exclude a color from colorize? From the wiki, it sounded like I should be able to do something like "fg-green,fg-red,fg-cyan,fg-magenta,fg-blue,fg-yellow" but slack-term only uses the last specified color in this case.

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