You are not logged in.
How to export current xfce4-terminal color profile?
I copied into my
/usr/share/xfce4/terminal/colorschemes
Kali.theme form Kali linux.
I know that I can edit hex values inside to adjust it but it's a lot of testing.
It seems that it's possible to change terminal colors in terminal settings but if I change profile o another one my changes are not being saved.
Is it possible to export current color theme to file with the name I choose?
Last edited by 860lacov (2020-10-26 20:42:13)
Offline
Any changes you make to the colors in the settings dialog will be saved in ~/.config/xfce4/terminal/terminalrc in a ColorPalette line. You can copy and save that line.
Offline
Thank you.
Colors in this file are in RGB values. Can I use it to make my own .theme file? Do I need to convert them to hex values?
Offline
You can use rgb values in colorscheme themes. For example, the tango theme minus the translations:
[Scheme]
Name=Tango
ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#739fcf;#ad7fa8;#34e2e2;#eeeeec
Offline