bigbn / drop-down-terminal-x

Drop Down Terminal X extension for the Gnome Shell
https://extensions.gnome.org/extension/1509/drop-down-terminal-x/?c=38764
GNU General Public License v3.0
92 stars 9 forks source link

Is it possible to lighten the blue in palette? #58

Closed tuberry closed 4 years ago

tuberry commented 4 years ago

tmp

bigbn commented 4 years ago

zzrough/gs-extensions-drop-down-terminal#57 related

bigbn commented 4 years ago

As temporary solution to fix at least ls command you can set custom colors for it by dircolors:

dircolors -p > ~/.dircolors
sed -i "s/^DIR.*$/DIR 01;36/" ~/.dircolors
echo 'eval $(dircolors .dircolors)' >> .bashrc

image

bigbn commented 4 years ago

https://gitlab.gnome.org/GNOME/gjs/issues/170 - also related

tuberry commented 4 years ago

Thanks, that looks much better.