Closed heelsleeh closed 6 years ago
Install sassc
Open _common.scss
and search for decoration {
Change border-width: 0px;
to 1px
or more. Add border-color: $bg_color;
below if necessary.Do the same below with the .ssd
class where you change border: none
to border-width: 1px;
or more.
Save and run the parse-sass.sh
file and then reload the theme.
thanks
@lassekongo83, i fllowed your solution step by step, it seems not working.
Actually, search for 0 0 0 1px $_wm_border;
and change all those to 0 0 0 1px $bg_color;
instead.
zukitre gnome-shell 3.26 issue when some applications such as xterm stack together, it's can't see clearly. i think add a border to frame will be better, but i can't . could you help me?