Depois de muito tempo, voltamos!!! 😃😃😃
A dica de hoje é sobre mudar a cor do mcedit no linux
O mcedit é o melhor editor que existe para o Linux. Sim, eu sei, sou eu que acho isso. E esta é a vantagem de se usar um sistema livre. ;-) Ele faz parte do pacote MC (Midnight Commander).
MC (Midnight Commander), os saudosistas do tempo do MS-DOS vão logo lembrar do Norton Commander...
Em algumas distribuições o conjunto de cor padrão do MC não ajuda muito, principalmente quando se esta usando seu editor. Logo é recomendável alterar a cor para uma que melhore o contraste. Para isso basta acessar o arquivo /usr/share/mc/skins/default.ini
e editar as seguintes linhas:
[editor]
_default_ = lightgray;black
editbold = yellow;brightgreen
editmarked = black;cyan
editwhitespace = brightblue;blue
editlinestate = white;cyan
bookmark = white;red
bookmarkfound = black;green
editrightmargin = brightblue;black
# editbg = lightgray;
# editframe = lightgray;
editframeactive = white;
editframedrag = green;
_default_ = lightgray;black
editbold = yellow;brightgreen
editmarked = black;cyan
editwhitespace = brightblue;blue
editlinestate = white;cyan
bookmark = white;red
bookmarkfound = black;green
editrightmargin = brightblue;black
# editbg = lightgray;
# editframe = lightgray;
editframeactive = white;
editframedrag = green;
Este será o resultado...
Até qualquer dia pessoal!!!