[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tlaplus] Re: Cannot figure out how to make editor colors like those seen in video



For anyone else that has an issue reading text within the TLA editor due to a "dark" Gnome theme in Ubuntu, I found out that you can keep Gnome using the "dark" theme you have chosen and simply launch the Toolbox with the following command:

GTK_THEME=Adwaita:light ./toolbox

With this in mind, I create a "tla" alias in bash, by editing the .bashrc file, by entering the following line:

alias tla='GTK_THEME=Adwaita:light ~/TLA+/toolbox/toolbox'

Now when I open a terminal window, I can simply issue a "tla" command and it starts with a "light" scheme that is easy to read.

--
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/65b29f21-359b-4f5a-b2d1-8484188d123a%40googlegroups.com.