What is the equivallent of RGB color in the Ubuntu terminal preferences menu?
The code is something like #F3532525 and i have a RGB color code that i want to set as my default color in my terminal. How can i do that?
What is the equivallent of RGB color in the Ubuntu terminal preferences menu?
The code is something like #F3532525 and i have a RGB color code that i want to set as my default color in my terminal. How can i do that?
You can change the police and default colors throw the preference panel (edit-preference)
(assuming you are talking about windows terminal like xfce4-terminal or xterm)
gcolor2
. e.g. pure red is rgb:255,0,0
, or#FF0000
– Jacob Vlijm Jan 23 '15 at 22:21