manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

Configuring colors? #101

Closed liar666 closed 3 years ago

liar666 commented 3 years ago

In the docs, you write:

You can customize terminal tab face by below options: awesome-tab-terminal-dark-select-background-color awesome-tab-terminal-dark-select-foreground-color awesome-tab-terminal-dark-unselect-background-color awesome-tab-terminal-dark-unselect-foreground-color awesome-tab-terminal-light-select-background-color awesome-tab-terminal-light-select-foreground-color awesome-tab-terminal-light-unselect-background-color awesome-tab-terminal-light-unselect-foreground-color

I've tried hundreds of things (with custom-set-faces, setq), but the colors do not change. Can you provide a few example .emacs lines?

liar666 commented 3 years ago

OK. So now, I get some results, adding the following lines in .emacs:

(custom-set-variables
 '(awesome-tab-dark-selected-background-color "white")
 '(awesome-tab-dark-selected-foreground-color "dark magenta")
)

It gave me the following result: colors_001

As can be seen:

In the end, I git pull'ed my local copy of awesome-tab. Now, I have a new issue: https://github.com/manateelazycat/awesome-tab/issues/102

manateelazycat commented 3 years ago

Fix newest version.

liar666 commented 3 years ago

Hi again, Thanks for your quick response/actions. I can now run awesome-tab again. Unfortunately, I still cannot change awesome-tab-dark-selected-background-color (nor awesome-tab-light-selected-background-color) :{