thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

How to make dependencies between colors #768

Closed webcaptcha closed 3 years ago

webcaptcha commented 3 years ago

Sorry for bothering you, I can't really understand how to bind colors between dir_colors and termite colors.

For example I have dir_colors (for ls command) which says to use 34 color for directories (34 color means blue, just blue) But then, magically, that 34 color turns into color1 from termite config.

How to understand why color1? Do we have some linking table for that? And how I can figure out, for example color5 what responsible for?

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.