Not able to clear palette settings for Gedit terminal plugin in dconf-editor (Ubuntu) -
i trying change color of embedded terminal plugin in gedit (3.18) on ubuntu virtual machine. solutions have found online suggest clearing palette settings in dconf-editor so, mine not letting me that. can please help? it's supposed this, mine looks , giving me error message when try clear palette :(
you can set value via command line issuing command below.
gsettings set org.gnome.gedit.plugins.terminal.use-theme-colors false
note: may need root privilege it. if so, prefix command sudo
.
edit:
notice dot before use-theme-colors
.
gsettings set org.gnome.gedit.plugins.terminal use-theme-colors false
edit:
to change palette color, can try command:
gsettings set org.gnome.gedit.plugins.terminal palette "put array of pallete colors here"
for example:
gsettings set org.gnome.gedit.plugins.terminal palette "['#2e2e34343636', '#cccc00000000', '#4e4e9a9a0606', '#c4c4a0a00000', '#34346565a4a4', '#757550507b7b', '#060698209a9a', '#d3d3d7d7cfcf', '#555557575353', '#efef29292929', '#8a8ae2e23434', '#fcfce9e94f4f', '#72729f9fcfcf', '#adad7f7fa8a8', '#3434e2e2e2e2', '#eeeeeeeeecec']"
note:
- palette color has 16 colors , each color name should in hex format.
- to find out palette color, can
open terminal > right click > profiles > profile preferences
. go tabcolors
. in bottom, can mix color palette. - please notice double quotes before , after square bracket.
hope helps.
Comments
Post a Comment