Quickie? How to change Gimp's Script-Fu console colors?
by dedec0 from LinuxQuestions.org on (#4SQAP)
I am learning about scripting with Gimp, interested in executing the same commands for fairly big sets of images.
I found the tutorial
https://docs.gimp.org/en/gimp-using-...-tutorial.html
And from Gimp itself, we have this help page pointed from the "help" button in the console menu:
1. "Filters > Script-fu > Terminal"
2. "Filters > Python-fu > Console" (which will also open a "console")
https://docs.gimp.org/2.8/pt_BR/gimp...hon-fu-console
But these console have pure white backgrounds! I can look 10 seconds to them, it hurts my eyes (and brightness is already zero in my monitor). The window manager theme is all dark... and Gimp inherits them for everything else.
(By the way, how would I make+safe+multipleFileExecute a script to do, for example the menu function of "Colors > Invert", which is an operation with no parameters to choose for any image?)


I found the tutorial
https://docs.gimp.org/en/gimp-using-...-tutorial.html
And from Gimp itself, we have this help page pointed from the "help" button in the console menu:
1. "Filters > Script-fu > Terminal"
2. "Filters > Python-fu > Console" (which will also open a "console")
https://docs.gimp.org/2.8/pt_BR/gimp...hon-fu-console
But these console have pure white backgrounds! I can look 10 seconds to them, it hurts my eyes (and brightness is already zero in my monitor). The window manager theme is all dark... and Gimp inherits them for everything else.
(By the way, how would I make+safe+multipleFileExecute a script to do, for example the menu function of "Colors > Invert", which is an operation with no parameters to choose for any image?)