lassekongo83 / zuki-themes

Themes for GTK, gnome-shell and more.
GNU General Public License v3.0
573 stars 45 forks source link

how to add a border? #132

Closed heelsleeh closed 6 years ago

heelsleeh commented 6 years ago

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? screenshot from 2018-05-12 22-44-15

lassekongo83 commented 6 years ago
  1. Install sassc

  2. Open _common.scss and search for decoration {

  3. 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.

  4. Save and run the parse-sass.sh file and then reload the theme.

heelsleeh commented 6 years ago

thanks

heelsleeh commented 6 years ago

@lassekongo83, i fllowed your solution step by step, it seems not working.

lassekongo83 commented 6 years ago

Actually, search for 0 0 0 1px $_wm_border; and change all those to 0 0 0 1px $bg_color; instead.