You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I consider that there should be a supplementary script to change the LS_COLORS and the PS1 variable based on the theme colors. I don't know how much extra work should be required to differentiate between dark and light themes in order to create the correct palette for these variables. Additionally, I would like to know how can I contribute or if there are any resources related to for the following request:
I'm currently using GNOME-Terminal, and I would like to have a different profile/theme, LS_COLORS and PS1 variable for every new terminal window I open. In fact, I would like to know if there's a way to change the current profile/theme of a tab from the GNOME-Terminal using commands.
The text was updated successfully, but these errors were encountered:
It should be possible to calculate the LS_COLORS/DIRCOLORS based on the theme values.
But how these are applied to the shell is out of scope for Gogh because it only applies the colors to the terminal configuration files.
What you could do is write a script that generates the LS_COLORS/DIRCOLORS values and we can print it out when Gogh applies the theme. The user then can copy those values to their .bashrc or whatever shell config
I consider that there should be a supplementary script to change the LS_COLORS and the PS1 variable based on the theme colors. I don't know how much extra work should be required to differentiate between dark and light themes in order to create the correct palette for these variables. Additionally, I would like to know how can I contribute or if there are any resources related to for the following request:
I'm currently using GNOME-Terminal, and I would like to have a different profile/theme, LS_COLORS and PS1 variable for every new terminal window I open. In fact, I would like to know if there's a way to change the current profile/theme of a tab from the GNOME-Terminal using commands.
The text was updated successfully, but these errors were encountered: