Actually I am switching to Wayland and Most of apps I use support GTK Theming (Librewolf,Thunderbird,Libreoffice etc).But I cant find any terminal which is based on Gtk so that I can complete this theming. So do you people know of any GTK based Terminal for wayland?
How much theming does a terminal need? Personally my required features were a server and good font support. Currently I use the foot terminal: https://codeberg.org/dnkl/foot
I am thinking of something GTK so that Its theme changes when I change GTK Theme 😀.
So is the theming here for the window decorations or the text colour scheme?
New question
How to change my GTK4 theme. I was using nwg-look but it is not working for Console and Blackbox
As other people have commented: why would GTK be so important? A terminal should be a bare window, without any decoration. At least that's what I use: first setting I check in a terminal is "disable window title" or something like that.
What about the normal GNOME Terminal? Or the new one called Blackbox?
Then maybe try Tilix? It's very similar to the GNOME Terminal emulator (it includes some extra features) and it definitely uses GTK3
Ok that's weird. Might be Wayland related, I only tried it on Xorg.
sakura terminal emulator for me 'cause I can edit color sets in its .config file and then switch between them under the right-click menus.
Your gtk theme wouldn't change your terminal colours with the precision that just manually changing the colours would. Terminals only have 8 colour settings you need to set, it's not exactly a crazy undertaking to change your terminal theme separate to your gtk theme
Guys, TO wants a terminal with dark/light support for the terminal part or switching color scheme with a command.
I guess the simplest for now would be to use
tput
in your .bahrc/zshrc?