Research/Linux
Ubuntu 12.04, gnome terminal 탭 색상 조정
sunnyan
2013. 1. 16. 10:03
728x90
아래 파일을 열어,
/usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css
".notebook tab" 을 찾아 다음과 같이 수정
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@bg_color, 0.97)),
color-stop (0.80, shade (@bg_color, 0.95)),
to (shade (@bg_color, 0.92)));
with
background-color: #222222
위에서 /usr/share/themes 디렉토리를 ~/.themes 로 복사한 후, ~/.themes/Ambiance/gtk-3.0/gtk-widgets.css 를 수정하면 사용자별로 적용할 수 있다.
728x90