1/************************************************************************************** 2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2) 3(c) 2019-2021 Virgil Mager - vvmager@gmail.com 4(c) 2019-2021 Information Technology Group - http://itgroup.ro 5**************************************************************************************/ 6 7style "scrollbar" { 8 fg[ACTIVE] = @scrollbar_fg_color 9 bg[ACTIVE] = @scrollbar_bg_color 10 fg[PRELIGHT] = @scrollbar_fg_color 11 bg[PRELIGHT] = @scrollbar_bg_color 12 engine "murrine" 13 { 14 gradient_shades = {1.15, 1.0, 1.0, 0.95} 15 } 16} 17