[Terminal] deepin终端浅色配色太差
Tofloor
poster avatar
widon1104
deepin
2021-04-21 18:20
Author

这种黄色谁能看出来文件名是啥,建议deepin浅色配色抄gnome-terminal的

Reply Favorite View the author
All Replies
liwl
deepin
2021-04-21 18:26
#1

注释掉:~/.bashrc文件最后的

# Set LS_COLORS environment by Deepin
if [[ ("$TERM" = *256color || "$TERM" = screen* || "$TERM" = xterm* ) && -f /etc/lscolor-256color ]]; then
    eval $(dircolors -b /etc/lscolor-256color)
else
    eval $(dircolors)
fi
Reply View the author
widon1104
deepin
2021-04-21 18:57
#2
liwl

注释掉:~/.bashrc文件最后的

# Set LS_COLORS environment by Deepin
if [[ ("$TERM" = *256color || "$TERM" = screen* || "$TERM" = xterm* ) && -f /etc/lscolor-256color ]]; then
    eval $(dircolors -b /etc/lscolor-256color)
else
    eval $(dircolors)
fi

就是这个地方有问题,导致我无法使用终端浅色配色,谢谢

Reply View the author
liwl
deepin
2021-04-21 19:00
#3
widon1104

就是这个地方有问题,导致我无法使用终端浅色配色,谢谢

他这个配色的确有些怪异。

我自己修改了终端深浅主题配色。

还有别的思路,就是修改LS_COLOR变量,注释掉bashrc等。

在修改源码的过程中,发现其实字体颜色跟着主题变化的,回头我研究一下,看看能否修改。

Reply View the author
Ziggy
deepin
2021-04-22 04:13
#4

可以换主题的

Reply View the author
书童9527
deepin
2021-04-23 18:12
#5
Ziggy

可以换主题的

问题这种看不清的主题是不是有问题,应该优化下!

Reply View the author
Ziggy
deepin
2021-04-24 07:56
#6
书童9527

问题这种看不清的主题是不是有问题,应该优化下!

这个主题叫啥?可以分别设置透明度的

Reply View the author
widon1104
deepin
2021-04-24 15:46
#7
Ziggy

这个主题叫啥?可以分别设置透明度的

就是主题-》浅色

Reply View the author