diff --git a/config/gtk-3.0/bookmarks b/config/gtk-3.0/bookmarks new file mode 100644 index 0000000..bf1e6ed --- /dev/null +++ b/config/gtk-3.0/bookmarks @@ -0,0 +1,9 @@ +file:///home/david/docs docs +file:///home/david/pics pics +file:///home/david/dl dl +file:///home/david/video video +file:///home/david/music music +file:///home/david/pics/screenshot screenshot +file:///home/david/docs/proj proj +file:///home/david/hd1/library library +file:///tmp tmp diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini new file mode 100644 index 0000000..416e679 --- /dev/null +++ b/config/gtk-3.0/settings.ini @@ -0,0 +1,21 @@ +[Settings] +gtk-application-prefer-dark-theme=true +gtk-button-images=1 +gtk-cursor-theme-name=pixelfun3 +gtk-cursor-theme-size=24 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=true +gtk-fallback-icon-theme=gnome +gtk-font-name=mononoki 10 +gtk-icon-theme-name=Vimix-dark +gtk-menu-images=1 +gtk-primary-button-warps-slider=false +gtk-theme-name=vimix-vski +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=rgb diff --git a/config/mpd/database b/config/mpd/database index 2474fe1..067f959 100644 Binary files a/config/mpd/database and b/config/mpd/database differ diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 7358236..c88faab 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -76,7 +76,7 @@ super + shift + s super + ctrl + s $HOME/.scripts/screenshot_floating # lock screen -super + ctrl + alt + l +super + alt + l $HOME/.scripts/lock # power menu diff --git a/deploy.sh b/deploy.sh index 8edf503..1b43e97 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh -configurations=( iocane bg bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi user-dirs.dirs) +configurations=( iocane bg bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi user-dirs.dirs gtk-3.0) save () { @@ -23,7 +23,15 @@ save () { cp /usr/share/fonts/TTF/Meslo\ LG\ M\ Regular\ Nerd\ Font\ Complete\ Mono.ttf fonts/TTF/ mkdir -p fonts/noto-cjk cp -r /usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc fonts/noto-cjk + + cp $HOME/.gtkrc-2.0 gtkrc-2.0 + rm -r themes + mkdir -p themes + cp -r $HOME/.themes/vimix-vski themes/vimix-vski + + rm -r icons + cp -r $HOME/.local/share/icons/pixelfun3 icons/ rm config/mpd/state rm config/mpd/password @@ -51,6 +59,20 @@ load () { mkdir -p $HOME/.fonts cp -r fonts/* $HOME/.fonts + mkdir -p $HOME/.themes/vimix-vski + cp -r themes/vimix-vski/* $HOME/.themes/vimix-vski/ + + cp gtkrc-2.0 $HOME/.gtkrc-2.0 + + mkdir -p $HOME/.local/src/vimix-icon-theme + git clone https://github.com/vinceliuice/vimix-icon-theme $HOME/.local/src/vimix-icon-theme + cd $HOME/.local/src/vimix-icon-theme + ./install.sh + cd - + + mkdir -p $HOME/.local/share/icons + cp -r icons/* $HOME/.local/share/icons/ + echo "Copied configurations!" else diff --git a/gtkrc-2.0 b/gtkrc-2.0 new file mode 100644 index 0000000..d6410d9 --- /dev/null +++ b/gtkrc-2.0 @@ -0,0 +1,15 @@ +gtk-theme-name="vimix-vski" +gtk-icon-theme-name="Vimix-dark" +gtk-font-name="mononoki 10" +gtk-cursor-theme-name="pixelfun3" +gtk-cursor-theme-size=24 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="rgb" diff --git a/icons/cursor.theme b/icons/cursor.theme new file mode 100644 index 0000000..b8f2118 --- /dev/null +++ b/icons/cursor.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=pixelfun3 diff --git a/icons/cursors/00008160000006810000408080010102 b/icons/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..127e1c0 --- /dev/null +++ b/icons/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +v_double_arrow \ No newline at end of file diff --git a/icons/cursors/028006030e0e7ebffc7f7070c0600140 b/icons/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..1ffc159 --- /dev/null +++ b/icons/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +h_double_arrow \ No newline at end of file diff --git a/icons/cursors/03b6e0fcb3499374a867c041f52298f0 b/icons/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/icons/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/icons/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/icons/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/icons/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/icons/cursors/1081e37283d90000800003c07f3ef6bf b/icons/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/icons/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/icons/cursors/14fef782d02440884392942c11205230 b/icons/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/icons/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/icons/cursors/2870a09082c103050810ffdffffe0204 b/icons/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/icons/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/icons/cursors/3085a0e285430894940527032f8b26df b/icons/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/icons/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/icons/cursors/3ecb610c1bf2410f44200f48c40d3599 b/icons/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/icons/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/icons/cursors/4498f0e0c1937ffe01fd06f973665830 b/icons/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/icons/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/icons/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/icons/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/icons/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/icons/cursors/6407b0e94181790501fd1e167b474872 b/icons/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/icons/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/icons/cursors/640fb0e74195791501fd1ed57b41487f b/icons/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/icons/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/icons/cursors/9081237383d90e509aa00f00170e968f b/icons/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/icons/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/icons/cursors/9d800788f1b08800ae810202380a0822 b/icons/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/icons/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/icons/cursors/X_cursor b/icons/cursors/X_cursor new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/icons/cursors/X_cursor @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/icons/cursors/arrow b/icons/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/icons/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/icons/cursors/bd_double_arrow b/icons/cursors/bd_double_arrow new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/icons/cursors/bd_double_arrow @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/icons/cursors/bottom_left_corner b/icons/cursors/bottom_left_corner new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/icons/cursors/bottom_left_corner @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/icons/cursors/bottom_right_corner b/icons/cursors/bottom_right_corner new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/icons/cursors/bottom_right_corner @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/icons/cursors/bottom_side b/icons/cursors/bottom_side new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/icons/cursors/bottom_side @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/icons/cursors/bottom_tee b/icons/cursors/bottom_tee new file mode 100644 index 0000000..370fe4b Binary files /dev/null and b/icons/cursors/bottom_tee differ diff --git a/icons/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/icons/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/icons/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/icons/cursors/circle b/icons/cursors/circle new file mode 100644 index 0000000..3fde812 Binary files /dev/null and b/icons/cursors/circle differ diff --git a/icons/cursors/color-picker b/icons/cursors/color-picker new file mode 100644 index 0000000..ba2c456 Binary files /dev/null and b/icons/cursors/color-picker differ diff --git a/icons/cursors/copy b/icons/cursors/copy new file mode 100644 index 0000000..d7d129c Binary files /dev/null and b/icons/cursors/copy differ diff --git a/icons/cursors/cross b/icons/cursors/cross new file mode 100644 index 0000000..2f3deff Binary files /dev/null and b/icons/cursors/cross differ diff --git a/icons/cursors/cross_reverse b/icons/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/icons/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/icons/cursors/crossed_circle b/icons/cursors/crossed_circle new file mode 100644 index 0000000..4c57b48 Binary files /dev/null and b/icons/cursors/crossed_circle differ diff --git a/icons/cursors/crosshair b/icons/cursors/crosshair new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/icons/cursors/crosshair @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/icons/cursors/d9ce0ab605698f320427677b458ad60b b/icons/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/icons/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/icons/cursors/diamond_cross b/icons/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/icons/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/icons/cursors/dnd-ask b/icons/cursors/dnd-ask new file mode 100644 index 0000000..f897fa4 Binary files /dev/null and b/icons/cursors/dnd-ask differ diff --git a/icons/cursors/dnd-copy b/icons/cursors/dnd-copy new file mode 100644 index 0000000..8c128de Binary files /dev/null and b/icons/cursors/dnd-copy differ diff --git a/icons/cursors/dnd-link b/icons/cursors/dnd-link new file mode 100644 index 0000000..a1942ed Binary files /dev/null and b/icons/cursors/dnd-link differ diff --git a/icons/cursors/dnd-move b/icons/cursors/dnd-move new file mode 100644 index 0000000..f932d07 Binary files /dev/null and b/icons/cursors/dnd-move differ diff --git a/icons/cursors/dnd-none b/icons/cursors/dnd-none new file mode 100644 index 0000000..dcde4fa Binary files /dev/null and b/icons/cursors/dnd-none differ diff --git a/icons/cursors/dot_box_mask b/icons/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/icons/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/icons/cursors/dotbox b/icons/cursors/dotbox new file mode 100644 index 0000000..1de5515 Binary files /dev/null and b/icons/cursors/dotbox differ diff --git a/icons/cursors/double_arrow b/icons/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/icons/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/icons/cursors/draft_large b/icons/cursors/draft_large new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/icons/cursors/draft_large @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/icons/cursors/draft_small b/icons/cursors/draft_small new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/icons/cursors/draft_small @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/icons/cursors/draped_box b/icons/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/icons/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/icons/cursors/e29285e634086352946a0e7090d73106 b/icons/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/icons/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/icons/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/icons/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/icons/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/icons/cursors/fd_double_arrow b/icons/cursors/fd_double_arrow new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/icons/cursors/fd_double_arrow @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/icons/cursors/fleur b/icons/cursors/fleur new file mode 120000 index 0000000..bc5dcc0 --- /dev/null +++ b/icons/cursors/fleur @@ -0,0 +1 @@ +grabbing \ No newline at end of file diff --git a/icons/cursors/grabbing b/icons/cursors/grabbing new file mode 100644 index 0000000..2133d77 Binary files /dev/null and b/icons/cursors/grabbing differ diff --git a/icons/cursors/h_double_arrow b/icons/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/icons/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/icons/cursors/hand b/icons/cursors/hand new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/icons/cursors/hand @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/icons/cursors/hand1 b/icons/cursors/hand1 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/icons/cursors/hand1 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/icons/cursors/hand2 b/icons/cursors/hand2 new file mode 100644 index 0000000..34fd40c Binary files /dev/null and b/icons/cursors/hand2 differ diff --git a/icons/cursors/help b/icons/cursors/help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/icons/cursors/help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/icons/cursors/icon b/icons/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/icons/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/icons/cursors/left_ptr b/icons/cursors/left_ptr new file mode 100644 index 0000000..bdcdf9b Binary files /dev/null and b/icons/cursors/left_ptr differ diff --git a/icons/cursors/left_ptr_help b/icons/cursors/left_ptr_help new file mode 100644 index 0000000..bb7407c Binary files /dev/null and b/icons/cursors/left_ptr_help differ diff --git a/icons/cursors/left_ptr_watch b/icons/cursors/left_ptr_watch new file mode 100644 index 0000000..cc93372 Binary files /dev/null and b/icons/cursors/left_ptr_watch differ diff --git a/icons/cursors/left_side b/icons/cursors/left_side new file mode 100644 index 0000000..341c3e6 Binary files /dev/null and b/icons/cursors/left_side differ diff --git a/icons/cursors/left_tee b/icons/cursors/left_tee new file mode 100644 index 0000000..673a0e1 Binary files /dev/null and b/icons/cursors/left_tee differ diff --git a/icons/cursors/link b/icons/cursors/link new file mode 100644 index 0000000..ee33bea Binary files /dev/null and b/icons/cursors/link differ diff --git a/icons/cursors/ll_angle b/icons/cursors/ll_angle new file mode 100644 index 0000000..68a8e73 Binary files /dev/null and b/icons/cursors/ll_angle differ diff --git a/icons/cursors/lr_angle b/icons/cursors/lr_angle new file mode 100644 index 0000000..e13a7c3 Binary files /dev/null and b/icons/cursors/lr_angle differ diff --git a/icons/cursors/move b/icons/cursors/move new file mode 100644 index 0000000..4a01647 Binary files /dev/null and b/icons/cursors/move differ diff --git a/icons/cursors/pencil b/icons/cursors/pencil new file mode 100644 index 0000000..188d73f Binary files /dev/null and b/icons/cursors/pencil differ diff --git a/icons/cursors/pirate b/icons/cursors/pirate new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/icons/cursors/pirate @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/icons/cursors/plus b/icons/cursors/plus new file mode 100644 index 0000000..894ace4 Binary files /dev/null and b/icons/cursors/plus differ diff --git a/icons/cursors/question_arrow b/icons/cursors/question_arrow new file mode 100644 index 0000000..f7479fb Binary files /dev/null and b/icons/cursors/question_arrow differ diff --git a/icons/cursors/right_ptr b/icons/cursors/right_ptr new file mode 100644 index 0000000..f4a0b4c Binary files /dev/null and b/icons/cursors/right_ptr differ diff --git a/icons/cursors/right_side b/icons/cursors/right_side new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/icons/cursors/right_side @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/icons/cursors/right_tee b/icons/cursors/right_tee new file mode 100644 index 0000000..bc528c5 Binary files /dev/null and b/icons/cursors/right_tee differ diff --git a/icons/cursors/sb_down_arrow b/icons/cursors/sb_down_arrow new file mode 100644 index 0000000..59ca02e Binary files /dev/null and b/icons/cursors/sb_down_arrow differ diff --git a/icons/cursors/sb_h_double_arrow b/icons/cursors/sb_h_double_arrow new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/icons/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/icons/cursors/sb_left_arrow b/icons/cursors/sb_left_arrow new file mode 100644 index 0000000..fc6c526 Binary files /dev/null and b/icons/cursors/sb_left_arrow differ diff --git a/icons/cursors/sb_right_arrow b/icons/cursors/sb_right_arrow new file mode 100644 index 0000000..1b79604 Binary files /dev/null and b/icons/cursors/sb_right_arrow differ diff --git a/icons/cursors/sb_up_arrow b/icons/cursors/sb_up_arrow new file mode 100644 index 0000000..6358205 Binary files /dev/null and b/icons/cursors/sb_up_arrow differ diff --git a/icons/cursors/sb_v_double_arrow b/icons/cursors/sb_v_double_arrow new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/icons/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/icons/cursors/target b/icons/cursors/target new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/icons/cursors/target @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/icons/cursors/tcross b/icons/cursors/tcross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/icons/cursors/tcross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/icons/cursors/top_left_arrow b/icons/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/icons/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/icons/cursors/top_left_corner b/icons/cursors/top_left_corner new file mode 100644 index 0000000..3f32ac1 Binary files /dev/null and b/icons/cursors/top_left_corner differ diff --git a/icons/cursors/top_right_corner b/icons/cursors/top_right_corner new file mode 100644 index 0000000..ed5617e Binary files /dev/null and b/icons/cursors/top_right_corner differ diff --git a/icons/cursors/top_side b/icons/cursors/top_side new file mode 100644 index 0000000..64f988f Binary files /dev/null and b/icons/cursors/top_side differ diff --git a/icons/cursors/top_tee b/icons/cursors/top_tee new file mode 100644 index 0000000..05cf3b6 Binary files /dev/null and b/icons/cursors/top_tee differ diff --git a/icons/cursors/ul_angle b/icons/cursors/ul_angle new file mode 100644 index 0000000..e2e2015 Binary files /dev/null and b/icons/cursors/ul_angle differ diff --git a/icons/cursors/ur_angle b/icons/cursors/ur_angle new file mode 100644 index 0000000..17bb213 Binary files /dev/null and b/icons/cursors/ur_angle differ diff --git a/icons/cursors/v_double_arrow b/icons/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/icons/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/icons/cursors/watch b/icons/cursors/watch new file mode 100644 index 0000000..7c8c16d Binary files /dev/null and b/icons/cursors/watch differ diff --git a/icons/cursors/xterm b/icons/cursors/xterm new file mode 100644 index 0000000..4d89809 Binary files /dev/null and b/icons/cursors/xterm differ diff --git a/icons/index.theme b/icons/index.theme new file mode 100644 index 0000000..c6a4957 --- /dev/null +++ b/icons/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=pixelfun3 +Comment=Good white modern-looking theme with a piece of nostalgia diff --git a/profile b/profile index fb98702..10981a1 100644 --- a/profile +++ b/profile @@ -36,7 +36,7 @@ fi alias editor=vim export TERMINAL="urxvt" export BROWSER="/usr/bin/chromium" -export FILE_MANAGER="/usr/bin/pcmanfm" +export FILE_MANAGER="/usr/bin/thunar" export EMAIL_CLIENT="/usr/bin/thunderbird" export BLOG_DIR="/home/david/docs/proj/blog" export EDITOR="/usr/bin/vim" diff --git a/themes/vimix-vski/AUTHORS b/themes/vimix-vski/AUTHORS new file mode 100644 index 0000000..4205d3f --- /dev/null +++ b/themes/vimix-vski/AUTHORS @@ -0,0 +1,9 @@ +------------------------ VIMIX GTK THEME ------------------------ + +SOURCES: +nana-4 - Flat-Plat gtk theme: https://github.com/nana-4/Flat-Plat + +CUSTOMIZER: +Vince Liuice - Vimix Gtk Theme (https://github.com/vinceliuice/vimix-gtk-themes) + +------------------------ VIMIX GTK THEME ------------------------ diff --git a/themes/vimix-vski/LICENSE b/themes/vimix-vski/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/themes/vimix-vski/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/themes/vimix-vski/gtk-2.0/apps.rc b/themes/vimix-vski/gtk-2.0/apps.rc new file mode 100644 index 0000000..d571a21 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/apps.rc @@ -0,0 +1,166 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. +# custom widgets, programs giving us a chance to alter their UI to fit more with +# the theme or stuff that is supposed to look different, like panels. + +# Thunar + +style "thunar_location_button" = "location_button" { + ThunarLocationButtons::spacing = 0 + + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/null.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + image { + function = BOX + state = PRELIGHT + file = "assets/pathbar_button_prelight.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + image { + function = BOX + state = ACTIVE + file = "assets/pathbar_button_active.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + image { + function = BOX + state = INSENSITIVE + file = "assets/null.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +widget_class "*ThunarLocationButtons*" style "thunar_location_button" + +# TODO: This could really look nicer +style "gimp_spin_scale" { + # Spin background + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt-insensitive.png" + overlay_stretch = FALSE + } + } +} + +style "chrome_gtk_frame" { + ChromeGtkFrame::frame-color = @titlebar_bg_color + ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 +} + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" + +# Chromium lets us define some colours and settings for better integration +class "ChromeGtkFrame" style "chrome_gtk_frame" + +# +# (He)XChat +# + +style "chat-entry" { + xthickness = 4 + ythickness = 4 + + # enforce white backgrounds + bg[NORMAL] = @selected_fg_color + bg[PRELIGHT] = @selected_fg_color + bg[ACTIVE] = @selected_fg_color + bg[SELECTED] = @selected_bg_color + + engine "pixmap" { + image { + function = SHADOW + detail = "entry" + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +widget "*xchat-inputbox" style "chat-entry" +class "SexySpellEntry" style:highest "chat-entry" diff --git a/themes/vimix-vski/gtk-2.0/assets/border.png b/themes/vimix-vski/gtk-2.0/assets/border.png new file mode 100644 index 0000000..7fbb28e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/border.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/button-active.png b/themes/vimix-vski/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000..b5ecd9d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/button-hover.png b/themes/vimix-vski/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000..ef64c89 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/button-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000..5fc6274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/button-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/button.png b/themes/vimix-vski/gtk-2.0/assets/button.png new file mode 100644 index 0000000..b18f147 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-active.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-active.png new file mode 100644 index 0000000..0d276cd Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-hover.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-hover.png new file mode 100644 index 0000000..b1d4f6e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000..d73ad07 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-checked.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000..b1d4f6e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-checked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-active.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-active.png new file mode 100644 index 0000000..9214f62 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-hover.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-hover.png new file mode 100644 index 0000000..4caf461 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000..44201fa Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed.png new file mode 100644 index 0000000..4caf461 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-active.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-active.png new file mode 100644 index 0000000..37f7cd1 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-hover.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 0000000..617547f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked.png b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000..8a47958 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-active.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-active.png new file mode 100644 index 0000000..566353a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-hover.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-hover.png new file mode 100644 index 0000000..03405a7 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-insensitive.png new file mode 100644 index 0000000..7ec3aa2 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button.png new file mode 100644 index 0000000..8213e3d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-active.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-active.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-insensitive.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry.png b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-ltr-entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-active.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-active.png new file mode 100644 index 0000000..7b0a829 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-hover.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-hover.png new file mode 100644 index 0000000..c511a78 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-insensitive.png new file mode 100644 index 0000000..7ec3aa2 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button.png new file mode 100644 index 0000000..7135527 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-active.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-active.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-insensitive.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry.png b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/combo-rtl-entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/entry-active.png b/themes/vimix-vski/gtk-2.0/assets/entry-active.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/entry-background-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/entry-background-insensitive.png new file mode 100644 index 0000000..ca9934b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/entry-background-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/entry-background.png b/themes/vimix-vski/gtk-2.0/assets/entry-background.png new file mode 100644 index 0000000..9c1214a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/entry-background.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/entry-insensitive.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/entry.png b/themes/vimix-vski/gtk-2.0/assets/entry.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/flat-button-active.png b/themes/vimix-vski/gtk-2.0/assets/flat-button-active.png new file mode 100644 index 0000000..5fc6274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/flat-button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/flat-button-hover.png b/themes/vimix-vski/gtk-2.0/assets/flat-button-hover.png new file mode 100644 index 0000000..5fc6274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/flat-button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/flat-button-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/flat-button-insensitive.png new file mode 100644 index 0000000..5fc6274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/flat-button-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/flat-button.png b/themes/vimix-vski/gtk-2.0/assets/flat-button.png new file mode 100644 index 0000000..5fc6274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/flat-button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/focus.png b/themes/vimix-vski/gtk-2.0/assets/focus.png new file mode 100644 index 0000000..e1c5e12 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/focus.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/frame-inline.png b/themes/vimix-vski/gtk-2.0/assets/frame-inline.png new file mode 100644 index 0000000..c4be848 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/frame-inline.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/frame-notebook.png b/themes/vimix-vski/gtk-2.0/assets/frame-notebook.png new file mode 100644 index 0000000..1d4c91f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/frame-notebook.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/frame.png b/themes/vimix-vski/gtk-2.0/assets/frame.png new file mode 100644 index 0000000..d793563 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/frame.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-horz-active.png b/themes/vimix-vski/gtk-2.0/assets/handle-horz-active.png new file mode 100644 index 0000000..c833b83 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-horz-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-horz-hover.png b/themes/vimix-vski/gtk-2.0/assets/handle-horz-hover.png new file mode 100644 index 0000000..8dad5b9 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-horz-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-horz.png b/themes/vimix-vski/gtk-2.0/assets/handle-horz.png new file mode 100644 index 0000000..5069ba3 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-horz.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-vert-active.png b/themes/vimix-vski/gtk-2.0/assets/handle-vert-active.png new file mode 100644 index 0000000..cb4c298 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-vert-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-vert-hover.png b/themes/vimix-vski/gtk-2.0/assets/handle-vert-hover.png new file mode 100644 index 0000000..d250148 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-vert-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/handle-vert.png b/themes/vimix-vski/gtk-2.0/assets/handle-vert.png new file mode 100644 index 0000000..e243f04 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/handle-vert.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000..13739bd Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000..77451a1 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png new file mode 100644 index 0000000..c70c082 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed.png new file mode 100644 index 0000000..cb0652a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-mixed.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000..c6da378 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-checkbox-unchecked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000..5d072ad Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000..d73d461 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed-insensitive.png new file mode 100644 index 0000000..3095423 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed.png new file mode 100644 index 0000000..41e117c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-mixed.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked.png b/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000..14ecff3 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/menu-radio-unchecked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-active.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-active.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-ltr-entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-active.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-active.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry.png b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry.png new file mode 100644 index 0000000..23e937f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-combo-rtl-entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-entry-active.png b/themes/vimix-vski/gtk-2.0/assets/notebook-entry-active.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-entry-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-entry-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/notebook-entry-insensitive.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-entry-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/notebook-entry.png b/themes/vimix-vski/gtk-2.0/assets/notebook-entry.png new file mode 100644 index 0000000..94bd567 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/notebook-entry.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/null.png b/themes/vimix-vski/gtk-2.0/assets/null.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/null.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-down-alt-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-down-alt-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-down-alt-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-down-alt.png b/themes/vimix-vski/gtk-2.0/assets/pan-down-alt.png new file mode 100644 index 0000000..805a600 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-down-alt.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-down-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-down-insensitive.png new file mode 100644 index 0000000..3349fe1 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-down-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-down.png b/themes/vimix-vski/gtk-2.0/assets/pan-down.png new file mode 100644 index 0000000..14b6213 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-down.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-left-alt-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-left-alt-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-left-alt-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-left-alt.png b/themes/vimix-vski/gtk-2.0/assets/pan-left-alt.png new file mode 100644 index 0000000..0c544be Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-left-alt.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-left-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-left-insensitive.png new file mode 100644 index 0000000..df5c274 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-left-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-left-semi.png b/themes/vimix-vski/gtk-2.0/assets/pan-left-semi.png new file mode 100644 index 0000000..752760a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-left-semi.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-left.png b/themes/vimix-vski/gtk-2.0/assets/pan-left.png new file mode 100644 index 0000000..fffad4f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-left.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-right-alt-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-right-alt-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-right-alt-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-right-alt.png b/themes/vimix-vski/gtk-2.0/assets/pan-right-alt.png new file mode 100644 index 0000000..9b21865 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-right-alt.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-right-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-right-insensitive.png new file mode 100644 index 0000000..e3c0f89 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-right-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-right-semi.png b/themes/vimix-vski/gtk-2.0/assets/pan-right-semi.png new file mode 100644 index 0000000..4b7932f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-right-semi.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-right.png b/themes/vimix-vski/gtk-2.0/assets/pan-right.png new file mode 100644 index 0000000..1f1ac19 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-right.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-up-alt-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-up-alt-insensitive.png new file mode 100644 index 0000000..87f3225 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-up-alt-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-up-alt.png b/themes/vimix-vski/gtk-2.0/assets/pan-up-alt.png new file mode 100644 index 0000000..59c08cb Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-up-alt.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-up-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/pan-up-insensitive.png new file mode 100644 index 0000000..89a1ca6 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-up-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pan-up.png b/themes/vimix-vski/gtk-2.0/assets/pan-up.png new file mode 100644 index 0000000..e6f2af7 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pan-up.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pathbar_button_active.png b/themes/vimix-vski/gtk-2.0/assets/pathbar_button_active.png new file mode 100644 index 0000000..cb53e8c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pathbar_button_active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/pathbar_button_prelight.png b/themes/vimix-vski/gtk-2.0/assets/pathbar_button_prelight.png new file mode 100644 index 0000000..5a8052d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/pathbar_button_prelight.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/progressbar-progress.png b/themes/vimix-vski/gtk-2.0/assets/progressbar-progress.png new file mode 100644 index 0000000..fa4f920 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/progressbar-progress.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/progressbar-trough.png b/themes/vimix-vski/gtk-2.0/assets/progressbar-trough.png new file mode 100644 index 0000000..4d1632c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/progressbar-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-checked-active.png b/themes/vimix-vski/gtk-2.0/assets/radio-checked-active.png new file mode 100644 index 0000000..d56bb55 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-checked-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-checked-hover.png b/themes/vimix-vski/gtk-2.0/assets/radio-checked-hover.png new file mode 100644 index 0000000..ba6f9e6 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-checked-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-checked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000..6ae9819 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-checked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-checked.png b/themes/vimix-vski/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000..ccc1012 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-checked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-mixed-active.png b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-active.png new file mode 100644 index 0000000..4dbd019 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-mixed-hover.png b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-hover.png new file mode 100644 index 0000000..4f9408d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-mixed-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000..b09c1b2 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-mixed-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-mixed.png b/themes/vimix-vski/gtk-2.0/assets/radio-mixed.png new file mode 100644 index 0000000..8215171 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-mixed.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-active.png b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-active.png new file mode 100644 index 0000000..2284f74 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-hover.png b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-hover.png new file mode 100644 index 0000000..9b483f3 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/radio-unchecked.png b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000..c983524 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/radio-unchecked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-checked-symbolic.svg new file mode 100644 index 0000000..8067c11 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-mixed-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..76e69c9 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg new file mode 100644 index 0000000..8f250e3 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg new file mode 100644 index 0000000..e3c7734 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..b8fde4d --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic@2.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic@2.svg new file mode 100644 index 0000000..0db4f55 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/checkbox-unchecked-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/cursor-handle-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/cursor-handle-symbolic.svg new file mode 100644 index 0000000..e2a252b --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/cursor-handle-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/radio-checked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-checked-symbolic.svg new file mode 100644 index 0000000..7b82c3d --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/radio-mixed-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-mixed-symbolic.svg new file mode 100644 index 0000000..55d8916 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/radio-unchecked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-unchecked-symbolic.svg new file mode 100644 index 0000000..6d97559 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg new file mode 100644 index 0000000..14cf8d0 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg new file mode 100644 index 0000000..b476ec2 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/scale-slider-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-slider-symbolic.svg new file mode 100644 index 0000000..4b00bc1 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg new file mode 100644 index 0000000..c5eef30 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg new file mode 100644 index 0000000..b249ea2 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-checked-symbolic.svg new file mode 100644 index 0000000..7ad27d5 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..0f80850 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-unchecked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..bfe0a56 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-checked-symbolic.svg new file mode 100644 index 0000000..04a9a21 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-mixed-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-mixed-symbolic.svg new file mode 100644 index 0000000..31aac91 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-unchecked-symbolic.svg b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-unchecked-symbolic.svg new file mode 100644 index 0000000..f870381 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/assets/scalable/small-radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark.png new file mode 100644 index 0000000..f4f3229 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark@2.png new file mode 100644 index 0000000..63379b3 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..c62ce38 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..900e3f2 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled.png new file mode 100644 index 0000000..6a1e795 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..38dcc67 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider.png new file mode 100644 index 0000000..dc12d34 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider@2.png new file mode 100644 index 0000000..a160911 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-after-slider@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark.png new file mode 100644 index 0000000..7d2b37d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark@2.png new file mode 100644 index 0000000..f0c5185 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..e66e259 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..9ea64a5 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled.png new file mode 100644 index 0000000..6810155 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..865cb59 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider.png new file mode 100644 index 0000000..66ffedb Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider@2.png new file mode 100644 index 0000000..7743843 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-marks-before-slider@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-active.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-active.png new file mode 100644 index 0000000..562ca73 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-insensitive.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough.png b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-horz-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-active.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-active.png new file mode 100644 index 0000000..a1de352 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark.png new file mode 100644 index 0000000..c355b69 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark@2.png new file mode 100644 index 0000000..5a78d55 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark.png new file mode 100644 index 0000000..c998b1e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark@2.png new file mode 100644 index 0000000..e6f4e63 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled.png new file mode 100644 index 0000000..ae861bd Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled@2.png new file mode 100644 index 0000000..d10d975 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-hover.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-hover.png new file mode 100644 index 0000000..e104694 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider-insensitive.png new file mode 100644 index 0000000..10bf347 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider.png new file mode 100644 index 0000000..b757ab6 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-slider@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-slider@2.png new file mode 100644 index 0000000..86e6220 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-slider@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark.png new file mode 100644 index 0000000..c2f74c0 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark@2.png new file mode 100644 index 0000000..5bc6329 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..57a2dde Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..ce50307 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled.png new file mode 100644 index 0000000..6f4ab64 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..58cc6f8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider.png new file mode 100644 index 0000000..b4ccfa4 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider@2.png new file mode 100644 index 0000000..0c40988 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-after-slider@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark.png new file mode 100644 index 0000000..5f17066 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark@2.png new file mode 100644 index 0000000..857b61f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..f834e35 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..02e122e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled.png new file mode 100644 index 0000000..d954fb6 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..26682da Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider.png new file mode 100644 index 0000000..8118b67 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider@2.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider@2.png new file mode 100644 index 0000000..c539b86 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-marks-before-slider@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-active.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-active.png new file mode 100644 index 0000000..d38ab46 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-insensitive.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough.png b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough.png new file mode 100644 index 0000000..e32231b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scale-vert-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-active.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-active.png new file mode 100644 index 0000000..2ee4631 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 0000000..b8a6b44 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png new file mode 100644 index 0000000..6e7b023 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider.png new file mode 100644 index 0000000..e2a0223 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-trough.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-trough.png new file mode 100644 index 0000000..501d874 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-horz-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png new file mode 100644 index 0000000..09f4883 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png new file mode 100644 index 0000000..fffd962 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png new file mode 100644 index 0000000..6292ea2 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider.png new file mode 100644 index 0000000..da026dc Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-trough.png new file mode 100644 index 0000000..f5745b6 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-ltr-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png new file mode 100644 index 0000000..93dbc36 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png new file mode 100644 index 0000000..c0cf802 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png new file mode 100644 index 0000000..f56e52b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider.png new file mode 100644 index 0000000..b086664 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-slider.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-trough.png new file mode 100644 index 0000000..a8f0b78 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/scrollbar-vert-rtl-trough.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark.png new file mode 100644 index 0000000..bf75b94 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark@2.png new file mode 100644 index 0000000..ef29433 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked.png new file mode 100644 index 0000000..e8ee70a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked@2.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked@2.png new file mode 100644 index 0000000..3598861 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-checked@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark.png new file mode 100644 index 0000000..aa9580c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark@2.png new file mode 100644 index 0000000..21c646a Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked.png new file mode 100644 index 0000000..eb13e9c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked@2.png new file mode 100644 index 0000000..77d9fb5 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/selectionmode-checkbox-unchecked@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-active.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-active.png new file mode 100644 index 0000000..2c980f1 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-hover.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-hover.png new file mode 100644 index 0000000..ef8f500 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-insensitive.png new file mode 100644 index 0000000..1554ea8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down.png new file mode 100644 index 0000000..1e69a85 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-down.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-active.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-active.png new file mode 100644 index 0000000..9aaaa58 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-hover.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-hover.png new file mode 100644 index 0000000..549785b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-insensitive.png new file mode 100644 index 0000000..1554ea8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up.png b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up.png new file mode 100644 index 0000000..549785b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-ltr-up.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-active.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-active.png new file mode 100644 index 0000000..60eb8c7 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-hover.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-hover.png new file mode 100644 index 0000000..7a7c180 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-insensitive.png new file mode 100644 index 0000000..1554ea8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down.png new file mode 100644 index 0000000..7ce567d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-down.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-active.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-active.png new file mode 100644 index 0000000..d1327bf Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-hover.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-hover.png new file mode 100644 index 0000000..6ccdc5f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-insensitive.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-insensitive.png new file mode 100644 index 0000000..1554ea8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up-insensitive.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up.png b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up.png new file mode 100644 index 0000000..6ccdc5f Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/spin-rtl-up.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/tab.png b/themes/vimix-vski/gtk-2.0/assets/tab.png new file mode 100644 index 0000000..3f10abc Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/tab.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-active.png b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-active.png new file mode 100644 index 0000000..5f7d97b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-hover.png b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-hover.png new file mode 100644 index 0000000..d418401 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button.png b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button.png new file mode 100644 index 0000000..d418401 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-ltr-button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-active.png b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-active.png new file mode 100644 index 0000000..6510e31 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-hover.png b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-hover.png new file mode 100644 index 0000000..d418401 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button.png b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button.png new file mode 100644 index 0000000..d418401 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/treeview-rtl-button.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000..7ffebe5 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000..57a033b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active.png new file mode 100644 index 0000000..7ffebe5 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active@2.png new file mode 100644 index 0000000..57a033b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-active@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark.png new file mode 100644 index 0000000..0df7db8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000..cf9047e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000..ee74efe Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000..0c24020 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover.png new file mode 100644 index 0000000..ee74efe Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000..0c24020 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close-hover@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close.png new file mode 100644 index 0000000..0df7db8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close@2.png new file mode 100644 index 0000000..cf9047e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-close@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark.png new file mode 100644 index 0000000..07a9e6c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark@2.png new file mode 100644 index 0000000..14ae774 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active.png new file mode 100644 index 0000000..07a9e6c Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active@2.png new file mode 100644 index 0000000..14ae774 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-active@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark.png new file mode 100644 index 0000000..cae06ff Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png new file mode 100644 index 0000000..00c2b77 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover.png new file mode 100644 index 0000000..cae06ff Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover@2.png new file mode 100644 index 0000000..00c2b77 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize-hover@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-maximize@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark.png new file mode 100644 index 0000000..a4dbc1b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark@2.png new file mode 100644 index 0000000..a4b1590 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active.png new file mode 100644 index 0000000..a4dbc1b Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active@2.png new file mode 100644 index 0000000..a4b1590 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-active@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark.png new file mode 100644 index 0000000..7ea660d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark@2.png new file mode 100644 index 0000000..8eb2604 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark.png new file mode 100644 index 0000000..918e8d8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png new file mode 100644 index 0000000..5ed4be8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover.png new file mode 100644 index 0000000..918e8d8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover@2.png new file mode 100644 index 0000000..5ed4be8 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize-hover@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize.png new file mode 100644 index 0000000..7ea660d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize@2.png new file mode 100644 index 0000000..8eb2604 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-minimize@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark.png new file mode 100644 index 0000000..f21d626 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark@2.png new file mode 100644 index 0000000..c5aceac Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active.png new file mode 100644 index 0000000..f21d626 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active@2.png new file mode 100644 index 0000000..c5aceac Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-active@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark.png new file mode 100644 index 0000000..deb87fc Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark@2.png new file mode 100644 index 0000000..b596dfd Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover.png new file mode 100644 index 0000000..deb87fc Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover@2.png new file mode 100644 index 0000000..b596dfd Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore-hover@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore.png differ diff --git a/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore@2.png b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-2.0/assets/window-assets/titlebutton-restore@2.png differ diff --git a/themes/vimix-vski/gtk-2.0/gtkrc b/themes/vimix-vski/gtk-2.0/gtkrc new file mode 100644 index 0000000..8f6a991 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/gtkrc @@ -0,0 +1,24 @@ + +# Text/base +gtk-color-scheme = "text_color:#c5c8c6\nbase_color:#191919" +# Foreground/background +gtk-color-scheme = "fg_color:#c5c8c6\nbg_color:#191919" +# Selected foreground/background +gtk-color-scheme = "selected_fg_color:#191919\nselected_bg_color:#f58f44" +# Titlebar foreground/background +gtk-color-scheme = "titlebar_fg_color:#f58f44\ntitlebar_bg_color:#191919" +# Links +gtk-color-scheme = "link_color:#5f819d\nvisited_link_color:#85678f" +# Panel +gtk-color-scheme = "topbar_bg_color:#191919\ntopbar_fg_color:#f58f44" + +# Set GTK settings +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +# And hand over the control to the theme files +include "main.rc" +include "apps.rc" +include "hacks.rc" +include "panel.rc" +include "xfce-notify.rc" diff --git a/themes/vimix-vski/gtk-2.0/hacks.rc b/themes/vimix-vski/gtk-2.0/hacks.rc new file mode 100644 index 0000000..96eb088 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/hacks.rc @@ -0,0 +1,36 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file contains horrible hacks to make this theme work with some programs +# This is mostly due to the limitations of gtk2 but sometimes its the fault of +# the programs themselves. Not going to point fingers. +# +# Either way, it's a WONTFIX for both, hence this horrible file. + +style "toplevel_hack" { + engine "adwaita" {} +} + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + +style "vim_notebook" { + bg[NORMAL] = @base_color + bg[ACTIVE] = @bg_color +} + +# Vim puts an eventbox between the tab and the label and colours it, +# we need to handle that +widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" + +# (he)xchat input box +class "SexySpellEntry" style:highest "normal_entry" + +# Chromium uses base as the fill colour of its own entries +# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg +# That results in Chromium using it for the fill, so we need to handle that +widget_class "*Chrom*" style "chrome_entry" + +# Hack to be able to match widgets in LibreOffice +class "GtkWindow" style "toplevel_hack" diff --git a/themes/vimix-vski/gtk-2.0/main.rc b/themes/vimix-vski/gtk-2.0/main.rc new file mode 100644 index 0000000..c031726 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/main.rc @@ -0,0 +1,2825 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This is the main theme file, handling all the default widgets and theme +# properties. Since GTK+ 2 is old, we need to overcome some of its limitations, +# which is also mostly done in this file. Sadly not all of them can be overcome +# so there will always be a visible difference between the GTK+ 2 and 3 theme. + +style "default" { + xthickness = 1 + ythickness = 1 + + #################### + # Style Properties # + #################### + + GtkWidget::focus-padding = 0 + GtkWidget::focus-line-width = 2 + GtkWidget::focus-line-pattern = "\2\1" + + GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) + GtkToolbar::internal-padding = 2 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 230 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @visited_link_color + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkHTML::vlink-color = @visited_link_color + GtkIMHtml::hyperlink-color = @link_color + GtkIMHtml::hyperlink-visited-color = @visited_link_color + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkSeparatorMenuItem::wide-separators = 0 + GtkSeparatorMenuItem::separator-height = 0 + + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = {0, 0, 0, 0} + GtkButton::default-outside-border = {0, 0, 0, 0} + GtkButton::inner-border = {4, 4, 4, 4} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {4, 4, 4, 4} + + GtkPaned::handle-size = 8 + GtkHPaned::handle-size = 8 + GtkVPaned::handle-size = 8 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 17 + GtkRange::stepper-size = 0 + GtkRange::activate-slider = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 24 + GtkScale::slider_width = 24 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 4 + GtkProgressBar::min-vertical-bar-width = 4 + GtkProgressBar::xspacing = 4 + GtkProgressBar::yspacing = 4 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + # TODO: find out what this comment means: + # ( every window is misaligned for the sake of menus ): + GtkMenuBar::internal-padding = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 4 + GtkMenu::double-arrows = 0 + GtkMenuItem::arrow-scaling = 1 + GtkMenuItem::toggle-spacing = 12 + + GtkCheckButton::indicator-size = 24 + GtkCheckButton::indicator_spacing = 2 + GtkOptionMenu::indicator_spacing = {10, 10, 6, 6} + + GtkTreeView::expander-size = 16 + GtkTreeView::vertical-separator = 0 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 0 + # Set this because some apps read it + GtkTreeView::odd-row-color = @base_color + GtkTreeView::even-row-color = @base_color + + GtkExpander::expander-size = 16 + + GtkNotebook::tab-overlap = 0 + + ########## + # Colors # + ########## + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = mix (0.4, @text_color, @base_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = mix (0.05, @text_color, @base_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) + base[ACTIVE] = @selected_bg_color + + # For succinctness, all reasonable pixmap options remain here + + # Draw frame around menu in a non-compositied environment + # This needs to go before pixmap because we need to override some stuff + engine "adwaita" {} + + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ########## + # Arrows # + ########## + + # Overrides + + # Disable arrows in spinbuttons + image { + function = ARROW + detail = "spinbutton" + } + + # Disable arrows for qt in scrollbars + + image { + function = ARROW + detail = "vscrollbar" + } + + image { + function = ARROW + detail = "hscrollbar" + } + + # Menu arrows + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-left-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-right-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + # Regular arrows + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-up-alt-insensitive.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-down-alt-insensitive.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-left-alt.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-left-alt-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-right-alt.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-right-alt-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + ###################### + # Option Menu Arrows # + ###################### + + image { + function = TAB + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/pan-down-alt-insensitive.png" + overlay_stretch = FALSE + } + + ######### + # Lines # + ######### + + image { + function = VLINE + file = "assets/border.png" + border = {1, 0, 0, 0} + } + + image { + function = HLINE + file = "assets/border.png" + border = {0, 0, 1, 0} + } + + ######### + # Focus # + ######### + + image { + function = FOCUS + file = "assets/focus.png" + border = {2, 2, 2, 2} + stretch = TRUE + } + + ########### + # Handles # + ########### + + image { + function = HANDLE + detail = "handlebox" + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + } + + image { + function = HANDLE + state = NORMAL + overlay_file = "assets/handle-horz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = PRELIGHT + overlay_file = "assets/handle-horz-hover.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = ACTIVE + overlay_file = "assets/handle-horz-active.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = NORMAL + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = HANDLE + state = PRELIGHT + overlay_file = "assets/handle-vert-hover.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = HANDLE + state = ACTIVE + overlay_file = "assets/handle-vert-active.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = RESIZE_GRIP + } + + ############# + # Expanders # + ############# + + image { + function = EXPANDER + expander_style = EXPANDED + state = NORMAL + file = "assets/pan-down-alt.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = PRELIGHT + file = "assets/pan-down.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = ACTIVE + file = "assets/pan-down.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = INSENSITIVE + file = "assets/pan-down-alt-insensitive.png" + } + + # LTR + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-right-alt.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-right-alt-insensitive.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-right-semi.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-right-semi.png" + direction = LTR + } + + # RTL + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-left-alt.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-left-alt-insensitive.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-left-semi.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-left-semi.png" + direction = RTL + } + + ############# + # Notebooks # + ############# + + # Left + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 1, 0, 0} + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {1, 0, 0, 0} + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 0, 1} + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 1, 0} + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + gap_side = TOP + } + + # Inner frame + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {1, 0, 0, 0} + gap_side = LEFT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 1, 0, 0} + gap_side = RIGHT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 1, 0} + gap_side = TOP + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 0, 1} + gap_side = BOTTOM + } + + # Standalone frame + image { + function = BOX + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-horz-trough.png" + border = {0, 0, 1, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-ltr-trough.png" + border = {1, 0, 0, 0} + orientation = VERTICAL + direction = LTR + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-rtl-trough.png" + border = {0, 1, 0, 0} + orientation = VERTICAL + direction = RTL + } + + # Horizontal sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-horz-slider.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-horz-slider-hover.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-active.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-insensitive.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-hover.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-active.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-insensitive.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + # RTL + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-hover.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-active.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-insensitive.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + ########## + # Scales # + ########## + + # Troughs, overrided later on. We set them here too because some widgets + # don't specify their orientation. + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-horz-trough-insensitive.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-horz-trough-insensitive.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-vert-trough-insensitive.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-vert-trough-insensitive.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + detail = "hscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "hscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "hscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "hscale" + file = "assets/scale-slider-insensitive.png" + } + + image { + function = SLIDER + state = NORMAL + detail = "vscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "vscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "vscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "vscale" + file = "assets/scale-slider-insensitive.png" + } + + ########### + # Menubar # + ########### + + # image { + # function = BOX + # detail = "menubar" + # file = "assets/border.png" + # border = {0, 0, 0, 1} + # } + + ######### + # Menus # + ######### + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + border = {0, 0, 0, 1} + } + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + border = {0, 0, 1, 0} + } + + ########### + # Entries # + ########### + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-insensitive.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + + ######### + # Spins # + ######### + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-ltr-up.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-ltr-up-hover.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-active.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-insensitive.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-rtl-up.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-insensitive.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-ltr-down.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-ltr-down-hover.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-active.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-insensitive.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-rtl-down.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-rtl-down-hover.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-active.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-insensitive.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = VERTICAL + } + + ############# + # Treeviews # + ############# + + # Disable active the column highlight + # We need to match specific cells or we break stuff + # Looking at you deadbeef + + image { + function = FLAT_BOX + detail = "cell_even_sorted" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "cell_odd_sorted" + state = NORMAL + } + + # Disable all the other shadows + # This prevents the Raleigh effect + image { + function = SHADOW + } + } +} + +style "menubar" { + bg[NORMAL] = @titlebar_bg_color + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + fg[PRELIGHT] = @titlebar_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) + # Needed to fix Firefox's menubar text + bg[SELECTED] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color) + fg[SELECTED] = @titlebar_fg_color +} + +style "menubar_item" { + xthickness = 2 + ythickness = 4 + + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @base_color + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + bg[SELECTED] = mix(0.15, @fg_color, @base_color) +} + +style "menu_item" { + xthickness = 4 + ythickness = 2 + + bg[PRELIGHT] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color + # Chromium uses this setting + bg[SELECTED] = @selected_bg_color + text[SELECTED] = @selected_fg_color + # Some widgets use text, we need to handle that + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + + # Unfortunately we can't tell regular and menu checks/radios apart + # Without the heirarchy + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "separator_menu_item" { + xthickness = 0 + ythickness = 2 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + border = {0, 0, 0, 1} + } + } +} + +style "button_label" { + fg[NORMAL] = mix(0.75, @fg_color, @bg_color) + # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "checkbutton_label" { + fg[NORMAL] = @fg_color + # fg[INSENSITIVE] = mix(0.4, @fg_color, @bg_color) + + font_name = "Regular" +} + +style "button" { + xthickness = 4 + ythickness = 4 + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "link_button" { + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } +} + +style "entry" { + # We set this same as the border of the border of the entry + # This way there's no overlap + xthickness = 6 + ythickness = 6 +} + +style "combobox" { + xthickness = 6 + ythickness = 6 + + # This affects only the button beside an entry + GtkButton::inner-border = {0, 0, 0, 0} +} + +style "combobox_cellview" { + text[NORMAL] = mix(0.75, @fg_color, @bg_color) + # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "combobox_entry" { + # Since one side of the button is missing, we need to shift the arrow a little to the right + GtkButton::inner-border = {0, 2, 0, 0} + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-ltr-entry.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-ltr-entry-active.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-ltr-entry-insensitive.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-rtl-entry.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-rtl-entry-active.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-rtl-entry-insensitive.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-ltr-button.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-ltr-button-hover.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-ltr-button-active.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-ltr-button-insensitive.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-rtl-button.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-rtl-button-hover.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-rtl-button-active.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-rtl-button-insensitive.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + } +} + +style "combo_button_padding" { + # Since one side of the button is missing, we need to shift the arrow a + # little to the right. + # This is the same thing we've done above but the combo, unlike the combobox, + # uses padding the same way as a button. + GtkButton::inner-border = {3, 6, 3, 3} +} + +style "notebook" { + xthickness = 3 + ythickness = 3 +} + +style "notebook_tab_label" { + fg[ACTIVE] = mix(0.75, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "notebook_viewport" { + bg[NORMAL] = @base_color +} + +style "notebook_bg" { + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[INSENSITIVE] = @base_color +} + +style "notebook_entry" { + engine "pixmap" { + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-entry-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/notebook-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = @bg_color +} + +style "normal_entry" { + engine "pixmap" { + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "notebook_combo" { + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-ltr-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-ltr-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-ltr-entry-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-rtl-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-rtl-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-rtl-entry-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + } +} + +style "textview" { + bg[NORMAL] = @base_color +} + +style "scale_horz" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {6, 6, 0, 0} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {6, 6, 0, 0} + stretch = TRUE + } + } +} + +style "scale_vert" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 6, 6} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 6, 6} + stretch = TRUE + } + } +} + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "treeview_header" { + xthickness = 2 + ythickness = 2 + + fg[NORMAL] = mix(0.75, @fg_color, @base_color) + fg[PRELIGHT] = @fg_color + + font_name = "Medium" + + GtkButton::inner-border = {4, 4, 0, 2} + + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/treeview-ltr-button.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-ltr-button-hover.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-ltr-button-active.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = NORMAL + file = "assets/treeview-rtl-button.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-rtl-button-hover.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-rtl-button-active.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +style "scrolled_window" { + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + } +} + +style "frame" { + engine "pixmap" { + image { + function = SHADOW + shadow = NONE + } + + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_start_file = "assets/border.png" + gap_end_file = "assets/border.png" + } + } +} + +style "tool_button" { + GtkButton::inner-border = {2, 2, 2, 2} + + # For the sake of sanity style buttons this way + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/flat-button.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/flat-button-hover.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/flat-button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/flat-button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = OUT + file = "assets/flat-button-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = IN + file = "assets/button-insensitive.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "toolbar_separator" { + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + } + } +} + +style "inline_toolbar" { + # GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + image { + function = BOX + file = "assets/frame-inline.png" + border = {1, 1, 0, 1} + stretch = TRUE + } + } +} + +style "tooltip" { + xthickness = 8 + ythickness = 8 + + bg[NORMAL] = @base_color + fg[NORMAL] = @fg_color + bg[SELECTED] = @base_color +} + +style "disable_text_shadow" { + engine "murrine" { + textstyle = 0 + } +} + +style "disable_separator" { + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 +} + +style "panel-launchers" +{ + xthickness = 0 + ythickness = 0 + GtkButton::inner-border = {1, 2, 1, 2} +} + +# Default style, containing theme properties and trying to match every widget as +# much as possible, which is not only faster than trying to match every widget +# by its own but also less bug-prune and more consistent. However there is some +# widget specific stuff that needs to be taken care of, which is the point of +# every other style below. +class "GtkWidget" style "default" + +###################################### +# Override padding, style and colour # +###################################### + +class "GtkButton" style "button" +class "GtkLinkButton" style "link_button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkHScale" style "scale_horz" +class "GtkVScale" style "scale_vert" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkSeparatorToolItem" style "toolbar_separator" +class "GtkMenuBar" style "menubar" +class "GtkMenu" style "menu" +class "GtkTextView" style "textview" + +# Menu and menubar items +widget_class "**" style "menu_item" +widget_class "*.*" style "menubar_item" +widget_class "**" style "separator_menu_item" + +# Treeview buttons +widget_class "***" style "treeview_header" + +# Give the file chooser toolbar a border +widget_class "**" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*." style "combobox" + +# And disable separators on them +widget_class "*.*" style "disable_separator" +widget_class "**" style "disable_separator" +widget_class "**" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "**" style "combobox_entry" + +# Join the Combo entry and button +widget_class "**" style "combobox_entry" + +# Tweak the padding on the button a little bit because it +# uses it a bit differently +widget_class "*." style "combo_button_padding" + +# Alas we cannot do the same for ComboBoxText because there +# isn't a way to apply the style to only the comboboxes that +# have an entry inside + +# Tool buttons have different styles +widget_class "**" style "tool_button" +widget_class "**.*" style "tool_button" + +# Notebooks +widget_class "*." style "notebook_tab_label" +widget_class "*.." style "notebook_tab_label" + +# Notebooks are white, act accordingly +widget_class "**" style "notebook_entry" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "***" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*.*" style "notebook_bg" +widget_class "***" style "notebook_combo" +widget_class "***" style "notebook_combo" + +# However, stuff inside eventboxes inside notebooks is grey +# again, react +widget_class "***" style "normal_entry" +widget_class "***" style "normal_bg" +widget_class "***" style "normal_bg" +widget_class "****" style "combobox_entry" +widget_class "****" style "combobox_entry" +widget_class "***." style "combo_button_padding" + +# Button labels +widget_class "**" style "button_label" + +# Checkbutton labels +widget_class "*." style "checkbutton_label" + +# ComboBoxes tend to draw the button label with text[] +# instead of fg[], we need to fix that +widget_class "**" style "combobox_cellview" + +# Disable white text shadows +widget_class "*" style "disable_text_shadow" +widget_class "*" style "disable_text_shadow" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" + +# Xfce4 panel launchers +widget "*launcher*" style "panel-launchers" diff --git a/themes/vimix-vski/gtk-2.0/panel.rc b/themes/vimix-vski/gtk-2.0/panel.rc new file mode 100644 index 0000000..2c262b1 --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/panel.rc @@ -0,0 +1,191 @@ + +style "theme-panel" { + GtkButton::inner-border = { 0, 0, 0, 0 } + xthickness = 2 + ythickness = 0 + + bg[NORMAL] = shade(1.0, @topbar_bg_color) + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(0.9, @topbar_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = shade(1.0, @topbar_fg_color) + fg[PRELIGHT] = @topbar_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = shade(1.0, @topbar_fg_color) + text[PRELIGHT] = shade(1.1, @topbar_fg_color) + text[ACTIVE] = shade(1.0, @topbar_fg_color) + text[SELECTED] = @selected_fg_color +} + +style "theme-panel-progressbar" { + bg[ACTIVE] = shade(0.8, @topbar_bg_color) +} + +style "panelbar" { + + fg[NORMAL] = shade(1.0, @topbar_fg_color) + fg[ACTIVE] = shade(1.0, @topbar_fg_color) + fg[PRELIGHT] = shade(1.1, @topbar_fg_color) + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + +} + +style "panelbuttons" { + GtkButton::inner-border = { 0, 0, 0, 0 } + xthickness = 4 + ythickness = 0 + + fg[NORMAL] = shade(0.8, @topbar_fg_color) + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = mix(0.28, @topbar_fg_color, @topbar_bg_color) + bg[PRELIGHT] = shade(1.2, @topbar_bg_color) + bg[ACTIVE] = shade(1.5, @topbar_bg_color) + + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/flat-button.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + image { + function = BOX + state = ACTIVE + file = "assets/pathbar_button_active.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + image { + function = BOX + state = PRELIGHT + file = "assets/pathbar_button_prelight.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + image { + function = BOX + state = INSENSITIVE + file = "assets/flat-button.png" + border = { 0, 0, 0, 2 } + stretch = TRUE + } + } +} + +style "regular-label" { + font_name = "Regular" +} + +style "theme-panel-text" { + + fg[NORMAL] = shade(1.0, @topbar_fg_color) + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = shade(1.0, @topbar_fg_color) + + text[NORMAL] = shade(1.0, @topbar_fg_color) + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = shade(1.0, @topbar_fg_color) + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @topbar_fg_color + fg[PRELIGHT] = @topbar_fg_color + fg[ACTIVE] = @topbar_fg_color + fg[SELECTED] = @topbar_fg_color + fg[INSENSITIVE] = @topbar_fg_color + + text[NORMAL] = @topbar_fg_color + text[PRELIGHT] = @topbar_fg_color + text[ACTIVE] = @topbar_fg_color + text[SELECTED] = @topbar_fg_color + text[INSENSITIVE] = @topbar_fg_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" +widget_class "*Tasklist*.GtkLabel" style:highest "regular-label" +widget_class "*Mixer*lugin*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar" +widget "*WnckPager*" style "workspace-switcher" +widget "*TopMenu*" style "theme-panel" +widget "*XfceTasklist*" style "panelbuttons" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/vimix-vski/gtk-2.0/xfce-notify.rc b/themes/vimix-vski/gtk-2.0/xfce-notify.rc new file mode 100644 index 0000000..422697b --- /dev/null +++ b/themes/vimix-vski/gtk-2.0/xfce-notify.rc @@ -0,0 +1,73 @@ + +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = shade(1.3, @titlebar_bg_color) + XfceNotifyWindow::border-color-hover = shade(1.3, @titlebar_bg_color) + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = @titlebar_bg_color +} + +style "notify-button" { + bg[NORMAL] = shade(1.1, @titlebar_bg_color) + bg[PRELIGHT] = shade(1.2, @titlebar_bg_color) + bg[ACTIVE] = shade(1.15, @titlebar_bg_color) + + fg[NORMAL] = @titlebar_fg_color + fg[PRELIGHT] = shade(1.1, @titlebar_fg_color) + fg[ACTIVE] = @selected_fg_color + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = @selected_bg_color + + fg[NORMAL] = shade(1.0, @titlebar_fg_color) + fg[PRELIGHT] = shade(1.1, @titlebar_fg_color) + fg[ACTIVE] = shade(1.0, @titlebar_fg_color) + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = shade(0.8, @titlebar_bg_color) + bg[NORMAL] = @selected_bg_color + bg[ACTIVE] = shade(0.8, @titlebar_bg_color) + bg[SELECTED] = @selected_bg_color + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*" style "notify-button" +widget_class "XfceNotifyWindow.*." style "notify-text" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg new file mode 100644 index 0000000..8067c11 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..76e69c9 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg new file mode 100644 index 0000000..8f250e3 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg new file mode 100644 index 0000000..e3c7734 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic-dark@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..b8fde4d --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic@2.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic@2.svg new file mode 100644 index 0000000..0db4f55 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/checkbox-unchecked-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg new file mode 100644 index 0000000..e2a252b --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-checked-symbolic.svg new file mode 100644 index 0000000..7b82c3d --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg new file mode 100644 index 0000000..55d8916 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/radio-unchecked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-unchecked-symbolic.svg new file mode 100644 index 0000000..6d97559 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg new file mode 100644 index 0000000..14cf8d0 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg new file mode 100644 index 0000000..b476ec2 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/scale-slider-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-slider-symbolic.svg new file mode 100644 index 0000000..4b00bc1 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg new file mode 100644 index 0000000..c5eef30 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg new file mode 100644 index 0000000..b249ea2 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg new file mode 100644 index 0000000..7ad27d5 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..0f80850 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-unchecked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..bfe0a56 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg new file mode 100644 index 0000000..04a9a21 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg new file mode 100644 index 0000000..31aac91 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-unchecked-symbolic.svg b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-unchecked-symbolic.svg new file mode 100644 index 0000000..f870381 --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/assets/scalable/small-radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png new file mode 100644 index 0000000..f3dc762 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png new file mode 100644 index 0000000..83f1c55 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..49d5267 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..5baca83 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png new file mode 100644 index 0000000..c3dc80e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..6da4e62 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider.png new file mode 100644 index 0000000..e2b1a43 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider@2.png new file mode 100644 index 0000000..a72e10c Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-after-slider@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png new file mode 100644 index 0000000..8553982 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png new file mode 100644 index 0000000..2c28404 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..d870c27 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..81acf95 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png new file mode 100644 index 0000000..96e442b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..717ee2c Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider.png new file mode 100644 index 0000000..b7e0531 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider@2.png new file mode 100644 index 0000000..0911f6b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-horz-marks-before-slider@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark.png new file mode 100644 index 0000000..6638660 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark@2.png new file mode 100644 index 0000000..5326da6 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark.png new file mode 100644 index 0000000..8262fac Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark@2.png new file mode 100644 index 0000000..596adb7 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled.png new file mode 100644 index 0000000..2b5474f Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled@2.png new file mode 100644 index 0000000..2406137 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider.png new file mode 100644 index 0000000..a86ec59 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-slider@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-slider@2.png new file mode 100644 index 0000000..5e1461d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-slider@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png new file mode 100644 index 0000000..5b698aa Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png new file mode 100644 index 0000000..8f19616 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..09c893a Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..34dcaea Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png new file mode 100644 index 0000000..9ce1039 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..480bfef Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider.png new file mode 100644 index 0000000..71d86a5 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider@2.png new file mode 100644 index 0000000..2105c0a Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-after-slider@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png new file mode 100644 index 0000000..ef9544e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png new file mode 100644 index 0000000..e37a86c Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..21f0b55 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..ccebfb1 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png new file mode 100644 index 0000000..a1ee164 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..b48bb1f Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider.png new file mode 100644 index 0000000..369a450 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider@2.png new file mode 100644 index 0000000..acba84b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/scale-vert-marks-before-slider@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png new file mode 100644 index 0000000..3629a39 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png new file mode 100644 index 0000000..4f50665 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked.png new file mode 100644 index 0000000..aa3f05e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked@2.png new file mode 100644 index 0000000..c07a161 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-checked@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png new file mode 100644 index 0000000..8ae9cd2 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png new file mode 100644 index 0000000..4b1adc3 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked.png new file mode 100644 index 0000000..0362e37 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png new file mode 100644 index 0000000..4226e59 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000..7ffebe5 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000..57a033b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active.png new file mode 100644 index 0000000..7ffebe5 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active@2.png new file mode 100644 index 0000000..57a033b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-active@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark.png new file mode 100644 index 0000000..0df7db8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000..cf9047e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000..ee74efe Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000..0c24020 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover.png new file mode 100644 index 0000000..ee74efe Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000..0c24020 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close-hover@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close.png new file mode 100644 index 0000000..0df7db8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close@2.png new file mode 100644 index 0000000..cf9047e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-close@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark.png new file mode 100644 index 0000000..07a9e6c Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark@2.png new file mode 100644 index 0000000..14ae774 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active.png new file mode 100644 index 0000000..07a9e6c Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active@2.png new file mode 100644 index 0000000..14ae774 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-active@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark.png new file mode 100644 index 0000000..cae06ff Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png new file mode 100644 index 0000000..00c2b77 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover.png new file mode 100644 index 0000000..cae06ff Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover@2.png new file mode 100644 index 0000000..00c2b77 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize-hover@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-maximize@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark.png new file mode 100644 index 0000000..a4dbc1b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark@2.png new file mode 100644 index 0000000..a4b1590 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active.png new file mode 100644 index 0000000..a4dbc1b Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active@2.png new file mode 100644 index 0000000..a4b1590 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-active@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark.png new file mode 100644 index 0000000..7ea660d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark@2.png new file mode 100644 index 0000000..8eb2604 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark.png new file mode 100644 index 0000000..918e8d8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png new file mode 100644 index 0000000..5ed4be8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover.png new file mode 100644 index 0000000..918e8d8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover@2.png new file mode 100644 index 0000000..5ed4be8 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize-hover@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize.png new file mode 100644 index 0000000..7ea660d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize@2.png new file mode 100644 index 0000000..8eb2604 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-minimize@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark.png new file mode 100644 index 0000000..f21d626 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark@2.png new file mode 100644 index 0000000..c5aceac Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active.png new file mode 100644 index 0000000..f21d626 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active@2.png new file mode 100644 index 0000000..c5aceac Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-active@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop.png new file mode 100644 index 0000000..04f671d Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop@2.png new file mode 100644 index 0000000..0e124ba Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-backdrop@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark.png new file mode 100644 index 0000000..deb87fc Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark@2.png new file mode 100644 index 0000000..b596dfd Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover-dark@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover.png new file mode 100644 index 0000000..deb87fc Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover@2.png new file mode 100644 index 0000000..b596dfd Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore-hover@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore.png new file mode 100644 index 0000000..203a96e Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore.png differ diff --git a/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore@2.png b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore@2.png new file mode 100644 index 0000000..5281799 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/assets/window-assets/titlebutton-restore@2.png differ diff --git a/themes/vimix-vski/gtk-3.0/gtk.css b/themes/vimix-vski/gtk-3.0/gtk.css new file mode 100644 index 0000000..b78233e --- /dev/null +++ b/themes/vimix-vski/gtk-3.0/gtk.css @@ -0,0 +1,8628 @@ +@keyframes ripple_effect { + to { + background-size: 1000% 1000%; + } +} + +@keyframes scale_ripple_effect { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes header_ripple_effect { + from { + background-image: radial-gradient(circle farthest-corner at center, #5f819d 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle farthest-corner at center, #5f819d 100%, transparent 0%); + } +} + +* { + padding: 0; + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #a54242; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 24; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + outline-style: solid; + outline-width: 2px; + outline-color: alpha(currentColor, 0.16); + outline-offset: -4px; + -gtk-outline-radius: 3px; + -gtk-secondary-caret-color: #5f819d; +} + +.background { + background-color: #191919; + color: #c5c8c6; +} + +*:disabled { + -gtk-icon-effect: dim; +} + +.gtkstyle-fallback { + background-color: #191919; + color: #c5c8c6; +} + +.gtkstyle-fallback:hover { + background-color: #191919; + color: #c5c8c6; +} + +.gtkstyle-fallback:active { + background-color: #191919; + color: #c5c8c6; +} + +.gtkstyle-fallback:disabled { + background-color: #191919; + color: #c5c8c6; +} + +.gtkstyle-fallback:selected { + background-color: #f58f44; + color: #c5c8c6; +} + +iconview, .view { + background-color: #191919; + color: #c5c8c6; +} + +iconview:hover, .view:hover { + background-color: #c5c8c6; + color: rgba(255, 255, 255, 0.7); +} + +iconview:disabled, .view:disabled { + color: rgba(255, 255, 255, 0.45); +} + +textview text { + background-color: #191919; + color: #c5c8c6; +} + +textview text:disabled { + color: rgba(255, 255, 255, 0.45); +} + +textview border { + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +iconview:hover, iconview:active, iconview:selected { + border-radius: 3px; +} + +.rubberband, +rubberband, +XfdesktopIconView.view .rubberband, +.content-view rubberband, +treeview.view rubberband, +flowbox rubberband { + border: 1px solid #f58f44; + background-color: alpha(#f58f44, 0.3); +} + +flowbox flowboxchild { + outline-offset: -2px; + padding: 4px; + border-radius: 2px; +} + +label { + caret-color: currentColor; +} + +label.separator { + color: #c5c8c6; +} + +row:selected label, label:selected { + color: #c5c8c6; +} + +row:selected label:disabled, label:selected:disabled { + color: rgba(255, 255, 255, 0.45); +} + +label selection { + background-color: #f58f44; + color: #c5c8c6; +} + +label:disabled { + color: rgba(255, 255, 255, 0.45); +} + +label:disabled selection { + color: rgba(255, 255, 255, 0.45); +} + +tab label:disabled, button label:disabled, menuitem label:disabled { + color: inherit; +} + +.dim-label, .budgie-notification .notification-body, .budgie-switcher .notification-body, headerbar .subtitle, label.separator { + opacity: 0.55; +} + +assistant .sidebar { + padding: 4px 0; +} + +assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.45); + font-weight: 500; +} + +assistant .sidebar label.highlight { + color: #c5c8c6; +} + +.nemo-window .floating-bar, +.nautilus-window .floating-bar, .osd .scale-popup, .app-notification, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, .csd popover.background.osd, .osd { + opacity: 0.87; +} + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); + } +} + +@keyframes spin_colors { + 1% { + color: #8c9440; + } + 25% { + color: #8c9440; + } + 26% { + color: #5f819d; + } + 50% { + color: #5f819d; + } + 51% { + color: #de935f; + } + 75% { + color: #de935f; + } + 76% { + color: #a54242; + } + 100% { + color: #a54242; + } +} + +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); +} + +spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; +} + +spinner:checked:disabled { + opacity: 0.3; +} + +#login_window entry, .budgie-run-dialog entry, .budgie-polkit-dialog entry, .budgie-session-dialog entry, .background .raven .raven-background spinbutton:not(.vertical), .background.budgie-popover entry, +.background.budgie-popover spinbutton:not(.vertical), .budgie-settings-window .settings-page .settings-frame .linked > entry, window.background stack scrolledwindow entry, +window.background stack scrolledwindow spinbutton:not(.vertical), dialog.background .dialog-vbox stack entry, +dialog.background .dialog-vbox stack spinbutton:not(.vertical), window#whiskermenu-window entry, .tilix-search-frame entry, +.tilix-search-frame .linked entry, +.tilix-search-frame .linked entry.search, .geary-composer-box entry, +.geary-composer-box spinbutton:not(.vertical), editortweak entry.search, layoutpane entry.search, messagedialog entry, notebook > stack:not(:only-child) entry, +notebook > stack:not(:only-child) spinbutton:not(.vertical), popover.background entry, .background spinbutton:not(.vertical), .background spinbutton.flat:not(.vertical), .background .linked > entry, .background .linked.vertical > entry, .background .linked > entry.flat, .background .linked.vertical > entry.flat, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat, .background entry.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: #c5c8c6; + border-width: 0; + border-radius: 0; +} + +#login_window entry:focus, .budgie-run-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-session-dialog entry:focus, .background .raven .raven-background spinbutton:focus:not(.vertical), .background.budgie-popover entry:focus, .budgie-settings-window .settings-page .settings-frame .linked > entry:focus, window.background stack scrolledwindow entry:focus, dialog.background .dialog-vbox stack entry:focus, +dialog.background .dialog-vbox stack spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, .tilix-search-frame entry:focus, .geary-composer-box entry:focus, +.geary-composer-box spinbutton:focus:not(.vertical), editortweak entry.search:focus, layoutpane entry.search:focus, messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus, +notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background entry:focus, .background spinbutton:focus:not(.vertical), .background .linked > entry:focus, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:focus, .background entry.flat:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; +} + +#login_window entry:drop(active), .budgie-run-dialog entry:drop(active), .budgie-polkit-dialog entry:drop(active), .budgie-session-dialog entry:drop(active), .background .raven .raven-background spinbutton:drop(active):not(.vertical), .background.budgie-popover entry:drop(active), .budgie-settings-window .settings-page .settings-frame .linked > entry:drop(active), window.background stack scrolledwindow entry:drop(active), dialog.background .dialog-vbox stack entry:drop(active), +dialog.background .dialog-vbox stack spinbutton:drop(active):not(.vertical), window#whiskermenu-window entry:drop(active), .tilix-search-frame entry:drop(active), .geary-composer-box entry:drop(active), +.geary-composer-box spinbutton:drop(active):not(.vertical), editortweak entry.search:drop(active), layoutpane entry.search:drop(active), messagedialog entry:drop(active), notebook > stack:not(:only-child) entry:drop(active), +notebook > stack:not(:only-child) spinbutton:drop(active):not(.vertical), popover.background entry:drop(active), .background spinbutton:drop(active):not(.vertical), .background .linked > entry:drop(active), .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:drop(active), .background entry.flat:drop(active) { + background: none; + border-width: 0; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.45); +} + +#login_window entry:disabled, .budgie-run-dialog entry:disabled, .budgie-polkit-dialog entry:disabled, .budgie-session-dialog entry:disabled, .background .raven .raven-background spinbutton:disabled:not(.vertical), .background.budgie-popover entry:disabled, .budgie-settings-window .settings-page .settings-frame .linked > entry:disabled, window.background stack scrolledwindow entry:disabled, dialog.background .dialog-vbox stack entry:disabled, +dialog.background .dialog-vbox stack spinbutton:disabled:not(.vertical), window#whiskermenu-window entry:disabled, .tilix-search-frame entry:disabled, .geary-composer-box entry:disabled, +.geary-composer-box spinbutton:disabled:not(.vertical), editortweak entry.search:disabled, layoutpane entry.search:disabled, messagedialog entry:disabled, notebook > stack:not(:only-child) entry:disabled, +notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), popover.background entry:disabled, .background spinbutton:disabled:not(.vertical), .background .linked > entry:disabled, .background .gedit-search-slider > .linked:not(.vertical) > entry.flat:disabled, .background entry.flat:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +spinbutton:not(.vertical), entry { + border: 1px solid #191919; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +spinbutton:focus:not(.vertical), entry:focus { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: #c5c8c6; +} + +spinbutton:disabled:not(.vertical), entry:disabled { + border: 1px solid #191919; + box-shadow: none; + border-image: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry, .background entry { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:focus, .background entry:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: #c5c8c6; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:disabled, .background entry:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +entry { + min-height: 36px; + padding: 0 8px; +} + +entry image { + color: alpha(currentColor, 0.9); +} + +entry image:hover, entry image:active { + color: currentColor; +} + +entry image:disabled { + color: alpha(currentColor, 0.45); +} + +entry image.left { + margin-left: 2px; + margin-right: 6px; +} + +entry image.right { + margin-left: 6px; + margin-right: 2px; +} + +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; +} + +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; +} + +.background entry.error, .background entry.search.error { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #a54242; + color: rgba(0, 0, 0, 0.87); +} + +.background entry.error:focus, .background entry.search.error:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.background entry.error:disabled, .background entry.search.error:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.background entry.error.flat, .background entry.search.error.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px #a54242; + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +.background entry.error.flat:focus, .background entry.search.error.flat:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.background entry.error.flat:disabled, .background entry.search.error.flat:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +.background entry.warning, .background entry.search.warning { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #f0c674; + color: rgba(0, 0, 0, 0.87); +} + +.background entry.warning:focus, .background entry.search.warning:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.background entry.warning:disabled, .background entry.search.warning:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.background entry.warning.flat, .background entry.search.warning.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px #f0c674; + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +.background entry.warning.flat:focus, .background entry.search.warning.flat:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.background entry.warning.flat:disabled, .background entry.search.warning.flat:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +entry.entry-tag { + padding: 0 8px; + border-radius: 9999px; + box-shadow: none; + background-color: #f58f44; + color: #c5c8c6; +} + +entry.entry-tag:hover { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +entry.entry-tag:dir(ltr) { + margin: 3px -4px 3px 8px; +} + +entry.entry-tag:dir(rtl) { + margin: 3px 8px 3px -4px; +} + +entry.entry-tag.button, entry.entry-tag.button:hover, entry.entry-tag.button:active { + background-color: transparent; + background-image: none; + border-image: none; + border: none; + box-shadow: none; + animation: none; + margin: 0 -2px; + padding: 4px; + border-radius: 9999px; +} + +entry.entry-tag.button:not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +entry.entry-tag.button:hover, entry.entry-tag.button:active { + color: #c5c8c6; +} + +entry progress { + margin: 2px -6px; + border-style: none none solid; + border-width: 2px; + border-color: #f58f44; + background-color: transparent; +} + +.linked:not(.vertical) > entry, .linked.vertical > entry, .linked:not(.vertical) > entry.flat, .linked.vertical > entry.flat { + border-radius: 0; +} + +treeview entry.flat, treeview entry { + min-height: 0; + padding: 2px; + border-radius: 3px; + background-color: #191919; +} + +treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { + border-image: none; + box-shadow: none; +} + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#5f819d), to(transparent)); + } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f819d), to(transparent)); + } +} + +.budgie-run-dialog button, .budgie-polkit-dialog button, .budgie-session-dialog button, .background .raven stackswitcher.linked > button, .mate-panel-menu-bar #PanelApplet button:not(.flat), .tilix-search-frame button, .geary-composer-box button:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button, layouttabbar button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box button, messagedialog.csd .linked.dialog-action-area:not(.vertical) > button, messagedialog .linked.dialog-action-area:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button, +.background .path-bar button, toolbar button, combobox > .linked:not(.vertical) > button.combo:not(:only-child), .linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.down, toolbutton button, toolbutton button.image-button, toolbutton button.toggle, .osd button, .background .linked.stack-switcher > button { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +.budgie-run-dialog button:hover, .budgie-polkit-dialog button:hover, .budgie-session-dialog button:hover, .background .raven stackswitcher.linked > button:hover, .mate-panel-menu-bar #PanelApplet button:hover:not(.flat), .tilix-search-frame button:hover, .geary-composer-box button:hover:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:hover, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:hover:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:hover, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:hover, window.csd > box.vertical > box.vertical > toolbar.horizontal button:hover, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:hover, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:hover, layouttabbar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box button:hover, messagedialog .linked:not(.vertical).dialog-action-area > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:hover, +.background .path-bar button:hover, toolbar button:hover, combobox > .linked:not(.vertical) > button.combo:hover:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.down:hover, toolbutton button:hover, .osd button:hover, .background .linked.stack-switcher > button:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + color: #c5c8c6; +} + +.budgie-run-dialog button:active, .budgie-polkit-dialog button:active, .budgie-session-dialog button:active, .background .raven stackswitcher.linked > button:active, .mate-panel-menu-bar #PanelApplet button:active:not(.flat), .tilix-search-frame button:active, .geary-composer-box button:active:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:active, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:active:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:active, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:active, window.csd > box.vertical > box.vertical > toolbar.horizontal button:active, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:active, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:active, layouttabbar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box button:active, messagedialog .linked:not(.vertical).dialog-action-area > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:active, +.background .path-bar button:active, toolbar button:active, combobox > .linked:not(.vertical) > button.combo:active:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.down:active, toolbutton button:active, .osd button:active, .background .linked.stack-switcher > button:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +.budgie-run-dialog button:disabled, .budgie-polkit-dialog button:disabled, .budgie-session-dialog button:disabled, .background .raven stackswitcher.linked > button:disabled, .mate-panel-menu-bar #PanelApplet button:disabled:not(.flat), .tilix-search-frame button:disabled, .geary-composer-box button:disabled:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:disabled, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:disabled:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:disabled, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:disabled, window.csd > box.vertical > box.vertical > toolbar.horizontal button:disabled, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:disabled, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:disabled, layouttabbar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nautilus-window headerbar .path-bar-box button:disabled, messagedialog .linked:not(.vertical).dialog-action-area > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:disabled, +.background .path-bar button:disabled, toolbar button:disabled, combobox > .linked:not(.vertical) > button.combo:disabled:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down:disabled, toolbutton button:disabled, .osd button:disabled, .background .linked.stack-switcher > button:disabled { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +.budgie-run-dialog button:checked, .budgie-polkit-dialog button:checked, .budgie-session-dialog button:checked, .background .raven stackswitcher.linked > button:checked, .mate-panel-menu-bar #PanelApplet button:checked:not(.flat), .tilix-search-frame button:checked, .geary-composer-box button:checked:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:checked, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:checked:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:checked, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:checked, window.csd > box.vertical > box.vertical > toolbar.horizontal button:checked, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:checked, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:checked, layouttabbar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked, messagedialog .linked:not(.vertical).dialog-action-area > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:checked, +.background .path-bar button:checked, toolbar button:checked, combobox > .linked:not(.vertical) > button.combo:checked:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.down:checked, toolbutton button:checked, .osd button:checked, .background .linked.stack-switcher > button:checked { + color: #c5c8c6; + background-color: transparent; +} + +.budgie-run-dialog button:checked:disabled, .budgie-polkit-dialog button:checked:disabled, .budgie-session-dialog button:checked:disabled, .background .raven stackswitcher.linked > button:checked:disabled, .mate-panel-menu-bar #PanelApplet button:checked:disabled:not(.flat), .tilix-search-frame button:checked:disabled, .geary-composer-box button:checked:disabled:not(.combo), window.background > box.vertical > toolbar.primary-toolbar toolitem > box.horizontal:not(.linked) > button.toggle:checked:disabled, +window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:checked:disabled:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale:checked:disabled, window.background > box.vertical > toolbar.primary-toolbar toolitem .linked > button.image-button.raised:checked:disabled, window.csd > box.vertical > box.vertical > toolbar.horizontal button:checked:disabled, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button:checked:disabled, .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:checked:disabled, layouttabbar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nautilus-window headerbar .path-bar-box button:checked:disabled, messagedialog .linked:not(.vertical).dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .caja-pathbar button:checked:disabled, +.background .path-bar button:checked:disabled, toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button.combo:checked:disabled:not(:only-child), .linked > spinbutton:not(.vertical) > button.up:checked:disabled, .linked > spinbutton:not(.vertical) > button.down:checked:disabled, toolbutton button:checked:disabled, .osd button:checked:disabled, .background .linked.stack-switcher > button:checked:disabled { + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +.lightdm-gtk-greeter button, .budgie-run-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-session-dialog .linked.horizontal > button, .drop-shadow button, .background .raven .raven-header.top stackswitcher button, .background .raven .raven-header:not(.top) button, .background.budgie-popover button, .background.budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, PanelToplevel > widget > button, .background .gedit-search-slider > .linked:not(.vertical) > button, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button, .nemo-window .floating-bar button, +.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, calendar.button, check, +radio, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) > button, modelbutton.flat, +.menuitem.button.flat, .inline-toolbar button:not(.text-button), .osd button.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +.lightdm-gtk-greeter button:hover, .budgie-run-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .background .raven .raven-header.top stackswitcher button:hover, .background .raven .raven-header:not(.top) button:hover, .background.budgie-popover button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, PanelToplevel > widget > button:hover, .background .gedit-search-slider > .linked:not(.vertical) > button:hover, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:hover, .nemo-window .floating-bar button:hover, +.nautilus-window .floating-bar button:hover, placessidebar row button.sidebar-button:hover, calendar.button:hover, check:hover, +radio:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) > button:hover, modelbutton.flat:hover, +.menuitem.button.flat:hover, .inline-toolbar button:hover:not(.text-button), .osd button.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + color: #c5c8c6; +} + +.lightdm-gtk-greeter button:active, .budgie-run-dialog .linked.horizontal > button:active, .budgie-polkit-dialog .linked.horizontal > button:active, .budgie-session-dialog .linked.horizontal > button:active, .drop-shadow button:active, .background .raven .raven-header.top stackswitcher button:active, .background .raven .raven-header:not(.top) button:active, .background.budgie-popover button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, PanelToplevel > widget > button:active, .background .gedit-search-slider > .linked:not(.vertical) > button:active, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:active, .nemo-window .floating-bar button:active, +.nautilus-window .floating-bar button:active, placessidebar row button.sidebar-button:active, calendar.button:active, check:active, +radio:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) > button:active, modelbutton.flat:active, +.menuitem.button.flat:active, .inline-toolbar button:active:not(.text-button), .osd button.flat:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +.lightdm-gtk-greeter button:disabled, .budgie-run-dialog .linked.horizontal > button:disabled, .budgie-polkit-dialog .linked.horizontal > button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .background .raven .raven-header.top stackswitcher button:disabled, .background .raven .raven-header:not(.top) button:disabled, .background.budgie-popover button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, PanelToplevel > widget > button:disabled, .background .gedit-search-slider > .linked:not(.vertical) > button:disabled, .background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:disabled, .nemo-window .floating-bar button:disabled, +.nautilus-window .floating-bar button:disabled, placessidebar row button.sidebar-button:disabled, calendar.button:disabled, check:disabled, +radio:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) > button:disabled, modelbutton.flat:disabled, +.menuitem.button.flat:disabled, .inline-toolbar button:disabled:not(.text-button), .osd button.flat:disabled { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +#login_window #user_combobox button, .background .raven .raven-background button.combo, .background.budgie-popover button.combo, window.background stack scrolledwindow button.combo, dialog.background .dialog-vbox stack button.combo, .tilix-search-frame button.combo, .geary-composer-box button.combo, .background button.combo, .background .linked > button.combo, .background .linked entry + button, .background .linked entry + button + button { + border-radius: 0; + background: none; + font-weight: normal; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +#login_window #user_combobox button:hover, .background .raven .raven-background button.combo:hover, dialog.background .dialog-vbox stack button.combo:hover, .tilix-search-frame button.combo:hover, .geary-composer-box button.combo:hover, .background button.combo:hover, .background .linked entry + button:hover, .background .linked entry + button + button:hover { + background: none; + border-width: 0; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.45); +} + +#login_window #user_combobox button:checked, .background .raven .raven-background button.combo:checked, dialog.background .dialog-vbox stack button.combo:checked, .tilix-search-frame button.combo:checked, .geary-composer-box button.combo:checked, .background button.combo:checked, .background .linked entry + button:checked, .background .linked entry + button + button:checked { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; +} + +#login_window #user_combobox button:disabled, .background .raven .raven-background button.combo:disabled, dialog.background .dialog-vbox stack button.combo:disabled, .tilix-search-frame button.combo:disabled, .geary-composer-box button.combo:disabled, .background button.combo:disabled, .background .linked entry + button:disabled, .background .linked entry + button + button:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 3px; + font-weight: 500; + border: 1px solid #f58f44; + box-shadow: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +button:hover { + box-shadow: none; + background-color: #3b3d41; + color: #c5c8c6; +} + +button:active, button:checked { + box-shadow: none; + background-color: #434549; + color: #c5c8c6; + animation: none; +} + +button:disabled { + box-shadow: none; + background-color: #323336; + color: #c5c8c6; +} + +button:checked:disabled { + box-shadow: none; + background-color: rgba(66, 133, 244, 0.5); + color: rgba(255, 255, 255, 0.45); +} + +.background button { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + background-color: #191919; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); + border: none; +} + +.background button:hover { + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + color: #c5c8c6; + background-color: #3f4246; +} + +.background button:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px rgba(255, 255, 255, 0.12); + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +.background button:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.3); +} + +.background button:checked { + background-color: #f58f44; + color: #c5c8c6; +} + +.background button:checked:disabled { + background-color: alpha(#f58f44, 0.25); + color: alpha(#f58f44, 0.5); +} + +button.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +button.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + color: #c5c8c6; +} + +button.flat:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +button.flat:disabled { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +button.flat:checked { + color: #c5c8c6; + background-color: alpha(currentColor, 0.12); +} + +button.flat:checked:disabled { + background-color: alpha(currentColor, 0.06); + color: rgba(255, 255, 255, 0.45); +} + +button.text-button { + padding-left: 16px; + padding-right: 16px; +} + +button.image-button { + min-width: 24px; + padding: 6px; + border-radius: 3px; + -gtk-outline-radius: 3px; +} + +button.text-button.image-button { + border-radius: 3px; + -gtk-outline-radius: 3px; +} + +button.text-button.image-button label:first-child { + margin-left: 10px; + margin-right: 2px; +} + +button.text-button.image-button label:last-child { + margin-left: 2px; + margin-right: 10px; +} + +button.text-button.image-button label:only-child { + margin-left: 10px; + margin-right: 10px; +} + +button.text-button.image-button image:not(:only-child):first-child { + margin-left: 4px; +} + +button.text-button.image-button image:not(:only-child):last-child { + margin-right: 4px; +} + +.linked > button.flat, .linked.vertical > button.flat { + border-radius: 3px; +} + +.linked > button.flat.image-button, .linked.vertical > button.flat.image-button { + border-radius: 3px; + -gtk-outline-radius: 3px; +} + +.linked > button.flat.text-button.image-button, .linked.vertical > button.flat.text-button.image-button { + border-radius: 3px; + -gtk-outline-radius: 3px; +} + +.background .linked.stack-switcher > button { + border-radius: 3px; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px; +} + +.background .linked.stack-switcher > button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background-color: transparent; +} + +.background buttonbox.linked > button { + border-radius: 3px; + -gtk-outline-radius: 3px; +} + +row:selected button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +row:selected button.flat { + color: rgba(255, 255, 255, 0.7); +} + +row:selected button.flat:hover, row:selected button.flat:active, row:selected button.flat:checked { + background-color: rgba(255, 255, 255, 0.3); + color: #c5c8c6; +} + +row:selected button.flat:disabled { + color: rgba(255, 255, 255, 0.3); +} + +row:selected button.flat:checked:disabled { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.45); +} + +button.osd { + padding: 9px 13px; +} + +button.osd.image-button { + padding: 9px; +} + +button.osd:disabled { + opacity: 0; +} + +button.suggested-action { + background-color: #f58f44; + color: #c5c8c6; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +button.suggested-action:hover { + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + color: #c5c8c6; + background-color: #5a95f5; + background-color: #5a95f5; + color: #c5c8c6; +} + +button.suggested-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.3); +} + +button.suggested-action:checked { + background-color: #7baaf7; +} + +button.suggested-action.flat { + background-color: transparent; + color: #f58f44; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +button.suggested-action.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + color: #c5c8c6; +} + +button.suggested-action.flat:active, button.suggested-action.flat:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +button.suggested-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +button.destructive-action { + background-color: #cc6666; + color: #c5c8c6; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +button.destructive-action:hover { + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + color: #c5c8c6; + background-color: #ff6c6c; + background-color: #ff6c6c; + color: #c5c8c6; +} + +button.destructive-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.3); +} + +button.destructive-action:checked { + background-color: #ff8686; +} + +button.destructive-action.flat { + background-color: transparent; + color: #cc6666; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +button.destructive-action.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + color: #c5c8c6; +} + +button.destructive-action.flat:active, button.destructive-action.flat:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.1) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +button.destructive-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +.stack-switcher > button { + outline-offset: -4px; +} + +.stack-switcher > button > label { + padding-left: 6px; + padding-right: 6px; +} + +.stack-switcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; +} + +.stack-switcher > button.text-button { + padding-left: 10px; + padding-right: 10px; +} + +.stack-switcher > button.image-button { + padding-left: 4px; + padding-right: 4px; +} + +.stack-switcher > button.needs-attention:checked > label, +.stack-switcher > button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +button separator { + min-width: 0; + min-height: 0; + background: none; +} + +row button.image-button { + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +.primary-toolbar button { + -gtk-icon-shadow: none; +} + +stacksidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image { + animation: needs_attention 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +stacksidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), +.stack-switcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > button:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:dir(rtl), .linked > button { + border-radius: 0; + -gtk-outline-radius: 3px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > button:first-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:first-child:dir(rtl), .linked > button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > button:last-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:last-child:dir(rtl), .linked > button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > button:only-child:dir(ltr), .background .gedit-search-slider > .linked:not(.vertical) > button:only-child:dir(rtl), .linked > button:only-child { + border-radius: 3px; +} + +.linked.vertical > button { + border-radius: 0; + -gtk-outline-radius: 3px; +} + +.linked.vertical > button:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +.linked.vertical > button:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +.linked.vertical > button:only-child { + border-radius: 3px; +} + +/* menu buttons */ +modelbutton.flat, +.menuitem.button.flat { + min-height: 32px; + padding: 0 12px; + border-radius: 3px; + color: inherit; +} + +modelbutton.flat check:not(:checked):not(:indeterminate), +modelbutton.flat radio:not(:checked):not(:indeterminate), +.menuitem.button.flat check:not(:checked):not(:indeterminate), +.menuitem.button.flat radio:not(:checked):not(:indeterminate) { + color: alpha(currentColor, 0.45); +} + +modelbutton.flat check, modelbutton.flat check:hover, +modelbutton.flat radio, +modelbutton.flat radio:hover, +.menuitem.button.flat check, +.menuitem.button.flat check:hover, +.menuitem.button.flat radio, +.menuitem.button.flat radio:hover { + background-image: none; +} + +modelbutton.flat check:active, +modelbutton.flat radio:active, +.menuitem.button.flat check:active, +.menuitem.button.flat radio:active { + animation: none; +} + +modelbutton.flat check:last-child, +modelbutton.flat radio:last-child, +.menuitem.button.flat check:last-child, +.menuitem.button.flat radio:last-child { + margin-left: -8px; + margin-right: -16px; +} + +modelbutton.flat check:first-child, +modelbutton.flat radio:first-child, +.menuitem.button.flat check:first-child, +.menuitem.button.flat radio:first-child { + margin-left: -16px; + margin-right: -8px; +} + +modelbutton.flat arrow { + background: none; +} + +modelbutton.flat arrow:hover { + background: none; +} + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +button.color { + min-height: 24px; + min-width: 24px; + padding: 6px; +} + +*:link, button:link, +button:visited { + color: #f58f44; +} + +*:link:visited, *:link:visited:hover, *:link:visited:active, +button:visited { + color: #E040FB; +} + +*:link:selected, *:selected *:link, button:selected:link, +button:selected:visited, *:selected button:link, +*:selected button:visited { + color: #c5c8c6; +} + +button:link > label, +button:visited > label { + text-decoration-line: underline; +} + +spinbutton:not(.vertical) { + padding: 0; +} + +.background spinbutton:not(.vertical), .background spinbutton:not(.vertical).flat { + transition: all 225ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.background spinbutton:not(.vertical) entry, .background spinbutton:not(.vertical) entry:focus, .background spinbutton:not(.vertical) entry:disabled, .background spinbutton:not(.vertical):focus entry, .background spinbutton:not(.vertical):focus entry:focus, .background spinbutton:not(.vertical):focus entry:disabled, .background spinbutton:not(.vertical):disabled entry, .background spinbutton:not(.vertical):disabled entry:focus, .background spinbutton:not(.vertical):disabled entry:disabled, .background spinbutton:not(.vertical).flat entry, .background spinbutton:not(.vertical).flat entry:focus, .background spinbutton:not(.vertical).flat entry:disabled, .background spinbutton:not(.vertical).flat:focus entry, .background spinbutton:not(.vertical).flat:focus entry:focus, .background spinbutton:not(.vertical).flat:focus entry:disabled, .background spinbutton:not(.vertical).flat:disabled entry, .background spinbutton:not(.vertical).flat:disabled entry:focus, .background spinbutton:not(.vertical).flat:disabled entry:disabled { + box-shadow: none; + background: none; + border-image: none; + transition: none; +} + +.background.budgie-popover spinbutton:not(.vertical) entry, window.background stack scrolledwindow spinbutton:not(.vertical) entry, dialog.background .dialog-vbox stack spinbutton:not(.vertical) entry, .geary-composer-box spinbutton:not(.vertical) entry, +spinbutton:not(.vertical) > entry { + min-width: 26px; + margin: 0; + border: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > button:hover, spinbutton:not(.vertical) > button:active, spinbutton:not(.vertical) > button:checked, spinbutton:not(.vertical) > button:disabled { + border: solid 6px transparent; +} + +spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { + margin-left: -3px; +} + +spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { + margin-right: -3px; +} + +.linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down, .linked > spinbutton:not(.vertical) > button.down:hover, .linked > spinbutton:not(.vertical) > button.down:active, .linked > spinbutton:not(.vertical) > button.down:checked, .linked > spinbutton:not(.vertical) > button.down:disabled { + border: solid 6px transparent; +} + +spinbutton.vertical:disabled { + color: rgba(255, 255, 255, 0.45); +} + +spinbutton.vertical:drop(active) { + box-shadow: none; +} + +spinbutton.vertical entry { + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical button { + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical button.up { + border-radius: 2px 2px 0 0; +} + +spinbutton.vertical button.down { + border-radius: 0 0 2px 2px; +} + +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; +} + +treeview spinbutton:not(.vertical) entry { + min-height: 0; + padding: 1px 2px; +} + +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +.background combobox { + border: unset; + border-image: unset; + border-radius: unset; + background-color: unset; + color: unset; + box-shadow: unset; +} + +combobox entry.combo { + border-radius: 2px; + margin-right: -32px; + padding-right: 32px; + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +combobox entry.combo:focus { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: #c5c8c6; +} + +combobox entry.combo:disabled { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +combobox > .linked:not(.vertical) > button:not(:only-child).combo { + border: none; + border-image: none; + box-shadow: none; + min-height: 16px; + min-width: 16px; + margin: 4px; + padding: 6px; +} + +.background combobox entry.combo { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +.background combobox entry.combo:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.background combobox entry.combo:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +combobox decoration { + transition: none; +} + +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +combobox #gtk-combobox-popup-menu { + padding: 2px 0; +} + +combobox #gtk-combobox-popup-menu menuitem { + min-height: 32px; + padding: 0 8px; +} + +combobox.linked button:nth-child(2):dir(ltr) { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +combobox.linked button:nth-child(2):dir(rtl) { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +combobox:drop(active) { + box-shadow: none; +} + +.linked:not(combobox) > button.combo:first-child { + border-right-width: 0; +} + +.linked:not(combobox) > button.combo:first-child:only-child { + border-width: 1px; +} + +.linked:not(combobox) > button.combo:last-child { + border-left-width: 0; +} + +.linked:not(combobox) > button.combo:last-child:only-child { + border-width: 1px; +} + +toolbar { + -GtkWidget-window-dragging: true; + padding: 3px; + background-color: #191919; +} + +.osd toolbar { + background-color: transparent; +} + +frame.documents-dropdown, .app-notification, toolbar.osd { + padding: 6px; + border-radius: 2px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #191919; +} + +frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; +} + +toolbar.horizontal separator { + margin: 3px; +} + +toolbar.vertical separator { + margin: 3px; +} + +toolbar:not(.inline-toolbar):not(.osd) scale, +toolbar:not(.inline-toolbar):not(.osd) entry, +toolbar:not(.inline-toolbar):not(.osd) spinbutton, +toolbar:not(.inline-toolbar):not(.osd) button { + margin: 3px; +} + +toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), +toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), +toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { + margin-left: 0; +} + +toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), +toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), +toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { + margin-right: 0; +} + +toolbar:not(.inline-toolbar):not(.osd) switch { + margin: 9px 3px; +} + +window.background stack scrolledwindow .linked:not(stackswitcher) button:not(.combo), toolbar.primary-toolbar toolitem.raised button, .nemo-window .toolbar button, .primary-toolbar button { + background-color: transparent; + box-shadow: none; +} + +window.background stack scrolledwindow :not(stackswitcher).linked button:hover:not(.combo), toolbar.primary-toolbar toolitem.raised button:hover, .nemo-window .toolbar button:hover, .primary-toolbar button:hover { + background-color: rgba(255, 255, 255, 0.15); + box-shadow: none; +} + +window.background stack scrolledwindow :not(stackswitcher).linked button:disabled:not(.combo), toolbar.primary-toolbar toolitem.raised button:disabled, .nemo-window .toolbar button:disabled, .primary-toolbar button:disabled { + background-color: transparent; +} + +window.background stack scrolledwindow :not(stackswitcher).linked button:active:not(.combo), toolbar.primary-toolbar toolitem.raised button:active, .nemo-window .toolbar button:active, .primary-toolbar button:active, window.background stack scrolledwindow :not(stackswitcher).linked button:checked:not(.combo), toolbar.primary-toolbar toolitem.raised button:checked, .nemo-window .toolbar button:checked, .primary-toolbar button:checked { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none; +} + +window.background stack scrolledwindow :not(stackswitcher).linked button:checked:disabled:not(.combo), .nemo-window .toolbar button:checked:disabled, .primary-toolbar button:checked:disabled, window.background stack scrolledwindow :not(stackswitcher).linked button:checked:backdrop:not(.combo), .nemo-window .toolbar button:checked:backdrop, .primary-toolbar button:checked:backdrop { + color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.1); + box-shadow: none; +} + +.inline-toolbar { + padding: 6px; + border-style: solid; + border-width: 0 1px 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +searchbar > revealer > box, +.location-bar { + padding: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; + background-clip: border-box; +} + +searchbar > revealer > box { + margin: -6px; +} + +.nemo-window .primary-toolbar button:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button, headerbar button:not(.suggested-action):not(.destructive-action) { + transition: none; + animation: none; + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button:hover:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: none; + box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.3); + background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.3) 10%, transparent 0%); + background-size: 0% 0%; + color: #f58f44; +} + +.nemo-window .primary-toolbar button:active:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, headerbar button:active:not(.suggested-action):not(.destructive-action) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px #f58f44; + background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +.nemo-window .primary-toolbar button:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action) { + box-shadow: none; + background-color: transparent; + color: alpha(currentColor, 0.27); +} + +.nemo-window .primary-toolbar button:checked:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action) { + background-color: #f58f44; + color: #c5c8c6; +} + +.nemo-window .primary-toolbar button:checked:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:backdrop:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked:backdrop, headerbar button:checked:backdrop:not(.suggested-action):not(.destructive-action) { + background-color: rgba(66, 133, 244, 0.3); + color: alpha(#c5c8c6, 0.3); +} + +.nemo-window .primary-toolbar button:backdrop:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:backdrop, headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.45); +} + +.nemo-window .primary-toolbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action), window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:backdrop:disabled, headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.3); +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked.stack-switcher:not(.vertical):not(.path-bar) > button { + border-radius: 0; + color: rgba(255, 255, 255, 0.7); + transition: background-color 0, background-image 0, color 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + box-shadow: inset 0 -2px transparent; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0; +} + +headerbar.windowhandle viewswitcher button:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { + border-radius: 0; + color: #f58f44; + box-shadow: inset 0 -2px alpha(#f58f44, 0.5); +} + +headerbar.windowhandle viewswitcher button:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover { + background-color: transparent; +} + +headerbar.windowhandle viewswitcher button:checked:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar.windowhandle viewswitcher button:active:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background: none; + color: #f58f44; + border-radius: 0; +} + +headerbar.windowhandle viewswitcher button:checked:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked:disabled, headerbar.windowhandle viewswitcher button:active:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active:disabled { + color: rgba(66, 133, 244, 0.35); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(66, 133, 244, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px; +} + +headerbar.windowhandle viewswitcher button:checked:hover:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked:hover { + background: none; +} + +headerbar.windowhandle viewswitcher button:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +headerbar { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), color 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 36px; + padding: 0 12px; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: #c5c8c6; +} + +headerbar:backdrop { + color: rgba(255, 255, 255, 0.45); +} + +headerbar:backdrop:disabled { + color: rgba(255, 255, 255, 0.3); +} + +headerbar:disabled { + color: rgba(255, 255, 255, 0.45); +} + +headerbar .title { + padding: 0 12px; + font-weight: bold; +} + +headerbar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +headerbar button.suggested-action:disabled, headerbar button.destructive-action:disabled { + color: alpha(currentColor, 0.3); +} + +headerbar button.suggested-action:disabled > label, headerbar button.destructive-action:disabled > label { + color: inherit; +} + +headerbar.selection-mode { + transition: background-color 0.00001s 100ms, color 100ms cubic-bezier(0, 0, 0.2, 1); + animation: header_ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #f58f44; + color: #c5c8c6; +} + +headerbar.selection-mode:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +headerbar.selection-mode .subtitle:link { + color: #c5c8c6; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0; + color: currentColor; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { + color: alpha(currentColor, 0.3); +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled > label { + color: inherit; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(255, 255, 255, 0.7) 100%, transparent 0%) 0 0 2/0 0 2px; + color: rgba(255, 255, 255, 0.7); +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):hover:disabled { + background: none; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; + color: currentColor; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:hover { + background-color: transparent; + color: currentColor; +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { + color: alpha(currentColor, 0.3); +} + +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled > label { + color: inherit; +} + +headerbar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +headerbar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; +} + +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.fullscreen headerbar, .tiled headerbar, .maximized headerbar { + border-radius: 0; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +headerbar.default-decoration { + min-height: 24px; + padding: 2px 6px; +} + +.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration { + box-shadow: none; +} + +headerbar.default-decoration button.titlebutton { + min-height: 26px; + min-width: 26px; + margin: 0; + padding: 0; + transition: 100ms; + background-size: 16px 16px; +} + +headerbar.default-decoration button.titlebutton:hover, headerbar.default-decoration button.titlebutton:active { + background-size: 22px 22px; +} + +headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { + margin: 0; + border-radius: 0; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +headerbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled, +headerbar .linked:not(.vertical):not(.path-bar) > entry, +headerbar .linked:not(.vertical):not(.path-bar) > entry:hover, +headerbar .linked:not(.vertical):not(.path-bar) > entry:active, +headerbar .linked:not(.vertical):not(.path-bar) > entry:checked, +headerbar .linked:not(.vertical):not(.path-bar) > entry:disabled { + border-radius: 3px; +} + +.background headerbar .linked entry + button, .background headerbar .linked entry + button:hover, .background headerbar .linked entry + button:active, .background headerbar .linked entry + button:checked, .background headerbar .linked entry + button:disabled, .background headerbar .linked entry + button + button, .background headerbar .linked entry + button + button:hover, .background headerbar .linked entry + button + button:active, .background headerbar .linked entry + button + button:checked, .background headerbar .linked entry + button + button:disabled { + border-radius: 3px; + border-image: none; +} + +headerbar .linked:not(.vertical).path-bar > button { + margin: 0; + border-radius: 0; +} + +headerbar .linked:not(.vertical).path-bar > button:hover { + color: rgba(66, 133, 244, 0.85); + box-shadow: inset 0 -3px rgba(66, 133, 244, 0.5); +} + +headerbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover:disabled { + background: none; +} + +headerbar .linked:not(.vertical).path-bar > button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 3/0 0 3px; + background: none; + color: #f58f44; + border-radius: 0; +} + +headerbar .linked:not(.vertical).path-bar > button:checked:hover { + background: none; +} + +headerbar separator, headerbar separator.titlebutton { + min-width: 0; + min-height: 0; + background-color: #191919; + border: none; +} + +headerbar entry, +headerbar spinbutton, +headerbar separator, +headerbar button { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { + margin-top: 0; + margin-bottom: 0; + padding: 0; + min-width: 120px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) image { + padding-left: 10px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) label { + padding-right: 10px; +} + +headerbar switch { + margin-top: 10px; + margin-bottom: 10px; +} + +headerbar spinbutton button { + margin-top: 0; + margin-bottom: 0; +} + +headerbar .entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar.titlebar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +headerbar.titlebar.solid-csd headerbar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.tiled headerbar.titlebar, .maximized headerbar.titlebar, .fullscreen headerbar.titlebar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.titlebar > headerbar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +separator:first-child + headerbar, headerbar:first-child { + border-top-left-radius: 3px; +} + +headerbar:last-child { + border-top-right-radius: 3px; +} + +stack headerbar:first-child, stack headerbar:last-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border: none; +} + +window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, window.solid-csd headerbar, window.solid-csd headerbar:first-child, window.solid-csd headerbar:last-child, window.solid-csd headerbar:only-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.titlebar, .titlebar.background { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +.background.tiled .titlebar, .background.tiled-top .titlebar, .background.tiled-right .titlebar, .background.tiled-bottom .titlebar, .background.tiled-left .titlebar, .background.maximized .titlebar, .background.solid-csd .titlebar { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.titlebar.solid-csd headerbar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.solid-csd > .titlebar.vertical { + box-shadow: none; +} + +.solid-csd > .titlebar.vertical headerbar.titlebar { + box-shadow: none; +} + +.solid-csd > .titlebar.vertical searchbar { + background: none; +} + +.titlebar:not(headerbar) { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + border: none; +} + +.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:not(headerbar) { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.titlebar:not(headerbar) > separator { + min-width: 1px; + min-height: 1px; + background-color: #191919; + background-image: image(#191919); + border: none; +} + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background: none; + border: none; + box-shadow: none; +} + +window.background > box.vertical > headerbar:not(.titlebar) { + border-radius: 0 0 0 0; + box-shadow: none; +} + +window.background > box.vertical > headerbar:not(.titlebar), window.background > box.vertical > headerbar:not(.titlebar):backdrop { + background-color: #191919; +} + +separator:first-child + window.background > box.vertical > headerbar:not(.titlebar), separator:first-child + window.background > box.vertical > headerbar:not(.titlebar):backdrop, window.background > box.vertical > headerbar:not(.titlebar):first-child, window.background > box.vertical > headerbar:not(.titlebar):first-child:backdrop { + border-top-left-radius: 0; +} + +window.background > box.vertical > headerbar:not(.titlebar):last-child, window.background > box.vertical > headerbar:not(.titlebar):last-child:backdrop { + border-top-right-radius: 0; +} + +.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry, .background .titlebar:not(.horizontal) entry, .background headerbar:not(.horizontal) entry { + background-color: rgba(255, 255, 255, 0.06); + color: #c5c8c6; + caret-color: #c5c8c6; + border-image: none; + box-shadow: none; +} + +.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry:focus, .background .titlebar:not(.horizontal) entry:focus, .background headerbar:not(.horizontal) entry:focus { + background-color: rgba(255, 255, 255, 0.09); + border-image: none; + box-shadow: none; +} + +.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry:disabled, .background .titlebar:not(.horizontal) entry:disabled, .background headerbar:not(.horizontal) entry:disabled { + background-color: rgba(255, 255, 255, 0.03); + color: rgba(255, 255, 255, 0.45); + border-image: none; + box-shadow: none; +} + +.caja-pathbar button, +.background .path-bar button { + border-radius: 2px; + padding-left: 6px; + padding-right: 6px; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0; +} + +.caja-pathbar button:checked, +.background .path-bar button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.caja-pathbar button:checked, +.background .path-bar button:checked, +.background .path-bar button:checked:disabled { + background-color: transparent; +} + +.caja-pathbar button label:not(:only-child):first-child, +.background .path-bar button label:not(:only-child):first-child { + margin-left: 4px; +} + +.caja-pathbar button label:not(:only-child):last-child, +.background .path-bar button label:not(:only-child):last-child { + margin-right: 4px; +} + +.caja-pathbar button.slider-button, +.background .path-bar button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +treeview.view { + border-left-color: rgba(255, 255, 255, 0.3); + border-top-color: rgba(255, 255, 255, 0.12); +} + +* { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; +} + +treeview.view:hover, treeview.view:active, treeview.view:selected { + border-radius: 0; +} + +treeview.view.separator { + min-height: 5px; + color: rgba(255, 255, 255, 0.12); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #5f819d; +} + +treeview.view:drop(active).after { + border-top-style: none; +} + +treeview.view:drop(active).before { + border-bottom-style: none; +} + +treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -gtk-icon-transform: rotate(-90deg); + color: rgba(255, 255, 255, 0.7); +} + +treeview.view.expander:dir(rtl) { + -gtk-icon-transform: rotate(90deg); +} + +treeview.view.expander:checked { + -gtk-icon-transform: unset; +} + +treeview.view.expander:hover, treeview.view.expander:active { + color: #c5c8c6; +} + +treeview.view.expander:disabled { + color: rgba(255, 255, 255, 0.3); +} + +treeview.view.expander:selected { + color: rgba(255, 255, 255, 0.7); +} + +treeview.view.expander:selected:hover, treeview.view.expander:selected:active { + color: #c5c8c6; +} + +treeview.view.expander:selected:disabled { + color: rgba(255, 255, 255, 0.3); +} + +treeview.view.progressbar { + border-style: none none solid; + border-width: 4px; + border-color: #f58f44; + box-shadow: none; + background-color: transparent; + border-radius: 0; +} + +treeview.view.progressbar:selected { + border-color: currentColor; +} + +treeview.view.trough { + border-style: none none solid; + border-width: 4px; + border-color: alpha(#f58f44, 0.3); + box-shadow: none; + background-color: transparent; + border-radius: 0; +} + +treeview.view.trough:selected { + border-color: rgba(255, 255, 255, 0.3); +} + +treeview.view header button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + background-clip: border-box; +} + +treeview.view header button, treeview.view header button:hover, treeview.view header button:active { + box-shadow: none; +} + +treeview.view header button, treeview.view header button:disabled { + background-color: #191919; +} + +treeview.view header button:last-child { + border-right-style: none; +} + +treeview.view button.dnd, +treeview.view header.button.dnd { + padding: 2px 6px; + border-style: none solid solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + background-color: #191919; + background-clip: border-box; + color: #f58f44; +} + +treeview.view acceleditor > label { + background-color: #f58f44; +} + +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0; + color: rgba(255, 255, 255, 0.7); + background-color: #191919; +} + +menubar:backdrop, +.menubar:backdrop { + color: rgba(255, 255, 255, 0.3); +} + +menubar > menuitem, +.menubar > menuitem { + min-height: 20px; + padding: 4px 8px; + color: rgba(255, 255, 255, 0.7); +} + +menubar > menuitem:hover, +.menubar > menuitem:hover { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #f58f44; + color: #c5c8c6; +} + +menubar > menuitem:disabled, +.menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.45); +} + +menubar > menuitem > window.background.csd.popup > decoration, +menubar > menuitem > window.background.csd.popup > menu, +.menubar > menuitem > window.background.csd.popup > decoration, +.menubar > menuitem > window.background.csd.popup > menu { + border-radius: 0 0 3px 3px; +} + +menubar > menuitem > window.popup.background.csd > menu menuitem, +.menubar > menuitem > window.popup.background.csd > menu menuitem { + transition: none; +} + +.popup.background { + background-color: transparent; +} + +menu, +.menu, +.context-menu { + margin: 4px; + padding: 5px 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #383a3e; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 3px; +} + +.csd menu, .csd .menu, .csd .context-menu { + border: none; +} + +menu menuitem, +.menu menuitem, +.context-menu menuitem { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + min-width: 40px; + padding: 4px 8px; + font: initial; + text-shadow: none; + color: rgba(255, 255, 255, 0.7); +} + +menu menuitem:hover, +.menu menuitem:hover, +.context-menu menuitem:hover { + transition: none; + color: #c5c8c6; + background-color: #f58f44; +} + +menu menuitem:disabled, menu menuitem label:disabled, +.menu menuitem:disabled, +.menu menuitem label:disabled, +.context-menu menuitem:disabled, +.context-menu menuitem label:disabled { + color: rgba(255, 255, 255, 0.3); +} + +menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), +.menu menuitem label:dir(rtl), +.menu menuitem label:dir(ltr), +.context-menu menuitem label:dir(rtl), +.context-menu menuitem label:dir(ltr) { + color: inherit; +} + +menu menuitem arrow, +.menu menuitem arrow, +.context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; +} + +menu menuitem arrow:dir(ltr), +.menu menuitem arrow:dir(ltr), +.context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 8px; +} + +menu menuitem arrow:dir(rtl), +.menu menuitem arrow:dir(rtl), +.context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 8px; +} + +menu > arrow, +.menu > arrow, +.context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 4px; + border-radius: 0; + background-color: #383a3e; + color: rgba(255, 255, 255, 0.7); +} + +menu > arrow.top, +.menu > arrow.top, +.context-menu > arrow.top { + margin-top: -4px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menu > arrow.bottom, +.menu > arrow.bottom, +.context-menu > arrow.bottom { + margin-bottom: -4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menu > arrow:hover, +.menu > arrow:hover, +.context-menu > arrow:hover { + background-image: image(alpha(currentColor, 0.15)); + color: #c5c8c6; +} + +menu > arrow:disabled, +.menu > arrow:disabled, +.context-menu > arrow:disabled { + border-color: transparent; + background-color: transparent; + color: transparent; +} + +menu separator, .csd menu separator, +.menu separator, .csd .menu separator, +.context-menu separator, .csd .context-menu separator { + margin: 3px 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + color: transparent; + background-color: transparent; +} + +menuitem accelerator { + color: alpha(currentColor, 0.45); +} + +.csd.popup { + border-radius: 2px; +} + +button#show_previous_icon_toolbar_togglebutton, +button#show_show_thumbnails_icon_toolbar_togglebutton, popover.background button:not(.suggested-action):not(.destructive-action) { + box-shadow: none; + background-color: transparent; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; +} + +button#show_previous_icon_toolbar_togglebutton:hover, +button#show_show_thumbnails_icon_toolbar_togglebutton:hover, popover.background button:hover:not(.suggested-action):not(.destructive-action) { + background-color: rgba(255, 255, 255, 0.12); + color: #c5c8c6; +} + +button#show_previous_icon_toolbar_togglebutton:active, +button#show_show_thumbnails_icon_toolbar_togglebutton:active, popover.background button:active:not(.suggested-action):not(.destructive-action) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px #f58f44; + background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +button#show_previous_icon_toolbar_togglebutton:checked, +button#show_show_thumbnails_icon_toolbar_togglebutton:checked, popover.background button:checked:not(.suggested-action):not(.destructive-action) { + background-color: #f58f44; + color: #c5c8c6; +} + +button#show_previous_icon_toolbar_togglebutton:disabled, +button#show_show_thumbnails_icon_toolbar_togglebutton:disabled, popover.background button:disabled:not(.suggested-action):not(.destructive-action) { + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +button#show_previous_icon_toolbar_togglebutton:checked:disabled, +button#show_show_thumbnails_icon_toolbar_togglebutton:checked:disabled, popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action) { + background-color: rgba(66, 133, 244, 0.5); + color: rgba(255, 255, 255, 0.5); +} + +popover.background { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + padding: 0; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + background-color: #383a3e; +} + +popover.background:backdrop { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +popover.background, .csd popover.background { + border-style: solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); + border-radius: 3px; +} + +popover.background > list, +popover.background > .view, +popover.background > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover.background .linked button:not(.combo) { + border-radius: 3px; + margin: 0 2px; +} + +popover.background.menu button, +popover.background button.model { + margin: 0; + min-height: 32px; + padding: 0 6px; + box-shadow: none; +} + +popover.background separator { + margin: 4px 0; +} + +popover.background list separator { + margin: 0; +} + +notebook > header { + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; + background-clip: border-box; +} + +notebook > header.top { + border-bottom-style: solid; +} + +notebook > header.top > tabs { + margin-bottom: -1px; +} + +notebook > header.top > tabs > tab:hover { + box-shadow: inset 0 -2px alpha(#f58f44, 0.3); +} + +notebook > header.top > tabs > tab:checked { + box-shadow: inset 0 -2px #f58f44; +} + +notebook > header.bottom { + border-top-style: solid; +} + +notebook > header.bottom > tabs { + margin-top: -1px; +} + +notebook > header.bottom > tabs > tab:hover { + box-shadow: inset 0 2px alpha(#f58f44, 0.3); +} + +notebook > header.bottom > tabs > tab:checked { + box-shadow: inset 0 2px #f58f44; +} + +notebook > header.left { + border-right-style: solid; +} + +notebook > header.left > tabs { + margin-right: -1px; +} + +notebook > header.left > tabs > tab:hover { + box-shadow: inset -2px 0 alpha(#f58f44, 0.3); +} + +notebook > header.left > tabs > tab:checked { + box-shadow: inset -2px 0 #f58f44; +} + +notebook > header.right { + border-left-style: solid; +} + +notebook > header.right > tabs { + margin-left: -1px; +} + +notebook > header.right > tabs > tab:hover { + box-shadow: inset 2px 0 alpha(#f58f44, 0.3); +} + +notebook > header.right > tabs > tab:checked { + box-shadow: inset 2px 0 #f58f44; +} + +notebook > header.top > tabs > arrow { + border-top-style: none; +} + +notebook > header.bottom > tabs > arrow { + border-bottom-style: none; +} + +notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { + padding-left: 4px; + padding-right: 4px; +} + +notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + margin-left: -8px; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: -8px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +notebook > header.left > tabs > arrow { + border-left-style: none; +} + +notebook > header.right > tabs > arrow { + border-right-style: none; +} + +notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { + padding-top: 4px; + padding-bottom: 4px; +} + +notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + margin-top: -8px; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: -8px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 0; +} + +notebook > header tab { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + min-height: 24px; + min-width: 24px; + padding: 6px 12px; + outline-offset: -6px; + border-width: 1px; + border-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 0% 0%; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +notebook > header tab:hover { + color: #c5c8c6; +} + +notebook > header tab:hover.reorderable-page { + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +notebook > header tab:disabled { + color: rgba(255, 255, 255, 0.3); +} + +notebook > header tab:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 100ms cubic-bezier(0, 0, 0.2, 1), background-image 400ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-size: 1000% 1000%; + color: #c5c8c6; +} + +notebook > header tab:checked:disabled { + color: rgba(255, 255, 255, 0.45); +} + +notebook > header tab:checked.reorderable-page { + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +notebook > header tab button.flat { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +notebook > header.top tabs, notebook > header.bottom tabs { + padding-left: 8px; + padding-right: 8px; +} + +notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { + margin-left: 0; +} + +notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { + margin-right: 0; +} + +notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { + margin: 0 -1px; + border-style: none solid; +} + +notebook > header.left tabs, notebook > header.right tabs { + padding-top: 8px; + padding-bottom: 8px; +} + +notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { + margin-top: 0; +} + +notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { + margin-bottom: 0; +} + +notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { + margin: -1px 0; + border-style: solid none; +} + +notebook > stack:not(:only-child) { + background-color: #191919; +} + +notebook button.toggle { + margin: 0; + padding: 0; + border-radius: 0; + min-height: 32px; + min-width: 32px; +} + +scrollbar { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #191919; + background-clip: border-box; +} + +* { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0; + min-width: 5px; + min-height: 5px; + border: 3px solid transparent; + border-radius: 100px; + background-clip: padding-box; + background-color: rgba(255, 255, 255, 0.45); +} + +scrollbar slider:hover { + background-color: rgba(255, 255, 255, 0.45); +} + +scrollbar slider:active { + background-color: rgba(255, 255, 255, 0.7); +} + +scrollbar slider:disabled { + background-color: rgba(255, 255, 255, 0.3); +} + +scrollbar.fine-tune slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0; + min-width: 4px; + min-height: 4px; +} + +scrollbar.fine-tune.horizontal slider { + margin: 2px 0; +} + +scrollbar.fine-tune.vertical slider { + margin: 0 2px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid alpha(#191919, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid alpha(#191919, 0.3); + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.45); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(255, 255, 255, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-width: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 8px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-height: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + min-height: 8px; +} + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + background-color: alpha(#191919, 0.9); +} + +scrollbar.horizontal slider { + min-width: 24px; +} + +scrollbar.vertical slider { + min-height: 24px; +} + +scrollbar button { + min-width: 16px; + min-height: 16px; + padding: 0; + border-radius: 0; +} + +scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +switch { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + padding: 0 2px; + border: 5px solid transparent; + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.25); + background-clip: padding-box; + font-size: 0; +} + +switch:disabled { + opacity: 0.5; +} + +switch:checked { + background-color: rgba(24, 184, 255, 0.5); +} + +switch image { + margin: -8px; + -gtk-icon-transform: scale(0); +} + +switch slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + min-width: 20px; + min-height: 20px; + margin: -3px -2px; + border-radius: 9999px; + box-shadow: 0 0 0 10px transparent, 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #383a3e; + color: #383a3e; +} + +switch:hover slider { + color: #c5c8c6; + box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +switch:focus slider { + color: #5f819d; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +switch:focus:hover slider { + color: #5f819d; + box-shadow: 0 0 0 10px rgba(24, 184, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +switch:checked slider { + background-color: #5f819d; + color: #5f819d; +} + +switch:checked:hover slider { + color: #5f819d; + box-shadow: 0 0 0 10px rgba(24, 184, 255, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +row:selected switch { + background-color: rgba(255, 255, 255, 0.2); +} + +row:selected switch:checked { + background-color: rgba(255, 255, 255, 0.6); +} + +row:selected switch slider { + background-color: #98dfff; +} + +row:selected switch:checked slider { + animation: none; + background-color: #c5c8c6; +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + min-height: 40px; + min-width: 40px; + margin: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); +} + +.view.content-view.check:not(list):checked, +.content-view .tile check:not(list):checked { + -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); +} + +checkbutton, +radiobutton { + outline: none; +} + +checkbutton.text-button, +radiobutton.text-button { + padding: 2px; + outline-offset: 0; +} + +checkbutton.text-button label:not(:only-child), +radiobutton.text-button label:not(:only-child) { + margin: 0 4px; +} + + +checkbutton > check:not(:checked):not(:indeterminate), +radiobutton > radio:not(:checked):not(:indeterminate) { + color: rgba(255, 255, 255, 0.7); +} + + +checkbutton > check:not(:checked):not(:indeterminate):hover, +checkbutton > check:not(:checked):not(:indeterminate):active, +radiobutton > radio:not(:checked):not(:indeterminate):hover, +radiobutton > radio:not(:checked):not(:indeterminate):active { + color: #c5c8c6; +} + + +checkbutton > check:not(:checked):not(:indeterminate):disabled, +radiobutton > radio:not(:checked):not(:indeterminate):disabled { + color: rgba(255, 255, 255, 0.3); +} + +row check:selected, +row radio:selected, row check:selected:active, +row radio:selected:active, row check:selected:checked, +row radio:selected:checked, row check:selected:indeterminate, +row radio:selected:indeterminate, row check:selected:focus, +row radio:selected:focus, row check:selected:focus:active, +row radio:selected:focus:active, row check:selected:focus:checked, +row radio:selected:focus:checked, row check:selected:focus:indeterminate, +row radio:selected:focus:indeterminate, treeview.view check:selected, +treeview.view radio:selected, treeview.view check:selected:active, +treeview.view radio:selected:active, treeview.view check:selected:checked, +treeview.view radio:selected:checked, treeview.view check:selected:indeterminate, +treeview.view radio:selected:indeterminate, treeview.view check:selected:focus, +treeview.view radio:selected:focus, treeview.view check:selected:focus:active, +treeview.view radio:selected:focus:active, treeview.view check:selected:focus:checked, +treeview.view radio:selected:focus:checked, treeview.view check:selected:focus:indeterminate, +treeview.view radio:selected:focus:indeterminate, row.activatable check:selected, +row.activatable radio:selected, row.activatable check:selected:active, +row.activatable radio:selected:active, row.activatable check:selected:checked, +row.activatable radio:selected:checked, row.activatable check:selected:indeterminate, +row.activatable radio:selected:indeterminate, row.activatable check:selected:focus, +row.activatable radio:selected:focus, row.activatable check:selected:focus:active, +row.activatable radio:selected:focus:active, row.activatable check:selected:focus:checked, +row.activatable radio:selected:focus:checked, row.activatable check:selected:focus:indeterminate, +row.activatable radio:selected:focus:indeterminate, row checkbutton check:selected, row checkbutton check:selected:active, row checkbutton check:selected:checked, row checkbutton check:selected:indeterminate, row checkbutton check:selected:focus, row checkbutton check:selected:focus:active, row checkbutton check:selected:focus:checked, row checkbutton check:selected:focus:indeterminate, treeview.view checkbutton check:selected, treeview.view checkbutton check:selected:active, treeview.view checkbutton check:selected:checked, treeview.view checkbutton check:selected:indeterminate, treeview.view checkbutton check:selected:focus, treeview.view checkbutton check:selected:focus:active, treeview.view checkbutton check:selected:focus:checked, treeview.view checkbutton check:selected:focus:indeterminate, row.activatable checkbutton check:selected, row.activatable checkbutton check:selected:active, row.activatable checkbutton check:selected:checked, row.activatable checkbutton check:selected:indeterminate, row.activatable checkbutton check:selected:focus, row.activatable checkbutton check:selected:focus:active, row.activatable checkbutton check:selected:focus:checked, row.activatable checkbutton check:selected:focus:indeterminate, row radiobutton radio:selected, row radiobutton radio:selected:active, row radiobutton radio:selected:checked, row radiobutton radio:selected:indeterminate, row radiobutton radio:selected:focus, row radiobutton radio:selected:focus:active, row radiobutton radio:selected:focus:checked, row radiobutton radio:selected:focus:indeterminate, treeview.view radiobutton radio:selected, treeview.view radiobutton radio:selected:active, treeview.view radiobutton radio:selected:checked, treeview.view radiobutton radio:selected:indeterminate, treeview.view radiobutton radio:selected:focus, treeview.view radiobutton radio:selected:focus:active, treeview.view radiobutton radio:selected:focus:checked, treeview.view radiobutton radio:selected:focus:indeterminate, row.activatable radiobutton radio:selected, row.activatable radiobutton radio:selected:active, row.activatable radiobutton radio:selected:checked, row.activatable radiobutton radio:selected:indeterminate, row.activatable radiobutton radio:selected:focus, row.activatable radiobutton radio:selected:focus:active, row.activatable radiobutton radio:selected:focus:checked, row.activatable radiobutton radio:selected:focus:indeterminate { + color: rgba(255, 255, 255, 0.7); +} + +row check:selected:disabled, +row radio:selected:disabled, row check:selected:active:disabled, +row radio:selected:active:disabled, row check:selected:checked:disabled, +row radio:selected:checked:disabled, row check:selected:indeterminate:disabled, +row radio:selected:indeterminate:disabled, row check:selected:focus:disabled, +row radio:selected:focus:disabled, row check:selected:focus:active:disabled, +row radio:selected:focus:active:disabled, row check:selected:focus:checked:disabled, +row radio:selected:focus:checked:disabled, row check:selected:focus:indeterminate:disabled, +row radio:selected:focus:indeterminate:disabled, treeview.view check:selected:disabled, +treeview.view radio:selected:disabled, treeview.view check:selected:active:disabled, +treeview.view radio:selected:active:disabled, treeview.view check:selected:checked:disabled, +treeview.view radio:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, +treeview.view radio:selected:indeterminate:disabled, treeview.view check:selected:focus:disabled, +treeview.view radio:selected:focus:disabled, treeview.view check:selected:focus:active:disabled, +treeview.view radio:selected:focus:active:disabled, treeview.view check:selected:focus:checked:disabled, +treeview.view radio:selected:focus:checked:disabled, treeview.view check:selected:focus:indeterminate:disabled, +treeview.view radio:selected:focus:indeterminate:disabled, row.activatable check:selected:disabled, +row.activatable radio:selected:disabled, row.activatable check:selected:active:disabled, +row.activatable radio:selected:active:disabled, row.activatable check:selected:checked:disabled, +row.activatable radio:selected:checked:disabled, row.activatable check:selected:indeterminate:disabled, +row.activatable radio:selected:indeterminate:disabled, row.activatable check:selected:focus:disabled, +row.activatable radio:selected:focus:disabled, row.activatable check:selected:focus:active:disabled, +row.activatable radio:selected:focus:active:disabled, row.activatable check:selected:focus:checked:disabled, +row.activatable radio:selected:focus:checked:disabled, row.activatable check:selected:focus:indeterminate:disabled, +row.activatable radio:selected:focus:indeterminate:disabled, row checkbutton check:selected:disabled, row checkbutton check:selected:active:disabled, row checkbutton check:selected:checked:disabled, row checkbutton check:selected:indeterminate:disabled, row checkbutton check:selected:focus:disabled, row checkbutton check:selected:focus:active:disabled, row checkbutton check:selected:focus:checked:disabled, row checkbutton check:selected:focus:indeterminate:disabled, treeview.view checkbutton check:selected:disabled, treeview.view checkbutton check:selected:active:disabled, treeview.view checkbutton check:selected:checked:disabled, treeview.view checkbutton check:selected:indeterminate:disabled, treeview.view checkbutton check:selected:focus:disabled, treeview.view checkbutton check:selected:focus:active:disabled, treeview.view checkbutton check:selected:focus:checked:disabled, treeview.view checkbutton check:selected:focus:indeterminate:disabled, row.activatable checkbutton check:selected:disabled, row.activatable checkbutton check:selected:active:disabled, row.activatable checkbutton check:selected:checked:disabled, row.activatable checkbutton check:selected:indeterminate:disabled, row.activatable checkbutton check:selected:focus:disabled, row.activatable checkbutton check:selected:focus:active:disabled, row.activatable checkbutton check:selected:focus:checked:disabled, row.activatable checkbutton check:selected:focus:indeterminate:disabled, row radiobutton radio:selected:disabled, row radiobutton radio:selected:active:disabled, row radiobutton radio:selected:checked:disabled, row radiobutton radio:selected:indeterminate:disabled, row radiobutton radio:selected:focus:disabled, row radiobutton radio:selected:focus:active:disabled, row radiobutton radio:selected:focus:checked:disabled, row radiobutton radio:selected:focus:indeterminate:disabled, treeview.view radiobutton radio:selected:disabled, treeview.view radiobutton radio:selected:active:disabled, treeview.view radiobutton radio:selected:checked:disabled, treeview.view radiobutton radio:selected:indeterminate:disabled, treeview.view radiobutton radio:selected:focus:disabled, treeview.view radiobutton radio:selected:focus:active:disabled, treeview.view radiobutton radio:selected:focus:checked:disabled, treeview.view radiobutton radio:selected:focus:indeterminate:disabled, row.activatable radiobutton radio:selected:disabled, row.activatable radiobutton radio:selected:active:disabled, row.activatable radiobutton radio:selected:checked:disabled, row.activatable radiobutton radio:selected:indeterminate:disabled, row.activatable radiobutton radio:selected:focus:disabled, row.activatable radiobutton radio:selected:focus:active:disabled, row.activatable radiobutton radio:selected:focus:checked:disabled, row.activatable radiobutton radio:selected:focus:indeterminate:disabled { + color: rgba(255, 255, 255, 0.3); +} + +row check:selected:hover, +row radio:selected:hover, treeview.view check:selected:hover, +treeview.view radio:selected:hover, row checkbutton check:selected:hover, row checkbutton check:selected:focus:hover, treeview.view checkbutton check:selected:hover, treeview.view checkbutton check:selected:focus:hover, row.activatable checkbutton check:selected:hover, row.activatable checkbutton check:selected:focus:hover, row radiobutton radio:selected:hover, row radiobutton radio:selected:focus:hover, treeview.view radiobutton radio:selected:hover, treeview.view radiobutton radio:selected:focus:hover, row.activatable radiobutton radio:selected:hover, row.activatable radiobutton radio:selected:focus:hover { + color: #c5c8c6; +} + +row check:selected:hover:disabled, +row radio:selected:hover:disabled, treeview.view check:selected:hover:disabled, +treeview.view radio:selected:hover:disabled, row checkbutton check:selected:hover:disabled, row checkbutton check:selected:focus:hover:disabled, treeview.view checkbutton check:selected:hover:disabled, treeview.view checkbutton check:selected:focus:hover:disabled, row.activatable checkbutton check:selected:hover:disabled, row.activatable checkbutton check:selected:focus:hover:disabled, row radiobutton radio:selected:hover:disabled, row radiobutton radio:selected:focus:hover:disabled, treeview.view radiobutton radio:selected:hover:disabled, treeview.view radiobutton radio:selected:focus:hover:disabled, row.activatable radiobutton radio:selected:hover:disabled, row.activatable radiobutton radio:selected:focus:hover:disabled { + color: rgba(255, 255, 255, 0.45); +} + +check, +radio { + min-height: 24px; + min-width: 24px; + margin: -8px; + padding: 8px; +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: #5f819d; +} + +check:checked:hover, check:indeterminate:hover, +radio:checked:hover, +radio:indeterminate:hover { + box-shadow: inset 0 0 0 9999px alpha(#5f819d, 0.15); +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: alpha(#5f819d, 0.3); +} + +check:not(:hover):focus, +radio:not(:hover):focus { + box-shadow: inset 0 0 0 9999px transparent; +} + +popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { + transition: none; + box-shadow: none; + background-image: none; +} + +popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat radio:not(:checked):not(:indeterminate):not(:disabled) { + color: rgba(255, 255, 255, 0.7); +} + +popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { + margin-left: -16px; + margin-right: -8px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { + margin-left: -8px; + margin-right: -16px; +} + +menu menuitem check, menu menuitem radio { + transition: none; + margin: 0; + padding: 0; + color: rgba(255, 255, 255, 0.7); +} + +menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { + margin-right: 8px; +} + +menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { + margin-left: 8px; +} + +menu menuitem check:hover, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio:hover, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { + color: #c5c8c6; +} + +menu menuitem check:disabled, menu menuitem radio:disabled { + color: rgba(255, 255, 255, 0.45); +} + +menu menuitem check:checked, menu menuitem check:indeterminate, menu menuitem radio:checked, menu menuitem radio:indeterminate { + color: #5f819d; +} + +menu menuitem check:checked:disabled, menu menuitem check:indeterminate:disabled, menu menuitem radio:checked:disabled, menu menuitem radio:indeterminate:disabled { + color: alpha(#5f819d, 0.3); +} + + +check { + -gtk-icon-source: -gtk-scaled(url("assets/scalable/checkbox-unchecked-symbolic-dark.svg"), url("assets/scalable/checkbox-unchecked-symbolic-dark@2.svg")); +} + + +check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); +} + + +check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); +} + + +radio { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")); + border-image-slice: 20; + border-image-width: 20px; +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); +} + + +radio { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#5f819d), to(transparent)); +} + + +radio:checked:not(:indeterminate) { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(#5f819d), to(transparent)); +} + + +radio:checked:not(:indeterminate):disabled { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(alpha(#5f819d, 0.3)), to(transparent)); +} + +#MozillaGtkWidget.background > widget > checkbutton > check, window.background:not(.csd) > widget > checkbutton > check, +menu menuitem check { + min-height: 16px; + min-width: 16px; + border-radius: 2px; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg")); +} + +#MozillaGtkWidget.background > widget > checkbutton > check:checked, window.background:not(.csd) > widget > checkbutton > check:checked, +menu menuitem check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); +} + +#MozillaGtkWidget.background > widget > checkbutton > check:indeterminate, window.background:not(.csd) > widget > checkbutton > check:indeterminate, +menu menuitem check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio, window.background:not(.csd) > widget > radiobutton > radio, +menu menuitem radio { + min-height: 16px; + min-width: 16px; + border-image: none; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg")); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:checked, window.background:not(.csd) > widget > radiobutton > radio:checked, +menu menuitem radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate, window.background:not(.csd) > widget > radiobutton > radio:indeterminate, +menu menuitem radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); +} + +treeview.view check, +treeview.view radio { + padding: 0; +} + +treeview.view check:hover, +treeview.view radio:hover { + box-shadow: none; + background-image: none; + background-color: transparent; +} + +treeview.view check:hover:disabled, +treeview.view radio:hover:disabled { + box-shadow: none; +} + +treeview.view check:hover:selected, +treeview.view radio:hover:selected { + box-shadow: none; +} + +treeview.view check, +treeview.view radio { + color: rgba(255, 255, 255, 0.7); +} + +treeview.view check:hover, treeview.view check:active, +treeview.view radio:hover, +treeview.view radio:active { + color: #c5c8c6; +} + +treeview.view check:disabled, +treeview.view radio:disabled { + color: rgba(255, 255, 255, 0.3); +} + +treeview.view check:checked, treeview.view check:indeterminate, +treeview.view radio:checked, +treeview.view radio:indeterminate { + color: #5f819d; +} + +treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, +treeview.view radio:checked:disabled, +treeview.view radio:indeterminate:disabled { + color: alpha(#5f819d, 0.3); +} + +treeview.view radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); + border-image: none; +} + +scale { + min-height: 4px; + min-width: 4px; + padding: 16px; +} + +scale slider { + min-height: 32px; + min-width: 32px; + margin: -15px; +} + +scale trough { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(255, 255, 255, 0.3); +} + +scale trough:disabled { + background-color: rgba(255, 255, 255, 0.12); +} + +scale highlight { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #5f819d; +} + +scale highlight:disabled { + background-color: transparent; +} + +scale fill { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.3); +} + +scale fill:disabled { + background-color: transparent; +} + +scale slider { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + background-repeat: no-repeat; + background-position: center; + background-size: auto, 1000% 1000%; + border-radius: 100%; + color: transparent; +} + +scale slider { + background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale slider:disabled { + background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale slider:hover { + background-color: rgba(24, 184, 255, 0.1); +} + +scale slider:focus { + background-color: rgba(24, 184, 255, 0.12); +} + +scale slider:focus:hover { + background-color: rgba(24, 184, 255, 0.16); +} + +scale slider:active { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: scale_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: rgba(24, 184, 255, 0.12); + color: rgba(24, 184, 255, 0.15); +} + +scale.fine-tune slider { + background-size: calc(100% - 12px); +} + +scale marks label, +scale value { + color: alpha(currentColor, 0.45); +} + +scale marks { + color: rgba(255, 255, 255, 0.3); +} + +scale marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale marks.top { + margin-right: 7px; + margin-left: -15px; +} + +scale marks.bottom { + margin-left: 7px; + margin-right: -15px; +} + +scale.horizontal indicator { + min-height: 8px; + min-width: 1px; +} + +scale.vertical indicator { + min-height: 1px; + min-width: 8px; +} + +scale.horizontal.marks-before:not(.marks-after) slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-before:not(.marks-after) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.color { + min-height: 0; + min-width: 0; +} + +scale.color.horizontal { + padding: 0 0 12px 0; +} + +scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { + margin-bottom: -16px; + margin-top: -6px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -16px; + margin-right: -6px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) slider { + margin-right: -16px; + margin-left: -6px; +} + +progressbar { + color: rgba(255, 255, 255, 0.45); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 4px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 4px; +} + +progressbar trough { + background-color: alpha(#f58f44, 0.3); + border-radius: 6px; +} + +progressbar progress { + background-color: #f58f44; + border-radius: 6px; +} + +levelbar block { + min-width: 36px; + min-height: 4px; +} + +levelbar.vertical block { + min-width: 4px; + min-height: 36px; +} + +levelbar trough { + padding: 2px; + border-radius: 6px; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +levelbar trough:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +levelbar.horizontal.discrete block { + margin: 0 1px; +} + +levelbar.vertical.discrete block { + margin: 1px 0; +} + +levelbar.horizontal.discrete trough { + padding: 2px 1px; +} + +levelbar.vertical.discrete trough { + padding: 1px 2px; +} + +levelbar block.low { + background-color: #f0c674; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #f58f44; +} + +levelbar block.full { + background-color: #81C995; +} + +levelbar block.empty { + background-color: rgba(255, 255, 255, 0.3); + color: rgba(255, 255, 255, 0.45); +} + +printdialog paper { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; + color: #c5c8c6; +} + +printdialog .dialog-action-box { + margin: 12px; +} + +frame > border, +.frame { + margin: 0; + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + border-radius: 3px; +} + +frame.flat > border, +frame > border.flat, +.frame.flat { + border-style: none; +} + +frame { + border-radius: 3px; + border: none; +} + +frame > label { + margin: 4px; +} + +frame list { + border-radius: 3px; +} + +frame list > row:first-child { + border-radius: 3px 3px 0 0; +} + +frame list > row:last-child { + border-radius: 0 0 3px 3px; +} + +leaflet > stack > frame list, +frame viewport.frame > list { + border-radius: 0; +} + +leaflet > stack > frame list > row:first-child, +frame viewport.frame > list > row:first-child { + border-radius: 0 0 0 0; +} + +leaflet > stack > frame list > row:last-child, +frame viewport.frame > list > row:last-child { + border-radius: 0 0 0 0; +} + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrolledwindow viewport.frame { + border-style: none; +} + +overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(alpha(#f58f44, 0.3)), to(transparent)); + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(alpha(#f58f44, 0.3)), to(transparent)); + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(alpha(#f58f44, 0.3)), to(transparent)); + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(alpha(#f58f44, 0.3)), to(transparent)); + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; +} + +undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-top: 1px; + background-size: 12px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: left top; +} + +undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-bottom: 1px; + background-size: 12px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: left bottom; +} + +undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; +} + +undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, alpha(#191919, 0.3) 50%, alpha(#c5c8c6, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; +} + +junction { + border-style: solid none none solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +junction:dir(rtl) { + border-style: solid solid none none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +separator.selection-mode.sidebar { + background-color: #f58f44; + border-color: #f58f44; +} + +list { + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +list.content:not(.conversation-listbox) { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 3px; +} + +list.content:not(.conversation-listbox) > row:not(:first-child) { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +list row { + padding: 2px; +} + +.budgie-menu button, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + background-image: none; +} + +.budgie-menu button:hover, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:hover, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.7); +} + +.budgie-menu button.has-open-popup, .background.budgie-popover scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-menu button:active, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:active, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { + background-color: rgba(255, 255, 255, 0.3); + color: #c5c8c6; +} + +.budgie-menu button:selected:hover, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:selected:hover, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected:hover, treeview.view header button:selected:hover, row.activatable:selected:hover { + background-color: #5a95f5; +} + +.app-notification { + margin: 8px; +} + +.app-notification.frame, +.app-notification border { + border-style: none; +} + +expander arrow { + transition: all 100ms cubic-bezier(0.4, 0, 0.2, 1); + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -gtk-icon-transform: rotate(-90deg); + color: rgba(255, 255, 255, 0.7); +} + +expander arrow:dir(rtl) { + -gtk-icon-transform: rotate(90deg); +} + +expander arrow:checked { + -gtk-icon-transform: unset; +} + +expander arrow:hover, expander arrow:active { + color: #c5c8c6; +} + +expander arrow:disabled { + color: rgba(255, 255, 255, 0.3); +} + +expander arrow:selected { + color: rgba(255, 255, 255, 0.7); +} + +expander arrow:selected:hover, expander arrow:selected:active { + color: #c5c8c6; +} + +expander arrow:selected:disabled { + color: rgba(255, 255, 255, 0.3); +} + +calendar { + margin: 2px; + padding: 2px 6px; + border: 1px solid rgba(255, 255, 255, 0.12); + color: #c5c8c6; +} + +calendar:disabled { + color: rgba(255, 255, 255, 0.45); +} + +calendar:selected { + border-radius: 3px; +} + +calendar.header { + border-style: none none solid; + border-radius: 0; +} + +calendar.button { + border-radius: 3px; +} + +calendar.highlight { + color: alpha(currentColor, 0.45); + font-weight: 500; +} + +calendar:indeterminate { + color: alpha(currentColor, 0.3); +} + +messagedialog.background { + background-color: #383a3e; +} + +messagedialog .titlebar { + min-height: 24px; + border-style: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #383a3e; + color: #c5c8c6; +} + +messagedialog .titlebar:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +messagedialog .linked:not(.vertical).dialog-action-area > button { + padding: 4px 12px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action { + color: #f58f44; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:hover { + color: #f58f44; + background-color: transparent; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + color: #c5c8c6; + border-color: rgba(66, 133, 244, 0.75); + box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.5); + background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.5) 10%, transparent 0%); + background-size: 0% 0%; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.suggested-action:disabled { + opacity: 0.65; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action { + color: #cc6666; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:hover { + color: #cc6666; + background-color: transparent; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + color: #c5c8c6; + border-color: rgba(255, 82, 82, 0.75); + box-shadow: inset 0 0 0 9999px rgba(255, 82, 82, 0.5); + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 82, 82, 0.5) 10%, transparent 0%); + background-size: 0% 0%; +} + +messagedialog .linked:not(.vertical).dialog-action-area > button.destructive-action:disabled { + opacity: 0.65; +} + +messagedialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +messagedialog.csd .linked:not(.vertical).dialog-action-area > button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +messagedialog.csd .linked:not(.vertical).dialog-action-area > button:first-child { + border-bottom-left-radius: 2px; + border-top-left-radius: 0; +} + +messagedialog.csd .linked:not(.vertical).dialog-action-area > button:last-child { + border-bottom-right-radius: 2px; + border-top-right-radius: 0; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +filechooserbutton:drop(active) { + box-shadow: none; +} + +.sidebar { + border-style: none; + background-color: #383a3e; +} + +stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-left-style: none; +} + +stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); + border-right-style: none; +} + +.sidebar list { + background-color: transparent; +} + +.sidebar row { + transition: none; +} + +.sidebar separator, +.sidebar .separator { + min-height: 0; + border-color: transparent; + background-color: transparent; +} + +paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; +} + +separator.sidebar { + min-width: 0; + padding: 0; +} + +headerbar > separator.sidebar:dir(ltr), headerbar > separator.sidebar.left, headerbar > separator.sidebar.left:dir(rtl) { + border-right: none; +} + +headerbar > separator.sidebar:dir(rtl), headerbar > separator.sidebar.right { + border-left: none; + border-right-style: none; +} + +stacksidebar row { + padding: 10px 6px; + transition: none; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; +} + +placessidebar { + background-color: #191919; +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar list { + padding: 1px 0 4px; +} + +placessidebar row { + min-height: 32px; + margin: -1px 0; + padding: 0; +} + +placessidebar row > revealer { + padding: 0 12px; +} + +placessidebar row:selected { + color: #c5c8c6; +} + +placessidebar row:selected button.sidebar-button { + color: rgba(255, 255, 255, 0.7); +} + +placessidebar row:selected button.sidebar-button:hover, placessidebar row:selected button.sidebar-button:active, placessidebar row:selected button.sidebar-button:checked { + background-color: rgba(255, 255, 255, 0.3); + color: #c5c8c6; +} + +placessidebar row:selected button.sidebar-button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +placessidebar row:selected button.sidebar-button:checked:disabled { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.45); +} + +placessidebar row:disabled { + color: rgba(255, 255, 255, 0.45); +} + +placessidebar row image.sidebar-icon { + opacity: 0.45; +} + +placessidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar row.sidebar-placeholder-row { + min-height: 2px; + padding: 0 8px; + background-image: image(#5f819d); + background-clip: content-box; +} + +placessidebar row.sidebar-new-bookmark-row { + color: #5f819d; +} + +placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 0 0 2px #5f819d; +} + +placesview .server-list-button > image { + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; +} + +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#f58f44); + background-size: 1px 1px; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #191919; + background-image: image(#f58f44), image(#f58f44); + background-size: 1px 1px, 1px 1px; +} + +paned.horizontal > separator { + background-repeat: repeat-y; +} + +paned.horizontal > separator:dir(ltr) { + margin: 0 -8px 0 0; + padding: 0 8px 0 0; + background-position: left; +} + +paned.horizontal > separator:dir(rtl) { + margin: 0 0 0 -8px; + padding: 0 0 0 8px; + background-position: right; +} + +paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; +} + +paned.vertical > separator { + margin: 0 0 -8px 0; + padding: 0 0 8px 0; + background-repeat: repeat-x; + background-position: top; +} + +paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; +} + +infobar { + border-style: none; +} + +infobar.info > revealer > box { + background-color: #66BB6A; +} + +infobar.question > revealer > box { + background-color: #42A5F5; +} + +infobar.warning > revealer > box { + background-color: #f0c674; +} + +infobar.error > revealer > box { + background-color: #a54242; +} + +infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { + color: #c5c8c6; +} + +infobar.info *:link, infobar.question *:link, infobar.warning *:link, infobar.error *:link { + color: #c5c8c6; +} + +window.background stack scrolledwindow infobar button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0); + border: 1px solid rgba(255, 255, 255, 0.5); + box-shadow: none; +} + +window.background stack scrolledwindow infobar button.flat, infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0); + box-shadow: none; +} + +window.background stack scrolledwindow infobar button.flat:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled { + box-shadow: none; +} + +window.background stack scrolledwindow infobar button.flat:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, window.background stack scrolledwindow infobar button.flat:disabled label, infobar.info button.flat:disabled label, infobar.question button.flat:disabled label, infobar.warning button.flat:disabled label, infobar.error button.flat:disabled label { + color: rgba(255, 255, 255, 0.4); +} + +window.background stack scrolledwindow infobar button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); + box-shadow: none; +} + +window.background stack scrolledwindow infobar button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, window.background stack scrolledwindow infobar button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.1); + border-color: rgba(255, 255, 255, 0.8); + box-shadow: none; +} + +window.background stack scrolledwindow infobar button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled { + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.4); + box-shadow: none; +} + +window.background stack scrolledwindow infobar button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, window.background stack scrolledwindow infobar button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +window.background stack scrolledwindow infobar button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, window.background stack scrolledwindow infobar button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.4); + box-shadow: none; +} + +tooltip { + border-radius: 2px; + box-shadow: none; +} + +tooltip.background { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: alpha(#191919, 0.9); +} + +tooltip:not(.csd) { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 3px; + background-clip: border-box; +} + +tooltip decoration { + background-color: transparent; +} + +tooltip label { + min-height: 20px; + padding: 0 2px; +} + +colorswatch.top { + border-top-left-radius: 3.5px; + border-top-right-radius: 3.5px; +} + +colorswatch.top overlay { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +colorswatch.bottom { + border-bottom-left-radius: 3.5px; + border-bottom-right-radius: 3.5px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 3.5px; + border-bottom-left-radius: 3.5px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 3.5px; + border-bottom-right-radius: 3.5px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +colorswatch.dark overlay { + color: #c5c8c6; +} + +colorswatch.light overlay { + color: #c5c8c6; +} + +colorswatch.dark { + color: #c5c8c6; +} + +colorswatch.light { + color: #c5c8c6; +} + +colorswatch:drop(active) { + box-shadow: none; +} + +colorswatch:drop(active).light overlay { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), 0 0 0 2px #5f819d; +} + +colorswatch:drop(active).dark overlay { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), 0 0 0 2px #5f819d; +} + +colorswatch overlay { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +colorswatch overlay:hover { + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); +} + +colorswatch#add-color-button { + border-radius: 3px 3px 0 0; + color: #c5c8c6; +} + +colorswatch#add-color-button:only-child { + border-radius: 3px; +} + +colorswatch#add-color-button overlay { + background-image: linear-gradient(to right, #a54242 25%, #f0c674 25%, #f0c674 50%, #66BB6A 50%, #66BB6A 75%, #42A5F5 75%); + color: #c5c8c6; +} + +colorswatch:disabled { + opacity: 0.3; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 3.5px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 3px; +} + +colorchooser .popover.osd { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 2px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #191919; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.content-view { + background-color: #191919; +} + +decoration { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 3px 3px 0 0; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 16px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 16px 2px rgba(0, 0, 0, 0), 0 6px 18px 5px rgba(0, 0, 0, 0); + margin: 4px; +} + +decoration:backdrop { + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12), 0 16px 16px 2px rgba(0, 0, 0, 0), 0 6px 18px 5px rgba(0, 0, 0, 0); +} + +.maximized decoration, .fullscreen decoration, .tiled decoration { + border-radius: 0; +} + +.popup decoration { + box-shadow: none; +} + +.ssd decoration { + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); +} + +.csd.popup decoration { + border-radius: 3px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12); +} + +tooltip.csd decoration { + border-radius: 3px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12); +} + +messagedialog.csd decoration { + border-radius: 3px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12); +} + +.solid-csd decoration { + margin: 0; + padding: 1px 2px 2px; + border: 1px solid #1e1f21; + border-radius: 0; + box-shadow: inset 0 0 0 2px #191919, inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #f58f44; +} + +.budgie-menu button:checked, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .view:selected, textview text selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected, +.menuitem.button.flat:selected, .budgie-menu button:selected, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:selected, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected, treeview.view header button:selected, row.activatable:selected, calendar:selected { + background-color: #f58f44; + color: #c5c8c6; +} + +.budgie-menu button:disabled:checked, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .view:disabled:selected, textview text selection:disabled, iconview:disabled:selected, flowbox flowboxchild:disabled:selected, entry selection:disabled, modelbutton.flat:disabled:selected, +.menuitem.button.flat:disabled:selected, .budgie-menu button:disabled:selected, .background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, .background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:disabled:selected, treeview.view header button:disabled:selected, row.activatable:disabled:selected, calendar:disabled:selected { + color: rgba(255, 255, 255, 0.45); +} + +.monospace { + font-family: monospace; +} + +window.background.chromium headerbar.titlebar button.titlebutton, .csd headerbar:not(.default-decoration) button.titlebutton.close, .csd headerbar:not(.default-decoration) button.titlebutton.maximize, .csd headerbar:not(.default-decoration) button.titlebutton.minimize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize, headerbar button.titlebutton.close, .csd headerbar button.titlebutton.close, .solid-csd headerbar button.titlebutton.close, headerbar.default-decoration button.titlebutton.close, +.titlebar button.titlebutton.close, headerbar button.titlebutton.maximize, .csd headerbar button.titlebutton.maximize, .solid-csd headerbar button.titlebutton.maximize, headerbar.default-decoration button.titlebutton.maximize, +.titlebar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .csd headerbar button.titlebutton.minimize, .solid-csd headerbar button.titlebutton.minimize, headerbar.default-decoration button.titlebutton.minimize, +.titlebar button.titlebutton.minimize { + margin: 0; + padding: 0; + min-width: 26px; + min-height: 26px; + animation: none; + box-shadow: none; + border: none; + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + background-size: 16px 16px; +} + +window.background.chromium headerbar.titlebar button.titlebutton:hover, .csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, headerbar button.titlebutton.close:hover, .csd headerbar button.titlebutton.close:hover, .solid-csd headerbar button.titlebutton.close:hover, headerbar.default-decoration button.titlebutton.close:hover, .csd headerbar.default-decoration button.titlebutton.close:hover, +.titlebar button.titlebutton.close:hover, .csd .titlebar button.titlebutton.close:hover, .solid-csd .titlebar button.titlebutton.close:hover, +.titlebar.default-decoration button.titlebutton.close:hover, .csd .titlebar.default-decoration button.titlebutton.close:hover, headerbar button.titlebutton.maximize:hover, .csd headerbar button.titlebutton.maximize:hover, .solid-csd headerbar button.titlebutton.maximize:hover, headerbar.default-decoration button.titlebutton.maximize:hover, .csd headerbar.default-decoration button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:hover, .csd .titlebar button.titlebutton.maximize:hover, .solid-csd .titlebar button.titlebutton.maximize:hover, +.titlebar.default-decoration button.titlebutton.maximize:hover, .csd .titlebar.default-decoration button.titlebutton.maximize:hover, headerbar button.titlebutton.minimize:hover, .csd headerbar button.titlebutton.minimize:hover, .solid-csd headerbar button.titlebutton.minimize:hover, headerbar.default-decoration button.titlebutton.minimize:hover, .csd headerbar.default-decoration button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:hover, .csd .titlebar button.titlebutton.minimize:hover, .solid-csd .titlebar button.titlebutton.minimize:hover, +.titlebar.default-decoration button.titlebutton.minimize:hover, .csd .titlebar.default-decoration button.titlebutton.minimize:hover, window.background.chromium headerbar.titlebar button.titlebutton:active, .csd headerbar:not(.default-decoration) button.titlebutton.close:active, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, headerbar button.titlebutton.close:active, .csd headerbar button.titlebutton.close:active, .solid-csd headerbar button.titlebutton.close:active, headerbar.default-decoration button.titlebutton.close:active, .csd headerbar.default-decoration button.titlebutton.close:active, +.titlebar button.titlebutton.close:active, .csd .titlebar button.titlebutton.close:active, .solid-csd .titlebar button.titlebutton.close:active, +.titlebar.default-decoration button.titlebutton.close:active, .csd .titlebar.default-decoration button.titlebutton.close:active, headerbar button.titlebutton.maximize:active, .csd headerbar button.titlebutton.maximize:active, .solid-csd headerbar button.titlebutton.maximize:active, headerbar.default-decoration button.titlebutton.maximize:active, .csd headerbar.default-decoration button.titlebutton.maximize:active, +.titlebar button.titlebutton.maximize:active, .csd .titlebar button.titlebutton.maximize:active, .solid-csd .titlebar button.titlebutton.maximize:active, +.titlebar.default-decoration button.titlebutton.maximize:active, .csd .titlebar.default-decoration button.titlebutton.maximize:active, headerbar button.titlebutton.minimize:active, .csd headerbar button.titlebutton.minimize:active, .solid-csd headerbar button.titlebutton.minimize:active, headerbar.default-decoration button.titlebutton.minimize:active, .csd headerbar.default-decoration button.titlebutton.minimize:active, +.titlebar button.titlebutton.minimize:active, .csd .titlebar button.titlebutton.minimize:active, .solid-csd .titlebar button.titlebutton.minimize:active, +.titlebar.default-decoration button.titlebutton.minimize:active, .csd .titlebar.default-decoration button.titlebutton.minimize:active, window.background.chromium headerbar.titlebar button.titlebutton:checked, .csd headerbar:not(.default-decoration) button.titlebutton.close:checked, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:checked, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:checked, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:checked, headerbar button.titlebutton.close:checked, .csd headerbar button.titlebutton.close:checked, .solid-csd headerbar button.titlebutton.close:checked, headerbar.default-decoration button.titlebutton.close:checked, .csd headerbar.default-decoration button.titlebutton.close:checked, +.titlebar button.titlebutton.close:checked, .csd .titlebar button.titlebutton.close:checked, .solid-csd .titlebar button.titlebutton.close:checked, +.titlebar.default-decoration button.titlebutton.close:checked, .csd .titlebar.default-decoration button.titlebutton.close:checked, headerbar button.titlebutton.maximize:checked, .csd headerbar button.titlebutton.maximize:checked, .solid-csd headerbar button.titlebutton.maximize:checked, headerbar.default-decoration button.titlebutton.maximize:checked, .csd headerbar.default-decoration button.titlebutton.maximize:checked, +.titlebar button.titlebutton.maximize:checked, .csd .titlebar button.titlebutton.maximize:checked, .solid-csd .titlebar button.titlebutton.maximize:checked, +.titlebar.default-decoration button.titlebutton.maximize:checked, .csd .titlebar.default-decoration button.titlebutton.maximize:checked, headerbar button.titlebutton.minimize:checked, .csd headerbar button.titlebutton.minimize:checked, .solid-csd headerbar button.titlebutton.minimize:checked, headerbar.default-decoration button.titlebutton.minimize:checked, .csd headerbar.default-decoration button.titlebutton.minimize:checked, +.titlebar button.titlebutton.minimize:checked, .csd .titlebar button.titlebutton.minimize:checked, .solid-csd .titlebar button.titlebutton.minimize:checked, +.titlebar.default-decoration button.titlebutton.minimize:checked, .csd .titlebar.default-decoration button.titlebutton.minimize:checked { + box-shadow: none; + border: none; + color: transparent; + animation: none; + transition: background-size 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: transparent; + background-size: 22px 22px; +} + +window.background.chromium headerbar.titlebar button.titlebutton:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, headerbar button.titlebutton.close:backdrop, +.titlebar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, +.titlebar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, +.titlebar button.titlebutton.minimize:backdrop { + opacity: 1; + color: transparent; +} + +headerbar button.titlebutton:hover, .csd headerbar button.titlebutton:hover, .solid-csd headerbar button.titlebutton:hover, headerbar.default-decoration button.titlebutton:hover, +.titlebar button.titlebutton:hover { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: none; + box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.3); + background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.3) 10%, transparent 0%); + background-size: 0% 0%; + color: #f58f44; +} + +headerbar button.titlebutton:active, .csd headerbar button.titlebutton:active, .solid-csd headerbar button.titlebutton:active, headerbar.default-decoration button.titlebutton:active, +.titlebar button.titlebutton:active, headerbar button.titlebutton:checked, .csd headerbar button.titlebutton:checked, .solid-csd headerbar button.titlebutton:checked, headerbar.default-decoration button.titlebutton:checked, +.titlebar button.titlebutton:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px #f58f44; + background-image: radial-gradient(circle farthest-corner at center, #f58f44 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +headerbar button.titlebutton.close, .csd headerbar button.titlebutton.close, .solid-csd headerbar button.titlebutton.close, headerbar.default-decoration button.titlebutton.close, +.titlebar button.titlebutton.close { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-dark.png"), url("assets/window-assets/titlebutton-close-dark@2.png")); +} + +headerbar button.titlebutton.close:backdrop, +.titlebar button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-backdrop-dark.png"), url("assets/window-assets/titlebutton-close-backdrop-dark@2.png")); +} + +headerbar button.titlebutton.close:hover, +.titlebar button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-hover-dark.png"), url("assets/window-assets/titlebutton-close-hover-dark@2.png")); +} + +headerbar button.titlebutton.close:active, +.titlebar button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-active-dark.png"), url("assets/window-assets/titlebutton-close-active-dark@2.png")); +} + +headerbar button.titlebutton.maximize, .csd headerbar button.titlebutton.maximize, .solid-csd headerbar button.titlebutton.maximize, headerbar.default-decoration button.titlebutton.maximize, +.titlebar button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-dark.png"), url("assets/window-assets/titlebutton-maximize-dark@2.png")); +} + +headerbar button.titlebutton.maximize:backdrop, +.titlebar button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-backdrop-dark.png"), url("assets/window-assets/titlebutton-maximize-backdrop-dark@2.png")); +} + +headerbar button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-hover-dark.png"), url("assets/window-assets/titlebutton-maximize-hover-dark@2.png")); +} + +headerbar button.titlebutton.maximize:active, +.titlebar button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-active-dark.png"), url("assets/window-assets/titlebutton-maximize-active-dark@2.png")); +} + +headerbar button.titlebutton.minimize, .csd headerbar button.titlebutton.minimize, .solid-csd headerbar button.titlebutton.minimize, headerbar.default-decoration button.titlebutton.minimize, +.titlebar button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-dark.png"), url("assets/window-assets/titlebutton-minimize-dark@2.png")); +} + +headerbar button.titlebutton.minimize:backdrop, +.titlebar button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-backdrop-dark.png"), url("assets/window-assets/titlebutton-minimize-backdrop-dark@2.png")); +} + +headerbar button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-hover-dark.png"), url("assets/window-assets/titlebutton-minimize-hover-dark@2.png")); +} + +headerbar button.titlebutton.minimize:active, +.titlebar button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-active-dark.png"), url("assets/window-assets/titlebutton-minimize-active-dark@2.png")); +} + +.fullscreen headerbar button.titlebutton.maximize, +.fullscreen .titlebar button.titlebutton.maximize, .maximized headerbar button.titlebutton.maximize, +.maximized .titlebar button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-dark.png"), url("assets/window-assets/titlebutton-restore-dark@2.png")); +} + +.fullscreen headerbar button.titlebutton.maximize:backdrop, +.fullscreen .titlebar button.titlebutton.maximize:backdrop, .maximized headerbar button.titlebutton.maximize:backdrop, +.maximized .titlebar button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-backdrop-dark.png"), url("assets/window-assets/titlebutton-restore-backdrop-dark@2.png")); +} + +.fullscreen headerbar button.titlebutton.maximize:hover, +.fullscreen .titlebar button.titlebutton.maximize:hover, .maximized headerbar button.titlebutton.maximize:hover, +.maximized .titlebar button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-hover-dark.png"), url("assets/window-assets/titlebutton-restore-hover-dark@2.png")); +} + +.fullscreen headerbar button.titlebutton.maximize:active, +.fullscreen .titlebar button.titlebutton.maximize:active, .maximized headerbar button.titlebutton.maximize:active, +.maximized .titlebar button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-active-dark.png"), url("assets/window-assets/titlebutton-restore-active-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.close, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-dark.png"), url("assets/window-assets/titlebutton-close-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-backdrop-dark.png"), url("assets/window-assets/titlebutton-close-backdrop-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.close:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-hover-dark.png"), url("assets/window-assets/titlebutton-close-hover-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.close:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-close-active-dark.png"), url("assets/window-assets/titlebutton-close-active-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-dark.png"), url("assets/window-assets/titlebutton-maximize-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-backdrop-dark.png"), url("assets/window-assets/titlebutton-maximize-backdrop-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-hover-dark.png"), url("assets/window-assets/titlebutton-maximize-hover-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-maximize-active-dark.png"), url("assets/window-assets/titlebutton-maximize-active-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.minimize, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-dark.png"), url("assets/window-assets/titlebutton-minimize-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-backdrop-dark.png"), url("assets/window-assets/titlebutton-minimize-backdrop-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-hover-dark.png"), url("assets/window-assets/titlebutton-minimize-hover-dark@2.png")); +} + +.csd headerbar:not(.default-decoration) button.titlebutton.minimize:active, .solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-minimize-active-dark.png"), url("assets/window-assets/titlebutton-minimize-active-dark@2.png")); +} + +.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-dark.png"), url("assets/window-assets/titlebutton-restore-dark@2.png")); +} + +.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-backdrop-dark.png"), url("assets/window-assets/titlebutton-restore-backdrop-dark@2.png")); +} + +.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:hover, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-hover-dark.png"), url("assets/window-assets/titlebutton-restore-hover-dark@2.png")); +} + +.csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:active, .solid-csd.maximized headerbar:not(.default-decoration) button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/window-assets/titlebutton-restore-active-dark.png"), url("assets/window-assets/titlebutton-restore-active-dark@2.png")); +} + +cursor-handle { + border-radius: 9999px; + background-color: #5f819d; + background-image: none; +} + +cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { + padding-left: 6px; + border-top-right-radius: 0; +} + +cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { + padding-right: 6px; + border-top-left-radius: 0; +} + +cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { + -GtkWidget-text-handle-width: 24; + -GtkWidget-text-handle-height: 30; + -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); +} + +.context-menu { + font: initial; +} + +.budgie-notification-window button.image-button, .budgie-switcher-window button.image-button, .budgie-osd-window button.image-button, .background .raven .expander-button, .background .raven .raven-header:not(.top) button.image-button, .background .raven button.image-button, widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, .nautilus-window headerbar > revealer > button, button.close, button.round-button, button.circular, combobox > .linked:not(.vertical) > button.combo:not(:only-child), check, +radio { + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +row button.circular { + margin: 0 5px; +} + +.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nemo-window .floating-bar button, +.nautilus-window .floating-bar button, spinbutton:not(.vertical) > button, spinbutton:not(.vertical) > button:hover, spinbutton:not(.vertical) > button:active, spinbutton:not(.vertical) > button:checked, spinbutton:not(.vertical) > button:disabled, .linked > spinbutton:not(.vertical) > button.up, .linked > spinbutton:not(.vertical) > button.up:hover, .linked > spinbutton:not(.vertical) > button.up:active, .linked > spinbutton:not(.vertical) > button.up:checked, .linked > spinbutton:not(.vertical) > button.up:disabled, .linked > spinbutton:not(.vertical) > button.down, .linked > spinbutton:not(.vertical) > button.down:hover, .linked > spinbutton:not(.vertical) > button.down:active, .linked > spinbutton:not(.vertical) > button.down:checked, .linked > spinbutton:not(.vertical) > button.down:disabled, placessidebar row button.sidebar-button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +.keycap { + min-width: 12px; + min-height: 26px; + margin-top: 2px; + padding-bottom: 2px; + padding-left: 8px; + padding-right: 8px; + border: solid 1px rgba(255, 255, 255, 0.12); + border-radius: 3px; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); + background-color: #191919; + color: #c5c8c6; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 2px #5f819d; + caret-color: #5f819d; +} + +stackswitcher button.text-button { + min-width: 100px; +} + +stackswitcher button.circular, +stackswitcher button.text-button.circular { + min-width: 36px; + min-height: 36px; + border-radius: 100px; + -gtk-outline-radius: 100px; + padding: 0; +} + +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker entry { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + box-shadow: none; +} + +popover.emoji-picker scrolledwindow { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +button.emoji-section { + margin-top: -1px; + padding: 0 8px; + min-width: 24px; + min-height: 36px; + border-radius: 0; + outline-offset: -6px; + box-shadow: none; +} + +button.emoji-section:hover { + box-shadow: inset 0 2px rgba(255, 255, 255, 0.3); +} + +button.emoji-section:active { + box-shadow: inset 0 2px #f58f44; + background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.7) 10%, transparent 0%); +} + +button.emoji-section:checked { + box-shadow: inset 0 2px #f58f44; + background-color: transparent; +} + +button.emoji-section:first-child { + margin-left: 6px; +} + +button.emoji-section:last-child { + margin-right: 6px; +} + +.emoji { + min-width: 3em; + min-height: 3em; + padding: 0; +} + +.emoji widget { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); +} + +.emoji widget:hover { + font-size: larger; +} + +window.background.csd.unified headerbar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +window.background.csd.unified headerbar.selection-mode { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +window.background.csd.unified > decoration-overlay { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +window.background.csd.unified, +window.background.csd.unified > decoration, +window.background.csd.unified > decoration-overlay { + border-radius: 3px; +} + +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { + box-shadow: none; +} + +window.background.csd.unified.tiled, +window.background.csd.unified.tiled > decoration, +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, +window.background.csd.unified.tiled-top > decoration, +window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, +window.background.csd.unified.tiled-right > decoration, +window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, +window.background.csd.unified.tiled-bottom > decoration, +window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, +window.background.csd.unified.tiled-left > decoration, +window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, +window.background.csd.unified.maximized > decoration, +window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, +window.background.csd.unified.fullscreen > decoration, +window.background.csd.unified.fullscreen > decoration-overlay { + border-radius: 0; +} + +window.background stack scrolledwindow stackswitcher.stack-switcher, dialog.background .dialog-vbox stackswitcher.stack-switcher, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher, dzldockpaned stackswitcher.linked.stack-switcher { + background-color: #383a3e; + border-radius: 3px; + border: none; + padding: 0 8px; +} + +window.background stack scrolledwindow stackswitcher.stack-switcher button, dialog.background .dialog-vbox stackswitcher.stack-switcher button, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button, dzldockpaned stackswitcher.linked.stack-switcher button { + margin: 0; + border-radius: 0; + background-image: none; + background-color: transparent; + box-shadow: none; + transition: 300ms, background-size 0, background-image 0, background-color 0; + animation: ripple_effect 300ms cubic-bezier(0, 0, 0.2, 1) forwards; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0; +} + +window.background stack scrolledwindow stackswitcher.stack-switcher button:hover, dialog.background .dialog-vbox stackswitcher.stack-switcher button:hover, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:hover, dzldockpaned stackswitcher.linked.stack-switcher button:hover { + box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5); + background-image: none; + background-color: transparent; +} + +window.background stack scrolledwindow stackswitcher.stack-switcher button:checked, dialog.background .dialog-vbox stackswitcher.stack-switcher button:checked, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:checked, dzldockpaned stackswitcher.linked.stack-switcher button:checked, window.background stack scrolledwindow stackswitcher.stack-switcher button:active, dialog.background .dialog-vbox stackswitcher.stack-switcher button:active, toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher button:active, dzldockpaned stackswitcher.linked.stack-switcher button:active { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background-image: none; + background-color: transparent; + box-shadow: none; + color: #c5c8c6; +} + +.nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nautilus-window headerbar .path-bar-box button { + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0; +} + +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .nautilus-window headerbar .path-bar-box button:hover { + background-color: transparent; + color: #c5c8c6; + box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.12); +} + +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nautilus-window headerbar .path-bar-box button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked { + color: #c5c8c6; + background-color: transparent; + box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.12); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%); +} + +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .nautilus-window headerbar .path-bar-box button:checked { + background: none; + box-shadow: none; +} + +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:backdrop, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:backdrop, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:backdrop, .nautilus-window headerbar .path-bar-box button:backdrop { + color: rgba(255, 255, 255, 0.45); +} + +.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:backdrop:disabled, +.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:backdrop:disabled, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:backdrop:disabled, .nautilus-window headerbar .path-bar-box button:backdrop:disabled { + color: rgba(255, 255, 255, 0.3); +} + +.nautilus-window headerbar .path-bar-box { + margin-top: 6px; + margin-bottom: 6px; + border-radius: 3px; + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.06); +} + +.nautilus-window headerbar .path-bar-box button { + margin: 0; +} + +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button, +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button { + margin-top: 0; + margin-bottom: 0; +} + +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child, +.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.nautilus-window headerbar .path-bar-box.width-maximized { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.06); +} + +.nautilus-window headerbar .path-bar-box.background.frame { + border: none; + background-color: transparent; +} + +.nautilus-window, +.nautilus-window notebook, +.nautilus-window notebook > stack { + background: #191919; +} + +.nautilus-window notebook > header.top tabs, +.nautilus-window notebook > header.bottom tabs { + padding-left: 0; + padding-right: 0; +} + +.nautilus-window notebook > header.left tabs, +.nautilus-window notebook > header.right tabs { + padding-top: 0; + padding-bottom: 0; +} + +.nautilus-canvas-item { + border-radius: 3px; +} + +.nautilus-canvas-item.dim-label, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body, label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: rgba(255, 255, 255, 0.7); +} + +.nautilus-canvas-item.dim-label:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, +.nautilus-list-dim-label:selected, +.nautilus-list-dim-label:selected:focus { + color: #c5c8c6; +} + +.caja-desktop.caja-canvas-item, +.nautilus-desktop.nautilus-canvas-item { + color: #c5c8c6; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); +} + +.caja-desktop.caja-canvas-item:selected, +.nautilus-desktop.nautilus-canvas-item:selected { + text-shadow: none; + color: #c5c8c6; +} + +filechooser placessidebar.sidebar separator, +filechooser placessidebar.sidebar .separator, +.nautilus-window placessidebar.sidebar separator, +.nautilus-window placessidebar.sidebar .separator { + min-height: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: rgba(255, 255, 255, 0.12); +} + +filechooser placessidebar.sidebar row.sidebar-row, +.nautilus-window placessidebar.sidebar row.sidebar-row { + padding: 0; +} + +filechooser placessidebar.sidebar row.sidebar-row:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:hover { + transition: none; + color: #f58f44; + background-color: transparent; + box-shadow: inset 3px 0 #f58f44; +} + +filechooser placessidebar.sidebar row.sidebar-row:active, +.nautilus-window placessidebar.sidebar row.sidebar-row:active { + box-shadow: inset 3px 0 #f58f44; +} + +filechooser placessidebar.sidebar row.sidebar-row:backdrop, +.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop { + opacity: 0.85; +} + +filechooser placessidebar.sidebar row.sidebar-row:selected:active, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected:active { + box-shadow: none; +} + +filechooser placessidebar.sidebar row.sidebar-row:selected:hover, +.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover { + box-shadow: none; + color: #c5c8c6; + background-color: alpha(#f58f44, 0.8); +} + +@keyframes needs_attention_keyframes { + from { + background-color: transparent; + } + to { + background-color: rgba(255, 255, 255, 0.3); + } +} + +.nautilus-operations-button-needs-attention { + color: #5f819d; + animation: needs_attention_keyframes 100ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; +} + +.nautilus-operations-button-needs-attention-multiple { + color: #5f819d; + animation: needs_attention_keyframes 100ms cubic-bezier(0.4, 0, 0.2, 1) 4 alternate; +} + +.nemo-window .floating-bar, +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; + background-color: #191919; + background-clip: border-box; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-width 0; +} + +.nemo-window .floating-bar.bottom.left, +.nautilus-window .floating-bar.bottom.left { + border-width: 1px 1px 0 0; + border-top-right-radius: 3px; +} + +.nemo-window .floating-bar.bottom.right, +.nautilus-window .floating-bar.bottom.right { + border-width: 1px 0 0 1px; + border-top-left-radius: 3px; +} + +.nemo-window .floating-bar button, +.nautilus-window .floating-bar button { + margin: 8px; +} + +.disk-space-display.unknown { + background-color: #f0c674; +} + +.disk-space-display.used { + background-color: #f58f44; +} + +.disk-space-display.free { + background-color: rgba(255, 255, 255, 0.3); + color: rgba(255, 255, 255, 0.45); +} + +.documents-entry-tag, .photos-entry-tag { + margin: 3px -2px 3px 8px; + padding: 0 8px; + border-radius: 9999px; + box-shadow: none; + background-color: #f58f44; + color: #c5c8c6; +} + +.documents-entry-tag:hover, .photos-entry-tag:hover { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.documents-entry-tag.button, .button.photos-entry-tag { + margin: 0 -2px; + padding: 4px; + border-radius: 9999px; + box-shadow: none; + color: rgba(255, 255, 255, 0.7); +} + +.documents-entry-tag.button:hover, .button.photos-entry-tag:hover, .documents-entry-tag.button:active, .button.photos-entry-tag:active { + color: #c5c8c6; +} + +.nautilus-window searchbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.nautilus-window .searchbar-container { + margin-top: -1px; +} + +paned.titlebar.horizontal > headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +paned.titlebar.horizontal > separator { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +.open-document-selector-name-label { + font-weight: bold; +} + +.open-document-selector-path-label { + color: alpha(currentColor, 0.45); + font-size: smaller; +} + +.gedit-document-panel { + background-color: #383a3e; + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +.gedit-document-panel row.activatable { + padding: 6px 4px; +} + +.gedit-document-panel-group-row, +.gedit-document-panel-group-row:hover { + border-top: 1px solid alpha(currentColor, 0.3); +} + +.gedit-document-panel-group-row:first-child, +.gedit-document-panel-group-row:first-child:hover { + border-top: 0px; +} + +.gedit-side-panel-paned statusbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.background .gedit-search-slider { + margin: 4px 4px 8px; +} + +.background .gedit-search-slider .gedit-search-entry-occurrences-tag { + all: unset; + border: none; + box-shadow: none; + padding: 0 4px; + color: alpha(currentColor, 0.45); +} + +.background .gedit-search-slider popover.background { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + padding: 0; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + background-color: #383a3e; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(ltr) { + margin-right: -72px; + padding-right: 80px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { + box-shadow: none; + margin-right: -8px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(rtl) { + margin-left: -72px; + padding-left: 80px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { + box-shadow: none; + margin-left: -8px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button { + color: rgba(255, 255, 255, 0.7); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:hover { + background-image: none; + box-shadow: none; + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.12); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:active { + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%); + box-shadow: none; + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.12); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.error ~ button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #a54242; + color: rgba(0, 0, 0, 0.87); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px #a54242; + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #a54242 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.error.flat:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #f0c674; + color: rgba(0, 0, 0, 0.87); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0.4, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px #f0c674; + background-color: transparent; + color: #c5c8c6; + border-width: 0; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat:focus { + background: none; + border-width: 0; + box-shadow: none; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f0c674 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.background .gedit-search-slider > .linked:not(.vertical) > entry.search.warning.flat:disabled { + border-width: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); + background-color: transparent; + color: rgba(255, 255, 255, 0.45); +} + +.gedit-search-slider .linked:not(.vertical) > entry, +notebook > stack:not(:only-child) revealer .gedit-search-slider .linked:not(.vertical) > entry { + border-radius: 3px; +} + +window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list { + background-color: #191919; +} + +window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator { + border-left: 100px solid transparent; + border-right: 100px solid transparent; +} + +window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list { + background-image: image(#191919); +} + +window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list { + background-color: #191919; +} + +window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator { + border-left: 100px solid transparent; + border-right: 100px solid transparent; +} + +.category_page_header_filter_box { + background-image: image(#191919); + border-image: linear-gradient(to bottom, #f58f44, #f58f44) 0 0 1 0/0 0 1px 0 stretch; +} + +.category_page_header_filter_box button { + color: rgba(255, 255, 255, 0.7); + background-image: image(#191919); +} + +.category_page_header_filter_box button:hover { + color: rgba(255, 255, 255, 0.75); +} + +.category_page_header_filter_box button:checked { + color: #c5c8c6; +} + +.category_page_header_filter_box button:disabled { + color: rgba(255, 255, 255, 0.55); +} + +.application-details-infobar { + background-image: image(#191919); + border-image: linear-gradient(to bottom, #f58f44, #f58f44) 1 1 1 1/1px 1px 1px 1px stretch; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable { + color: #c5c8c6; + transition-duration: 0.1s; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active { + color: #c5c8c6; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label { + background-image: image(#f58f44); + color: #c5c8c6; + font-weight: 700; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row { + background-image: image(#222326); + color: #cccccc; + transition-property: opacity, border-image, background-image, box-shadow; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover { + background-image: image(#343638); + color: #c5c8c6; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus { + background-image: image(#3e4043); + color: #c5c8c6; + animation: none; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { + background-image: image(#f58f44); + color: #c5c8c6; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { + background-image: image(#191919); + background-color: #191919; + color: #f58f44; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { + background-image: image(#343942); +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus { + background-image: image(#353d4c); + color: #f58f44; + animation: none; +} + +window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { + background-image: image(#f58f44); + color: #c5c8c6; + transition-duration: 0s; +} + +workbench.csd > stack.titlebar, +window.csd.org-gnome-Builder > stack.titlebar { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0), 0 1px 2px -1px rgba(0, 0, 0, 0), 0 1px 2px -0.6px rgba(0, 0, 0, 0); +} + +popover.background.dzlmenubutton button.dzlmenubuttonitem:active label, popover.background.dzlmenubutton button.dzlmenubuttonitem:checked label, popover.background.dzlmenubutton button.dzlmenubuttonitem:hover label { + color: #c5c8c6; + transition: none; +} + +perspectiveswitcher { + background-color: #191919; +} + +perspectiveswitcher button:checked { + color: #f58f44; +} + +layouttabbar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +layouttabbar > box > button { + margin: 2px 0; +} + +layouttab { + margin: 0 8px; + border-style: none solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + box-shadow: inset 0 -2px #f58f44; + background-color: #191919; +} + +layouttab separator.vertical { + margin: 8px 4px; +} + +layouttab button.text-button, layouttab button.image-button, layouttab button { + margin-top: 8px; + margin-bottom: 8px; + padding: 0 4px; +} + +layouttab > box > button.close { + border-radius: 9999px; +} + +layout { + border: 1px solid rgba(255, 255, 255, 0.12); + -PnlDockBin-handle-size: 1; +} + +entry.search-missing { + background-color: #a54242; + color: #c5c8c6; +} + +entry.search.preferences-search { + box-shadow: none; +} + +workbench treeview.image { + color: alpha(currentColor, 0.45); +} + +workbench treeview.image:selected { + color: rgba(255, 255, 255, 0.45); +} + +dockbin { + border: 1px solid rgba(255, 255, 255, 0.12); + -PnlDockBin-handle-size: 1; +} + +dockpaned { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +eggsearchbar box.search-bar { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +docktabstrip { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +docktab { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 24px; + min-width: 24px; + margin-bottom: -1px; + padding: 6px; + outline-offset: -6px; + border-width: 1px; + border-color: transparent; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +docktab:hover { + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.3); + color: #c5c8c6; +} + +docktab:checked { + animation: tab_ripple_effect 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -2px #f58f44; + color: #c5c8c6; +} + +dockoverlayedge { + background-color: #191919; +} + +dockoverlayedge docktabstrip { + padding: 0; + border: none; +} + +dockoverlayedge.left-edge docktab:hover { + box-shadow: inset -2px 0 rgba(255, 255, 255, 0.3); +} + +dockoverlayedge.left-edge docktab:checked { + box-shadow: inset -2px 0 #f58f44; +} + +dockoverlayedge.right-edge docktab:hover { + box-shadow: inset 2px 0 rgba(255, 255, 255, 0.3); +} + +dockoverlayedge.right-edge docktab:checked { + box-shadow: inset 2px 0 #f58f44; +} + +pillbox { + background-color: #191919; + border-radius: 2px; +} + +buildperspective row { + padding: 10px; +} + +layoutpane entry.search { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +editortweak entry.search { + margin-bottom: -1px; + box-shadow: none; +} + +frame.gb-search-frame { + border-bottom-right-radius: 5px; +} + +.gb-search-entry-occurrences-tag { + box-shadow: none; + background-color: transparent; +} + +docktabstrip { + min-height: 39px; +} + +workbench preferences preferencesgroup list entry { + padding-top: 8px; + padding-bottom: 8px; +} + +GdMainIconView.content-view { + -GdMainIconView-icon-size: 48; +} + +.documents-counter { + margin: 8px; + border-radius: 9999px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + background-color: #5f819d; + color: #c5c8c6; + font-weight: bold; +} + +.documents-scrolledwin.frame { + border-style: none; +} + +.photos-fade-in { + opacity: 1; + transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); +} + +.photos-fade-out { + opacity: 0; + transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); +} + +overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { + border-style: none none none solid; +} + +overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { + border-style: none solid none none; +} + +.side-panel:dir(ltr) { + border-style: solid; + border-color: rgba(255, 255, 255, 0.12); +} + +.side-panel:dir(rtl) { + border-style: solid; + border-color: rgba(255, 255, 255, 0.12); +} + +.side-panel .view { + background-image: image(#383a3e); +} + +.side-panel .view:hover { + background-image: image(#424448); +} + +.side-panel .view:selected { + background-image: image(#f58f44); +} + +.side-panel .view:selected:hover { + background-image: image(#4b8bf5); +} + +.songs-list:hover { + background-image: image(rgba(255, 255, 255, 0.3)); +} + +frame.documents-dropdown { + margin: 8px; +} + +frame.documents-dropdown > border { + border: none; +} + +box.vertical:not(.titlebar) > revealer > toolbar.search-bar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +box.vertical:not(.titlebar) > revealer > toolbar.search-bar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +box.horizontal.titlebar > headerbar > stack > box.vertical > .title { + margin: 0; +} + +box.horizontal.titlebar > headerbar > stack > box.vertical > .subtitle { + margin: -3px 0; +} + +dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) { + font-weight: 700; +} + +window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar, +window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar, +window.background.csd > headerbar.titlebar > leaflet > separator.sidebar { + border-right-style: none; + background: none; +} + +window.background.csd > headerbar.titlebar > leaflet > headerbar, +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar { + background: none; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +window.background.csd > box.horizontal > separator.sidebar, +window.background.csd > hdyleaflet > separator.sidebar, +window.background.csd > leaflet > separator.sidebar { + background: none; + min-width: 0; +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar, headerbar.titlebar.selection-mode leaflet > headerbar { + background-color: #f58f44; + color: rgba(255, 255, 255, 0.7); +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar separator.titlebutton, headerbar.titlebar.selection-mode leaflet > headerbar separator.titlebutton { + background: none; +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize { + color: #c5c8c6; +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop { + background-image: none; +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop { + color: rgba(255, 255, 255, 0.3); +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:backdrop > label { + color: inherit; +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:hover { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.12); +} + +headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.minimize:active { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.2); +} + +.fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:hover, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:active, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:disabled, .maximized headerbar.titlebar.selection-mode hdyleaflet > headerbar button.titlebutton.maximize:backdrop, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:hover, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:active, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:disabled, .maximized headerbar.titlebar.selection-mode leaflet > headerbar button.titlebutton.maximize:backdrop { + background-image: none; +} + +window.background.csd.unified > deck > box > leaflet > headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +window.background.csd.unified > deck > box > leaflet > separator.sidebar { + border-right: none; +} + +.main-window > headerbar.titlebar > stack > hdyleaflet > headerbar { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +.main-window > headerbar.titlebar > stack > hdyleaflet > separator { + background: none; + min-width: 0; +} + +window.background.csd.unified { + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { + min-height: 0; + padding: 0 12px; + margin: 0; + border-radius: 0; +} + +window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:checked:backdrop { + background-color: rgba(66, 133, 244, 0.5); + color: rgba(255, 255, 255, 0.45); +} + +task-row { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + margin: 0 -4px; +} + +task-row:hover { + transition: none; +} + +task-row label { + margin: 0 8px; +} + +task-row image { + margin: 0 4px; +} + +task-list-view > box > revealer > box > button { + min-height: 36px; + margin: -4px; + padding: 0 12px; +} + +task-list-view > box > revealer > box > button label { + margin: 0 8px; +} + +task-list-view > box > revealer > box > button image { + margin: 0 4px; +} + +#eog-thumb-nav scrolledwindow { + border-top: none; +} + +#eog-thumb-nav button { + -gtk-outline-radius: 2px; +} + +frame.taskbar > border { + border-style: solid none none; +} + +box.vertical > paned.horizontal notebook widget .frame { + border-style: none; +} + +frame.commit-frame > border { + border-style: solid none none; +} + +box.dialog-vbox scrolledwindow.related { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +list.categories { + background-image: image(#383a3e); +} + +button.title label { + min-height: 36px; +} + +.tweak-categories { + background-image: image(#191919); +} + +.tweak-categories separator { + min-width: 0; + min-height: 0; + background-color: transparent; +} + +.tweak { + padding: 3px; +} + +.tweak.title:hover { + box-shadow: none; +} + +.tweak-group-#c5c8c6, +.tweak-#c5c8c6, +.tweak-#c5c8c6:hover { + background-image: image(#191919); +} + +.tweak-startup, +.tweak-startup:hover { + background-image: image(#191919); +} + +.tweak-group-startup { + background-image: image(#191919); + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +window.background.csd > leaflet.titlebar > headerbar.titlebar, +window.background.csd > hdyleaflet.titlebar > headerbar.titlebar { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.terminix-background box.vertical > widget > box.horizontal { + padding: 3px 0 2px; +} + +.terminix-background box.vertical > widget > box.horizontal button { + padding: 4px 8px; +} + +.terminix-background box.vertical > widget > box.horizontal button.image-button { + padding: 4px; +} + +.terminix-background revealer > frame > border { + border-style: none; +} + +button.image-button.session-new-button { + min-width: 32px; +} + +overlay > revealer.left > scrolledwindow.frame, +overlay > revealer.right > scrolledwindow.frame { + border-style: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12); +} + +overlay > revealer.left > scrolledwindow.frame { + margin-right: 32px; +} + +overlay > revealer.right > scrolledwindow.frame { + margin-left: 32px; +} + +.terminix-session-sidebar { + background-image: image(#383a3e); +} + +window.background > box.vertical > scrolledwindow > widget toolbar { + padding: 2px; +} + +window.background > box.vertical > scrolledwindow > widget toolbar separator, +window.background > box.vertical > scrolledwindow > widget toolbar button { + margin: 2px; +} + +window.background > box.vertical > scrolledwindow > widget toolbar button { + border-radius: 2px; +} + +#MozillaGtkWidget.background > widget > button:not(.combo) > button, #MozillaGtkWidget.background > widget > button.combo, #MozillaGtkWidget.background > widget > button, window.background:not(.csd) > widget > button:not(.combo) > button, window.background:not(.csd) > widget > button.combo, window.background:not(.csd) > widget > button { + min-width: unset; + min-height: unset; + padding: 4px 8px 5px; +} + +#MozillaGtkWidget.background > widget > entry, window.background:not(.csd) > widget > entry { + min-width: 24px; + min-height: 24px; + padding: 0 4px; +} + +window.background.chromium > textview text selection, #MozillaGtkWidget.background > widget > scrolledwindow > textview text selection { + background-color: #f58f44; + color: #c5c8c6; +} + +window.background.chromium > textview text selection:disabled, #MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus, window.background:not(.csd) text:selected { + background-color: #f58f44; + color: #c5c8c6; +} + +#MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected, window.background:not(.csd) text:disabled:selected { + color: rgba(255, 255, 255, 0.45); +} + +window.background:not(.csd) > widget > separator { + color: #f58f44; +} + +window.background:not(.csd) > widget > scrollbar { + background-clip: border-box; +} + +window.background:not(.csd) > widget > scrollbar, +window.background:not(.csd) > widget > frame > border { + border-color: #f58f44; +} + +window.background:not(.csd) > widget > button > button { + border: 1px solid #f58f44; + border-radius: 3px; + box-shadow: none; +} + +window.background:not(.csd) > widget > entry { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +window.background:not(.csd) > widget > entry:focus { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: #c5c8c6; +} + +window.background:not(.csd) > widget > entry:disabled { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button { + border: 1px solid #f58f44; + box-shadow: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +window.background:not(.csd) > widget > button > button:hover, window.background:not(.csd) > widget > button.combo > button:hover { + box-shadow: none; + background-color: #3b3d41; + color: #c5c8c6; +} + +window.background:not(.csd) > widget > button > button:active, window.background:not(.csd) > widget > button > button:checked, window.background:not(.csd) > widget > button.combo > button:active, window.background:not(.csd) > widget > button.combo > button:checked { + box-shadow: none; + background-color: #434549; + color: #c5c8c6; + animation: none; +} + +window.background:not(.csd) > widget > button > button:disabled, window.background:not(.csd) > widget > button.combo > button:disabled { + box-shadow: none; + background-color: #323336; + color: #c5c8c6; +} + +window.background:not(.csd) > widget > button > button:checked:disabled, window.background:not(.csd) > widget > button.combo > button:checked:disabled { + box-shadow: none; + background-color: rgba(66, 133, 244, 0.5); + color: rgba(255, 255, 255, 0.45); +} + +window.background:not(.csd) > widget > menubar { + color: rgba(255, 255, 255, 0.7); +} + +window.background:not(.csd) > widget > menubar:hover { + color: #c5c8c6; +} + +window.background:not(.csd) > widget > menubar:disabled { + color: rgba(255, 255, 255, 0.45); +} + +window.background:not(.csd) > widget > frame { + color: #f58f44; +} + +window.background:not(.csd) > menu, +window.background:not(.csd) > menu > menu { + background-color: #191919; +} + +window.background:not(.csd) > menu menuitem, +window.background:not(.csd) > menu > menu menuitem { + color: rgba(255, 255, 255, 0.7); +} + +window.background:not(.csd) > menu menuitem:hover, +window.background:not(.csd) > menu > menu menuitem:hover { + color: #c5c8c6; +} + +window.background:not(.csd) > menu menuitem:disabled, window.background:not(.csd) > menu menuitem label:disabled, +window.background:not(.csd) > menu > menu menuitem:disabled, +window.background:not(.csd) > menu > menu menuitem label:disabled { + color: rgba(255, 255, 255, 0.3); +} + +window.background:not(.csd) > window > menu menuitem { + transition: none; +} + +window.background:not(.csd) > menu > separator { + color: rgba(255, 255, 255, 0.12); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio, #MozillaGtkWidget.background > widget > checkbutton > check { + color: #888888; +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:hover, #MozillaGtkWidget.background > widget > checkbutton > check:hover { + color: alpha(#888888, 0.75); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:checked, #MozillaGtkWidget.background > widget > checkbutton > check:checked, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate { + color: #f58f44; +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:checked:hover, #MozillaGtkWidget.background > widget > checkbutton > check:checked:hover, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate:hover, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate:hover { + color: alpha(#f58f44, 0.8); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:disabled { + color: alpha(#888888, 0.45); +} + +#MozillaGtkWidget.background > widget > radiobutton > radio:checked:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:checked:disabled, #MozillaGtkWidget.background > widget > radiobutton > radio:indeterminate:disabled, #MozillaGtkWidget.background > widget > checkbutton > check:indeterminate:disabled { + color: alpha(#f58f44, 0.45); +} + +#MozillaGtkWidget.background { + background-color: #191919; +} + +#MozillaGtkWidget.background, #MozillaGtkWidget.background decoration { + border-radius: 0 0 0 0; +} + +#MozillaGtkWidget.background headerbar.titlebar { + border-radius: 0 0 0 0; +} + +#MozillaGtkWidget.background .background, +#MozillaGtkWidget.background frame, +#MozillaGtkWidget.background separator, +#MozillaGtkWidget.background scrolledwindow { + background-color: #191919; +} + +#MozillaGtkWidget.background scrollbar { + background-color: #1d1e21; +} + +#MozillaGtkWidget.background > window.background > menu { + background-color: #191919; +} + +#MozillaGtkWidget.background > window.background > menu > separator { + padding: 0; + border: none; + background-color: #f58f44; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check { + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate { + color: #5f819d; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked { + color: #5f819d; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:indeterminate:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > check:checked:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio { + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate { + color: #5f819d; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked { + color: #5f819d; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked:hover { + color: #c5c8c6; +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:indeterminate:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > window.background > menu > menuitem > radio:checked:disabled { + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > widget border { + border-color: #f58f44; +} + +#MozillaGtkWidget.background > widget separator { + background-color: #f58f44; +} + +#MozillaGtkWidget.background > widget > scrolledwindow > textview { + background-color: #191919; +} + +#MozillaGtkWidget.background > widget > scrolledwindow > textview text { + background-color: transparent; + color: #bababa; +} + +#MozillaGtkWidget.background > widget > button > button, #MozillaGtkWidget.background > widget > button.combo > button { + border: 1px solid #f58f44; + box-shadow: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget.background > widget > button > button:hover, #MozillaGtkWidget.background > widget > button.combo > button:hover { + box-shadow: none; + background-color: #3b3d41; + color: #c5c8c6; +} + +#MozillaGtkWidget.background > widget > button > button:active, #MozillaGtkWidget.background > widget > button > button:checked, #MozillaGtkWidget.background > widget > button.combo > button:active, #MozillaGtkWidget.background > widget > button.combo > button:checked { + box-shadow: none; + background-color: #434549; + color: #c5c8c6; + animation: none; +} + +#MozillaGtkWidget.background > widget > button > button:disabled, #MozillaGtkWidget.background > widget > button.combo > button:disabled { + box-shadow: none; + background-color: #323336; + color: #c5c8c6; +} + +#MozillaGtkWidget.background > widget > button > button:checked:disabled, #MozillaGtkWidget.background > widget > button.combo > button:checked:disabled { + box-shadow: none; + background-color: rgba(66, 133, 244, 0.5); + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > widget > entry { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget.background > widget > entry:focus { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + border-radius: 3px; + background-color: #191919; + color: #c5c8c6; +} + +#MozillaGtkWidget.background > widget > entry:disabled { + border: 1px solid #f58f44; + box-shadow: none; + border-image: none; + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +#MozillaGtkWidget.background > widget > checkbutton > check, +#MozillaGtkWidget.background > widget > radiobutton > radio { + min-width: 16px; + min-height: 16px; + margin: 0; + padding: 0; + background-image: none; + transition: none; +} + +window.background.chromium { + background-color: #191919; + color: #c5c8c6; +} + +window.background.chromium headerbar.titlebar button.toggle { + border: none; + min-height: 22px; + margin: 6px 0; + padding: 0 10px; +} + +window.background.chromium headerbar.titlebar button.titlebutton { + border: none; +} + +window.background.chromium button { + border-width: 1px; + border-style: solid; + border-color: #f58f44; + color: #c5c8c6; + background-color: #35383b; +} + +window.background.chromium entry.chromium { + color: #c5c8c6; + background-color: #1d1e21; +} + +window.background.chromium entry.chromium { + color: #c5c8c6; + border-image: none; + border: 1px solid #f58f44; +} + +window.background.chromium entry.chromium:focus { + color: #c5c8c6; + border-image: none; + border: 1px solid #f58f44; +} + +window.background.chromium > menubar { + background-color: #191919; +} + +window.background.chromium > menu { + border: 1px solid #f58f44; + background-color: #191919; + color: #c5c8c6; + border-radius: 0; +} + +window.background.chromium > menu > menuitem, window.background.chromium > menu menuitem { + color: #c5c8c6; +} + +window.background.chromium > menu > menuitem:hover, window.background.chromium > menu menuitem:hover { + color: #c5c8c6; + background-color: #f58f44; +} + +window.background.chromium > menu > menuitem:disabled, window.background.chromium > menu menuitem:disabled { + color: rgba(255, 255, 255, 0.45); +} + +window.background.chromium > menu > menuitem label:disabled, window.background.chromium > menu menuitem label:disabled { + color: rgba(255, 255, 255, 0.45); +} + +window.background.chromium > textview.view { + color: #c5c8c6; + background-color: #191919; +} + +window.background.chromium > textview { + color: #c5c8c6; + background-color: #191919; +} + +window.background.chromium > textview text { + color: #c5c8c6; + background-color: #191919; +} + +window.background > box.vertical > widget > widget:selected { + background-color: #f58f44; +} + +window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal { + background-color: #191919; +} + +window.background:not(.solid-csd) > notebook:not(.frame) { + border: 0 none transparent; + background-color: #191919; +} + +window.background:not(.solid-csd) > notebook:not(.frame) > stack { + border: none; + box-shadow: none; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); + padding: 4px; + background-color: #27282b; +} + +.sidebar-paned scrolledwindow { + border: none; +} + +window.csd > box.vertical > box.vertical > toolbar.horizontal, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { + margin: -1px 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +window.csd > box.vertical > box.vertical > frame, +window.solid-csd > box.vertical > box.vertical > frame { + margin: -1px 0; + padding: 0; +} + +window.csd > box.vertical > box.vertical > frame > border, +window.solid-csd > box.vertical > box.vertical > frame > border { + border: none; +} + +window.background.csd.geary-main-window > headerbar.titlebar > box.horizontal > headerbar, +window.background.csd.geary-main-window > headerbar.titlebar > leaflet > headerbar, +window.background.csd.geary-main-window > headerbar.titlebar > leaflet > leaflet > headerbar, +window#GearyMainWindow.background.csd > headerbar.titlebar > box.horizontal > headerbar, +window#GearyMainWindow.background.csd > headerbar.titlebar > leaflet > headerbar, +window#GearyMainWindow.background.csd > headerbar.titlebar > leaflet > leaflet > headerbar { + box-shadow: none; + background: none; +} + +window.background.csd.geary-main-window .geary-folder-frame, +window.background.csd.geary-main-window .geary-conversation-frame, +window.background.csd.geary-main-window statusbar frame, +window#GearyMainWindow.background.csd .geary-folder-frame, +window#GearyMainWindow.background.csd .geary-conversation-frame, +window#GearyMainWindow.background.csd statusbar frame { + border: none; +} + +.geary-composer-box .linked > button:not(.combo) { + border-radius: 3px; +} + +.geary-composer-box .linked > button.combo { + border-radius: 0; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout { + background-color: #191919; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout frame.geary-folder-frame scrolledwindow treeview.view.sidebar:not(:hover):not(:selected) { + background-color: transparent; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { + border-right: none; + background-color: #191919; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical > .geary-conversation-frame > scrolledwindow { + margin: -1px 0; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { + border: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-width: 0; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:not(:hover):not(:selected) { + background-color: #191919; +} + +.geary-main-window.background.csd.unified > deck > overlay > .geary-main-layout geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + +popover.background list.geary-folder-popover-list row.activatable.geary-folder-popover-list-row { + color: #c5c8c6; +} + +popover.background list.geary-folder-popover-list row.activatable.geary-folder-popover-list-row:disabled { + color: rgba(255, 255, 255, 0.45); +} + +overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { + border-style: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); +} + +overlay > revealer.left > scrolledwindow.frame { + margin-right: 32px; +} + +overlay > revealer.right > scrolledwindow.frame { + margin-left: 32px; +} + +.tilix-search-frame entry, +.tilix-search-frame .linked entry, +.tilix-search-frame .linked entry.search { + border-radius: 0; +} + +.tilix-search-frame .linked button { + border-radius: 3px; +} + +.terminix-session-sidebar, +list.tilix-session-sidebar { + background-color: #383a3e; +} + +.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button { + min-height: 20px; + min-width: 20px; + padding: 0; + background-color: #cc6666; +} + +.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked { + color: #c5c8c6; +} + +.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:hover, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:hover { + background-color: #ff6c6c; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, .terminix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:active, +list.tilix-session-sidebar row.activatable button.tilix-sidebar-close-button:checked, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:active, +list.tilix-session-sidebar row.activatable:selected button.tilix-sidebar-close-button:checked { + background-color: #ff1f1f; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +button.image-button.session-new-button { + min-width: 32px; +} + +widget > box.terminal-titlebar { + padding: 0 6px; +} + +widget > box.terminal-titlebar > button.flat.popup.toggle { + border: none; + border-radius: 0; + padding: 0 8px; + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0; +} + +widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { + padding-right: 6px; +} + +widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) { + padding-left: 6px; +} + +widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background-color: transparent; + color: #c5c8c6; +} + +widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle { + margin: 2px 0; + padding: 0; + min-height: 24px; + min-width: 24px; +} + +.xfce4-panel button, .xfce4-panel button.flat { + color: rgba(255, 255, 255, 0.7); + border-radius: 0; + border: none; + box-shadow: none; + background-color: transparent; +} + +.xfce4-panel button:hover:not(:active):not(:checked) { + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5); + background-color: transparent; +} + +.xfce4-panel button:checked, .xfce4-panel button:active { + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -2px #f58f44; + background-color: transparent; +} + +.xfce4-panel button:checked label, .xfce4-panel button:checked image, .xfce4-panel button:active label, .xfce4-panel button:active image { + color: inherit; +} + +.xfce4-panel button:disabled { + color: rgba(255, 255, 255, 0.5); + box-shadow: none; + background-color: transparent; +} + +.xfce4-panel button:checked:disabled { + color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 -2px rgba(66, 133, 244, 0.5); + background-color: transparent; +} + +.XfceHeading { + border: 0 none transparent; + background-color: #191919; + color: #c5c8c6; +} + +.xfce4-panel { + background-color: #212326; + color: rgba(255, 255, 255, 0.7); + font-weight: 700; + text-shadow: none; + -gtk-icon-shadow: none; +} + +.xfce4-panel, +.xfce4-panel frame > border { + border: none; +} + +.xfce4-panel#XfcePanelWindow { + border: 1px solid #212326; +} + +.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants { + transition: none; +} + +.xfce4-panel button { + font-weight: 700; +} + +.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover { + box-shadow: none; +} + +.xfce4-panel button#launcher-arrow + button.toggle:checked { + color: #f58f44; + box-shadow: none; +} + +.xfce4-panel button#xfce4-notification-plugin { + padding: 0 1px; +} + +.xfce4-panel menu { + font-weight: 400; + text-shadow: none; + -gtk-icon-effect: none; +} + +.xfce4-panel widget.tasklist > button.toggle { + font-weight: 400; +} + +XfdesktopIconView.view { + border-radius: 2px; + background: transparent; + color: #c5c8c6; + text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12); +} + +XfdesktopIconView.view:active, XfdesktopIconView.view:checked { + background-color: #f58f44; + text-shadow: none; +} + +window#whiskermenu-window { + background-color: #191919; +} + +window#whiskermenu-window > frame > border { + border-radius: 0; +} + +window#whiskermenu-window scrolledwindow > viewport button.radio:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +window#whiskermenu-window scrolledwindow > viewport button.radio:checked { + background-color: #f58f44; + color: #c5c8c6; +} + +window#whiskermenu-window scrolledwindow treeview.view:selected:hover { + background-color: rgba(255, 255, 255, 0.12); + color: #c5c8c6; +} + +#xfce4-weather-plugin *, +#xfce4-power-manager-plugin *, +#xfce4-clipman-plugin * { + -gtk-icon-transform: scale(0.8); +} + +window.thunar .sidebar { + border-top: none; +} + +window.thunar toolbar#location-toolbar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +window.thunar toolbar#location-toolbar entry { + min-height: 0; +} + +window.thunar notebook stack > scrolledwindow.frame.standard-view { + border-top-width: 0; + border-right-width: 0; +} + +window.thunar notebook header.top tab.reorderable-page > box > label { + min-height: 0; +} + +menubar.-vala-panel-appmenu-private, +menubar.-vala-panel-background { + background: none; + border: none; + box-shadow: none; + animation: none; +} + +menubar.-vala-panel-appmenu-private > menuitem, +menubar.-vala-panel-background > menuitem { + color: rgba(255, 255, 255, 0.7); + font-weight: normal; +} + +menubar.-vala-panel-appmenu-private > menuitem:hover, +menubar.-vala-panel-background > menuitem:hover { + color: #c5c8c6; + border-radius: 0 0 0 0; +} + +menubar.-vala-panel-appmenu-private > menuitem:disabled, +menubar.-vala-panel-background > menuitem:disabled { + color: rgba(255, 255, 255, 0.1); +} + +.nemo-window .toolbar button { + padding: 0 4px; + margin-top: 2px; + margin-bottom: 2px; +} + +.nemo-window .nemo-places-sidebar { + background-color: #383a3e; +} + +.nemo-window .nemo-places-sidebar.frame { + border-width: 0; +} + +.nemo-window notebook { + background-color: #191919; +} + +.nemo-window notebook .primary-toolbar { + background-color: #191919; +} + +.nemo-window notebook .primary-toolbar button { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 600ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + background-color: #191919; + background-image: radial-gradient(circle farthest-corner at center, transparent 100%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); + border: none; +} + +.nemo-window notebook .primary-toolbar button:hover { + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px transparent; + color: #c5c8c6; + background-color: #3f4246; +} + +.nemo-window notebook .primary-toolbar button:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple_effect 100ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 0 0 9999px rgba(255, 255, 255, 0.12); + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #c5c8c6; +} + +.nemo-window notebook .primary-toolbar button:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.3); +} + +.nemo-window notebook .primary-toolbar button:checked { + background-color: #f58f44; + color: #c5c8c6; +} + +.nemo-window notebook .primary-toolbar button:checked:disabled, .nemo-window notebook .primary-toolbar button:checked:backdrop { + background-color: alpha(#f58f44, 0.25); + color: alpha(#f58f44, 0.5); +} + +.nemo-window notebook .primary-toolbar entry { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border: none; + border-image: none; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window notebook .primary-toolbar entry:focus { + border: none; + border-image: none; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + color: #c5c8c6; +} + +.nemo-window notebook .primary-toolbar entry:disabled { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); + background-color: #191919; + color: rgba(255, 255, 255, 0.45); +} + +.nemo-window .nemo-window-pane widget.entry { + border-radius: 3px; + padding: 3px 10px; + border: 2px solid #f58f44; + background-color: rgba(66, 133, 244, 0.1); +} + +.nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view:selected entry { + color: #c5c8c6; + background-color: #191919; + border-radius: 3px; +} + +.nemo-window .nemo-window-pane treeview.view entry, .nemo-window .nemo-window-pane treeview.view entry:focus, .nemo-window .nemo-window-pane treeview.view:selected entry, .nemo-window .nemo-window-pane treeview.view:selected entry:focus { + border-image: none; + box-shadow: none; +} + +.nemo-window .primary-toolbar { + padding-top: 6px; + padding-bottom: 6px; + border: none; + color: #c5c8c6; + background-color: #191919; + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +.nemo-window .primary-toolbar button:not(.suggested-action):not(.destructive-action) { + border-radius: 3px; +} + +.nemo-window .primary-toolbar > toolitem > .linked.raised > button { + margin-left: 1px; + margin-right: 1px; +} + +.nemo-window .primary-toolbar:not(.inline-toolbar):not(.osd) entry { + min-height: 28px; + margin: 0 0; +} + +.nemo-window .primary-toolbar button { + min-height: 24px; +} + +.nemo-window .sidebar scrolledwindow.frame { + border: none; +} + +.nemo-window .sidebar scrolledwindow.frame treeview.view.places-treeview:not(:selected) { + color: rgba(255, 255, 255, 0.7); +} + +toolbar.primary-toolbar toolitem.raised stackswitcher.stack-switcher { + margin-top: 6px; +} + +dialog.background .dialog-vbox grid.horizontal scrolledwindow.frame { + border: none; +} + +dialog.background .dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame { + border: none; +} + +dialog.background .dialog-vbox grid.horizontal stack scrolledwindow.frame { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +dialog.background .dialog-vbox stackswitcher.stack-switcher { + margin-top: 6px; +} + +dialog.background .dialog-vbox .dialog-action-area button.suggested-action { + color: #f58f44; + background-color: #383a3e; +} + +dialog.background .dialog-vbox .dialog-action-area button.suggested-action:hover { + color: #f58f44; + background-color: rgba(66, 133, 244, 0.15); +} + +dialog.background .dialog-vbox .dialog-action-area button.suggested-action:active { + color: #c5c8c6; + box-shadow: inset 0 0 0 9999px rgba(66, 133, 244, 0.5); + background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.5) 10%, transparent 0%); +} + +dialog.background .dialog-vbox .dialog-action-area button.suggested-action:disabled { + opacity: 0.65; +} + +dialog.background .dialog-vbox .dialog-action-area button.destructive-action { + color: #cc6666; + background-color: #383a3e; +} + +dialog.background .dialog-vbox .dialog-action-area button.destructive-action:hover { + color: #cc6666; + background-color: rgba(255, 82, 82, 0.15); +} + +dialog.background .dialog-vbox .dialog-action-area button.destructive-action:active { + color: #c5c8c6; + box-shadow: inset 0 0 0 9999px rgba(255, 82, 82, 0.5); + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 82, 82, 0.5) 10%, transparent 0%); +} + +dialog.background .dialog-vbox .dialog-action-area button.destructive-action:disabled { + opacity: 0.65; +} + +dialog.background .dialog-vbox stack .linked entry { + border-radius: 0; +} + +dialog.background .dialog-vbox filechooser .search-bar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +window.background stack scrolledwindow button.suggested-action, +window.background stack scrolledwindow button.destructive-action { + box-shadow: none; +} + +window.background stack scrolledwindow button.suggested-action:hover, window.background stack scrolledwindow button.suggested-action:active, window.background stack scrolledwindow button.suggested-action:checked, +window.background stack scrolledwindow button.destructive-action:hover, +window.background stack scrolledwindow button.destructive-action:active, +window.background stack scrolledwindow button.destructive-action:checked { + box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 2px -1px rgba(0, 0, 0, 0.22), 0 1px 2px -0.6px rgba(0, 0, 0, 0.12); +} + +window.background stack scrolledwindow :not(stackswitcher).linked button:not(.combo) { + border-radius: 3px; + margin: 0 2px; +} + +window.background stack scrolledwindow stackswitcher.stack-switcher { + margin-top: 6px; +} + +window.background stack scrolledwindow .linked button, +window.background stack scrolledwindow .linked entry { + border-radius: 0; +} + +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 10px; + -UnityDecoration-shadow-offset-x: 0; + -UnityDecoration-shadow-offset-y: 3px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); + -UnityDecoration-active-shadow-radius: 12px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); + -UnityDecoration-inactive-shadow-radius: 6px; + -UnityDecoration-glow-size: 8px; + -UnityDecoration-glow-color: #f58f44; + -UnityDecoration-title-indent: 10px; + -UnityDecoration-title-fade: 35px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration .top { + padding: 3px 8px 3px 8px; + border-radius: 2px 2px 0px 0px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #191919; + color: #c5c8c6; +} + +UnityDecoration .top:backdrop { + color: alpha(#c5c8c6, 0.9); +} + +UnityDecoration .left, +UnityDecoration .right, +UnityDecoration .bottom { + background-color: #191919; +} + +UnityDecoration.menuitem, +UnityDecoration .menuitem { + color: alpha(currentColor, 0.9); +} + +UnityDecoration.menubar.menuitem:hover, +UnityDecoration.menubar .menuitem *:hover { + box-shadow: inset 0 -2px #f58f44; + background-color: transparent; + color: currentColor; +} + +.background:not(.csd) headerbar:not(.titlebar) { + border-radius: 0; + box-shadow: none; +} + +.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { + border-style: none; +} + +UnityPanelWidget, +.unity-panel { + background-color: #212326; + background-image: image(#212326); + color: rgba(255, 255, 255, 0.7); +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + color: alpha(currentColor, 0.9); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + box-shadow: inset 0 -2px #f58f44; + background-color: transparent; + color: currentColor; +} + +@keyframes playbackmenuitem_spinner { + to { + -gtk-icon-transform: rotate(1turn); + } +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: #f58f44; +} + +menuitem calendar, +menuitem calendar .button, +menuitem calendar .header, +menuitem calendar .view { + background-color: #383a3e; + color: rgba(255, 255, 255, 0.7); + padding: 2px 6px; +} + +headerbar.flat { + background: none; + color: #c5c8c6; + border: none; + box-shadow: none; +} + +headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked), headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked) image, headerbar.flat button:not(.close):not(.maximize):not(.minimize):not(:hover):not(:active):not(:checked) label { + color: rgba(255, 255, 255, 0.7); +} + +.mate-panel-menu-bar menubar, +#PanelApplet-window-menu-applet-button { + background-color: transparent; +} + +#PanelPlug, +PanelToplevel.background { + background-color: #191919; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +PanelToplevel > widget > button { + padding: 0 4px; + border-radius: 0; +} + +PanelSeparator { + color: rgba(255, 255, 255, 0.12); +} + +MatePanelAppletFrameDBus { + border-style: solid; + border-width: 0 1px; + border-color: rgba(255, 255, 255, 0.12); +} + +.mate-panel-menu-bar menubar menuitem { + padding: 4px; +} + +.mate-panel-menu-bar menubar menu menuitem { + padding: 6px; +} + +.mate-panel-menu-bar #PanelApplet button { + -GtkWidget-window-dragging: true; + padding: 4px; + border-radius: 0; +} + +PanelApplet.wnck-applet .wnck-pager { + background-color: transparent; + color: #f58f44; +} + +PanelApplet.wnck-applet .wnck-pager:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +PanelApplet.wnck-applet .wnck-pager:active { + background-color: rgba(255, 255, 255, 0.3); +} + +PanelApplet.wnck-applet .wnck-pager:selected { + background-color: #f58f44; +} + +#MatePanelPopupWindow { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 4px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +#MatePanelPopupWindow frame > border { + border-style: none; +} + +#MatePanelPopupWindow ClockMap { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +na-tray-applet { + -NaTrayApplet-icon-padding: 3px; + -NaTrayApplet-icon-size: 16; +} + +.mate-panel-menu-bar { + -PanelMenuBar-icon-visible: true; +} + +.mate-panel-applet-slider { + background: transparent; +} + +.mate-panel-applet-slider frame { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 4px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #191919; +} + +.mate-panel-applet-slider frame frame { + all: unset; +} + +.mate-panel-applet-slider frame > border { + border-style: none; +} + +.caja-navigation-window button.toggle.image-button { + border-radius: 3px; +} + +.caja-pathbar button { + margin: 0 -1px 0 -2px; +} + +.caja-pathbar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -GtkArrow-arrow-scaling: 1; +} + +.caja-side-pane notebook viewport.frame, +.caja-side-pane notebook widget .vertical { + background-color: #191919; +} + +.caja-side-pane notebook .frame, +.caja-notebook .frame { + border-style: none; +} + +.caja-side-pane notebook, +.caja-notebook { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-navigation-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-notebook frame > border { + border-style: none; +} + +#caja-extra-view-widget { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +#caja-extra-view-widget > box > box > label { + font-weight: bold; +} + +.pluma-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.pluma-window statusbar frame > border { + border-style: none; +} + +.pluma-window statusbar frame button.flat { + padding: 0 4px; + border-radius: 0; +} + +.pluma-window statusbar frame button.flat widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -GtkArrow-arrow-scaling: 1; +} + +.pluma-print-preview toolbar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.pluma-window paned.horizontal box.vertical box.horizontal button.flat { + margin: 1px; +} + +.pluma-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.pluma-window paned.horizontal box.vertical notebook.frame { + margin-top: -1px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.atril-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.atril-window paned.horizontal box.vertical notebook .frame { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +/* mate-screensaver lock dialog */ +.lock-dialog { + border-radius: 3px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2), 0 4px 3px -1px rgba(0, 0, 0, 0.14), 0 1px 6px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.lock-dialog frame > border { + border-style: none; +} + +/****************** + * Budgie Desktop * + ******************/ +.budgie-panel button.flat.launcher, .budgie-panel #tasklist-button, .budgie-panel button { + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + box-shadow: none; +} + +.budgie-panel button.flat.launcher:hover, .budgie-panel #tasklist-button:hover, .budgie-panel button:hover { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.1); + box-shadow: none; +} + +.budgie-panel button.flat.launcher:disabled, .budgie-panel #tasklist-button:disabled, .budgie-panel button:disabled { + color: rgba(255, 255, 255, 0.5); + background-color: transparent; +} + +.budgie-panel button.flat.launcher:checked, .budgie-panel #tasklist-button:checked, .budgie-panel button:checked { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.7); + box-shadow: none; +} + +.budgie-panel button.flat.launcher:active, .budgie-panel #tasklist-button:active, .budgie-panel button:active { + background-color: rgba(255, 255, 255, 0.15); + color: rgba(255, 255, 255, 0.7); + box-shadow: none; +} + +.budgie-panel #tasklist-button:checked:disabled, .budgie-panel button:checked:disabled { + background-color: rgba(255, 255, 255, 0.06); + color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.raven-mpris button.image-button { + color: rgba(255, 255, 255, 0.85); +} + +.raven-mpris button.image-button:hover { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); +} + +.raven-mpris button.image-button:checked { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.25); +} + +.raven-mpris button.image-button:active { + color: #c5c8c6; + background-color: rgba(255, 255, 255, 0.2); +} + +.raven-mpris button.image-button:disabled { + background-color: transparent; +} + +.raven-mpris button.image-button:disabled label, .raven-mpris button.image-button:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.raven-mpris button.image-button:checked:disabled { + background-color: rgba(255, 255, 255, 0.1); + color: rgba(255, 255, 255, 0.65); +} + +.budgie-container { + background-color: transparent; +} + +.budgie-settings-window buttonbox.inline-toolbar { + border-style: none none solid; +} + +.budgie-settings-window buttonbox.inline-toolbar button { + min-height: 16px; + border-radius: 2px; + -gtk-outline-radius: 2px; + padding: 0; + margin: 0; +} + +.budgie-settings-window .settings-page .settings-frame > box.vertical { + padding: 12px; +} + +.budgie-settings-window .settings-page .settings-frame > grid { + padding: 6px; +} + +.background.budgie-popover { + border-color: #383a3e; + border-radius: 4px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12); + background-color: #383a3e; +} + +.background.budgie-popover .container { + padding: 0; + border: none; +} + +.background.budgie-popover separator { + margin: 3px 0; +} + +.background.budgie-popover border { + border: none; +} + +.background.budgie-popover list { + background-color: transparent; + border-radius: 0; +} + +.background.budgie-popover frame { + border-radius: 0; +} + +.background.budgie-popover row { + padding: 0; +} + +.background.budgie-popover row:hover { + box-shadow: none; +} + +.background.budgie-popover row button { + border-radius: 3px; +} + +.background.budgie-popover row button.flat { + border-radius: 3px; +} + +.background.budgie-popover .linked.raised > button.toggle { + border-radius: 3px; +} + +.background.budgie-popover button:checked { + color: #c5c8c6; + background-color: #f58f44; +} + +.background.budgie-popover .linked entry:first-child, .background.budgie-popover .linked entry:last-child { + border-radius: 0; +} + +.background.budgie-popover .linked:not(.vertical) > combobox > box > button.combo { + border-radius: 0; +} + +.background.budgie-popover .linked:not(.vertical) > combobox:first-child > box > button.combo { + border-radius: 0; +} + +.background.budgie-popover .linked:not(.vertical) > combobox:last-child > box > button.combo { + border-radius: 0; +} + +.background.budgie-popover .linked:not(.vertical) > combobox:only-child > box > button.combo { + border-radius: 0; +} + +.background.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { + min-height: 32px; + padding: 0 8px; + color: #c5c8c6; + font-weight: normal; +} + +.background.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { + color: rgba(255, 255, 255, 0.45); +} + +.background.budgie-popover scrolledwindow.sidebar:not(.categories) { + border-right: none; + border-bottom-left-radius: 3px; + padding: 0; +} + +.background.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { + padding: 6px 12px; + border-radius: 0; +} + +.background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable { + border-radius: 0; +} + +.background.budgie-popover scrolledwindow > viewport.frame > list > row.activatable button { + background: none; + box-shadow: none; +} + +.background.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { + padding-top: 3px; + border-top-left-radius: 3px; + border-bottom-left-radius: 0; +} + +.background.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.background.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: none; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.background.budgie-popover.budgie-menu .container { + padding: 0; +} + +.background.budgie-popover.budgie-menu entry.search { + border-bottom: 0 none transparent; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.background.budgie-popover.budgie-menu entry.search:focus { + box-shadow: none; +} + +.background.budgie-popover.budgie-menu .sidebar { + min-height: 36px; + background: none; + color: #c5c8c6; +} + +.background.budgie-popover.budgie-menu .sidebar list row.activatable { + padding: 6px; +} + +.background.budgie-popover.budgie-menu .sidebar:hover { + background-color: rgba(255, 255, 255, 0.05); +} + +.background.budgie-popover.budgie-menu .sidebar:selected, .background.budgie-popover.budgie-menu .sidebar:selected:hover { + color: #c5c8c6; + background-color: #f58f44; +} + +.background.budgie-popover.user-menu .container { + padding: 6px; +} + +.background.budgie-popover.user-menu list, .background.budgie-popover.user-menu row { + border: none; + background: none; + box-shadow: none; +} + +.background.budgie-popover.sound-popover .container { + padding: 6px; +} + +.background.budgie-popover.caffeine-popover .container { + padding: 6px; +} + +.background.budgie-popover.caffeine-popover .view-header { + margin: 0 6px; +} + +.background.budgie-popover.night-light-indicator .container { + padding: 6px; +} + +.background.budgie-popover.night-light-indicator .view-header { + margin: 0 6px; +} + +.background.budgie-popover.places-menu .container { + padding: 6px; +} + +.background.budgie-popover.places-menu row { + background: none; +} + +.background.budgie-popover.places-menu .places-list:not(.always-expand) { + margin-top: 4px; + padding-top: 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.background.budgie-popover.places-menu .alternative-label { + padding: 3px; + font-size: 15px; +} + +.background.budgie-popover.workspace-popover .container { + padding: 2px 6px 6px; +} + +.background.budgie-popover.workspace-popover flowboxchild { + padding: 0; +} + +.background.budgie-popover > .container > box.vertical > box.vertical > box.vertical { + padding: 0 6px 6px; +} + +.background.budgie-popover > .container > box.vertical > box.vertical > box.horizontal > button.toggle { + margin-right: 6px; +} + +window.budgie-popover:not(.csd) > frame.container { + margin: 0 -1px -1px; +} + +.bottom window.budgie-popover:not(.csd) > frame.container { + padding: 2px 0 2px; +} + +window.budgie-popover:not(.csd) > frame.container, +window.budgie-popover:not(.csd) > frame.container > border { + border-style: none; +} + +.workspace-switcher .workspace-layout { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { + border-left-width: 1px; +} + +.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { + border-right-width: 1px; +} + +.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { + border-top-width: 1px; +} + +.workspace-switcher .workspace-item, +.workspace-switcher .workspace-add-button { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { + border-right-width: 1px; +} + +.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { + border-left-width: 1px; +} + +.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { + border-bottom-width: 1px; +} + +.workspace-switcher .workspace-item { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); +} + +.workspace-switcher .workspace-item.current-workspace { + background-color: alpha(currentColor, 0.16); +} + +.workspace-switcher .workspace-add-button { + background-color: transparent; +} + +.workspace-switcher .workspace-add-button:hover { + box-shadow: none; +} + +.workspace-switcher .workspace-add-button:active { + background-image: none; +} + +.workspace-switcher .workspace-add-button:active image { + margin: 1px 0 -1px; +} + +.budgie-panel .workspace-switcher .workspace-icon-button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 2px; +} + +.budgie-menu.background { + padding: 0; + background-color: #191919; +} + +.budgie-menu scrollbar, +.budgie-menu entry.search { + background-color: transparent; +} + +.budgie-menu entry.search { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + font-size: 120%; +} + +.budgie-menu .categories:dir(ltr) { + border-bottom-left-radius: 3px; +} + +.budgie-menu .categories:dir(rtl) { + border-bottom-right-radius: 3px; +} + +.budgie-menu button { + min-height: 32px; + padding: 0 8px; + border-radius: 0; + color: #c5c8c6; + font-weight: normal; +} + +.budgie-menu button:disabled { + color: rgba(255, 255, 255, 0.45); +} + +.budgie-menu button:checked:disabled { + background-color: #f58f44; +} + +.budgie-menu row { + padding: 0; +} + +.budgie-menu row:hover { + box-shadow: none; +} + +popover.background.user-menu { + padding: 8px; +} + +popover.background.user-menu .content-box { + background-color: transparent; +} + +popover.background.user-menu separator { + margin: 4px 0; +} + +popover.background.user-menu row { + padding: 0; + box-shadow: none; + background-image: none; +} + +popover.background.places-menu { + padding: 8px; +} + +popover.background.places-menu .name-button.text-button { + padding-left: 8px; + padding-right: 8px; +} + +popover.background.places-menu .name-button.text-button image:dir(ltr) { + margin-right: 3px; +} + +popover.background.places-menu .name-button.text-button image:dir(rtl) { + margin-left: 3px; +} + +popover.background.places-menu .places-section-header > image:dir(ltr) { + margin: 0 -2px 0 5px; +} + +popover.background.places-menu .places-section-header > image:dir(rtl) { + margin: 0 5px 0 -2px; +} + +popover.background.places-menu .places-list { + margin-top: 4px; + padding-top: 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background-color: transparent; +} + +popover.background.places-menu row { + padding: 0; + box-shadow: none; + background-image: none; +} + +.budgie-panel { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #212326; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.budgie-panel.transparent { + background-color: rgba(33, 35, 38, 0.85); +} + +.budgie-panel button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +.budgie-panel.horizontal button { + padding: 0 6px; +} + +.budgie-panel.vertical button { + padding: 6px 0; +} + +.budgie-panel separator { + background-color: rgba(255, 255, 255, 0.12); +} + +.budgie-panel .icon-tasklist .launcher { + border-radius: 3px; +} + +.bottom .budgie-panel.dock-mode { + border-radius: 3px 3px 0 0; +} + +.left .budgie-panel.dock-mode { + border-radius: 0 3px 3px 0; +} + +.right .budgie-panel.dock-mode { + border-radius: 3px 0 0 3px; +} + +.budgie-panel menubar > menuitem, +.budgie-panel .menubar > menuitem { + border-radius: 0; + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel menubar > menuitem:hover, +.budgie-panel .menubar > menuitem:hover { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.12); + box-shadow: inset 0 -3px #f58f44; +} + +.budgie-panel menubar > menuitem:disabled, +.budgie-panel .menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.2); +} + +.budgie-panel .alert { + color: #cc6666; +} + +.budgie-panel #tasklist-button { + padding: 0 4px; +} + +.budgie-panel.vertical #tasklist-button { + min-height: 32px; +} + +.budgie-panel button.flat.launcher { + padding: 0; +} + +.budgie-panel button.flat.launcher:not(:checked) { + color: rgba(255, 255, 255, 0.5); +} + +.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.flat.launcher:not(:checked):disabled { + color: rgba(255, 255, 255, 0.3); +} + +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher { + border-image: radial-gradient(circle closest-corner at center calc(1px), #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked { + border-image: radial-gradient(circle closest-corner at center calc(1px), #f58f44 100%, transparent 0%) 3 0 0 0/3px 0 0 0; +} + +.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 3 0/0 0 3px 0; +} + +.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher { + border-image: radial-gradient(circle closest-corner at calc(1px) center, #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked { + border-image: radial-gradient(circle closest-corner at calc(1px) center, #f58f44 100%, transparent 0%) 0 0 0 3/0 0 0 3px; +} + +.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #f58f44 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #f58f44 100%, transparent 0%) 0 3 0 0/0 3px 0 0; +} + + +button.flat.launcher { + min-width: 16px; + min-height: 16px; + padding: 0; + border-radius: 0; + background-position: center center; +} + + +button.flat.launcher > image { + opacity: 0.87; +} + + +button.flat.launcher:hover { + -gtk-icon-effect: highlight; +} + + +button.flat.launcher:hover > image { + opacity: 1.0; +} + + +button.flat.launcher:active > image { + opacity: 1.0; +} + + +button.flat.launcher:checked { + background-color: transparent; +} + + +button.flat.launcher:checked:hover { + -gtk-icon-effect: highlight; +} + + +button.flat.launcher:checked > image { + opacity: 1.0; +} + + +.unpinned button.flat.launcher:hover, +.pinned button.flat.launcher.running:hover, +.pinned button.launcher.running.sidebar-button:hover { + -gtk-icon-effect: highlight; +} + + +.unpinned button.flat.launcher > image, +.pinned button.flat.launcher.running > image, +.pinned button.launcher.running.sidebar-button > image { + background-repeat: no-repeat; + opacity: 1.0; +} + + +.unpinned button.flat.launcher:checked > image, +.pinned button.flat.launcher.running:checked > image, +.pinned button.launcher.running.sidebar-button:checked > image { + background-image: none; +} + +.top .budgie-panel .unpinned button.flat.launcher > image, +.top .budgie-panel .pinned button.flat.launcher.running > image, +.top .budgie-panel .pinned button.launcher.running.sidebar-button > image { + background-image: image(#f58f44); + background-size: 6px 3px; + background-position: top center; +} + +.top .budgie-panel .unpinned button.flat.launcher:checked > image, +.top .budgie-panel .pinned button.flat.launcher.running:checked > image, +.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { + background-image: none; +} + +.bottom .budgie-panel .unpinned button.flat.launcher > image, +.bottom .budgie-panel .pinned button.flat.launcher.running > image, +.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image { + background-image: image(#f58f44); + background-size: 6px 3px; + background-position: bottom center; +} + +.bottom .budgie-panel .unpinned button.flat.launcher:checked > image, +.bottom .budgie-panel .pinned button.flat.launcher.running:checked > image, +.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { + background-image: none; +} + +.left .budgie-panel .unpinned button.flat.launcher > image, +.left .budgie-panel .pinned button.flat.launcher.running > image, +.left .budgie-panel .pinned button.launcher.running.sidebar-button > image { + background-image: image(#f58f44); + background-size: 3px 6px; + background-position: left center; +} + +.left .budgie-panel .unpinned button.flat.launcher:checked > image, +.left .budgie-panel .pinned button.flat.launcher.running:checked > image, +.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { + background-image: none; +} + +.right .budgie-panel .unpinned button.flat.launcher > image, +.right .budgie-panel .pinned button.flat.launcher.running > image, +.right .budgie-panel .pinned button.launcher.running.sidebar-button > image { + background-image: image(#f58f44); + background-size: 3px 6px; + background-position: right center; +} + +.right .budgie-panel .unpinned button.flat.launcher:checked > image, +.right .budgie-panel .pinned button.flat.launcher.running:checked > image, +.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image { + background-image: none; +} + +box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher, box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher:checked { + border-image: none; +} + +widget.icon-tasklist > box:drop(active), +box.pinned:drop(active) { + border: none; + border-radius: 0; + background-color: rgba(253, 214, 51, 0.2); + box-shadow: inset 0 0 0 1px #f0c674; +} + +*:drop(active):focus, +*:drop(active) { + box-shadow: inset 0 0 0 1px #f0c674; +} + +frame.raven-frame > border { + border-style: none; + box-shadow: none; +} + +.top .shadow-block { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent); +} + +.bottom .shadow-block { + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent); +} + +.left .shadow-block { + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent); +} + +.right .shadow-block { + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.08), transparent); +} + +.background .raven { + background-color: #383a3e; +} + +.background .raven > box { + margin-bottom: -10px; +} + +.background .raven > stack { + margin-bottom: -10px; +} + +.background .raven stackswitcher { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.background .raven stackswitcher.stack-switcher { + background-image: none; + background-color: transparent; + border-radius: 0; +} + +.background .raven stackswitcher.linked > button { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 0%, transparent 0%) 0 0 0/0 0 0px; +} + +.background .raven stackswitcher.linked > button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #f58f44 100%, transparent 0%) 0 0 2/0 0 2px; + background-color: transparent; +} + +.background .raven .raven-header { + min-height: 36px; + padding: 3px; +} + +.background .raven .raven-header:not(.top) { + margin-top: -6px; +} + +.background .raven .raven-header.top { + padding: 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.background .raven .raven-header.top stackswitcher { + box-shadow: none; +} + +.background .raven .raven-header.top stackswitcher button { + border-radius: 0; + margin: -4px 0; + min-height: 36px; +} + +.background .raven .raven-header.top button.image-button:dir(ltr) { + margin-right: 2px; +} + +.background .raven .raven-header.top button.image-button:dir(rtl) { + margin-left: 2px; +} + +.background .raven .raven-header.top > image { + margin: 0 8px; +} + +.background .raven .raven-header.top > label { + margin: 0 -8px; + font-weight: bold; +} + +.background .raven .raven-header.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.background .raven viewport.frame .raven-header { + margin-top: -8px; +} + +.background .raven .raven-background { + border-style: solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #191919; +} + +.background .raven .raven-background.frame { + border-style: solid none; +} + +.background .raven .raven-background > overlay > widget > image { + color: rgba(255, 255, 255, 0.12); +} + +.background .raven .raven-background grid > label:first-child { + min-height: 36px; +} + +.background .raven scrolledwindow.raven-background { + border-bottom-style: none; +} + +.background .raven .raven-header.top + .raven-background { + border-style: none; +} + +.background .raven .raven-header.top + .raven-background stackswitcher button { + margin: -4px 0; +} + +.background .raven .powerstrip button { + margin: 2px 0 1px; + padding: 9px; +} + +.background .raven .option-subtitle { + font-size: smaller; +} + +.background .raven .audio-widget scale.marks-after { + padding-top: 0; + padding-bottom: 0; +} + +.background .raven .audio-widget scale.marks-after label { + font-size: 90%; + padding: 0; + margin: -10px 0 0 6px; +} + +.background .raven .audio-widget button.flat.expander-button { + margin-top: 4px; + margin-bottom: 4px; +} + +.background .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .background .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { + background-color: rgba(255, 255, 255, 0.06); + color: #c5c8c6; +} + +.background .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .background .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { + color: #c5c8c6; +} + +.background .raven .audio-widget list.devices-list.sound-devices > row.activatable label { + padding-left: 12px; +} + +calendar.raven-calendar { + margin: 2px 0; + padding: 2px; + border-style: none; + background-color: transparent; +} + +calendar.raven-calendar:selected { + border-radius: 3px; + background-color: #f58f44; +} + +.raven-mpris { + background-color: rgba(0, 0, 0, 0.6); + color: #c5c8c6; +} + +.raven-mpris label { + min-height: 24px; +} + +.raven-mpris button.image-button { + padding: 9px; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame { + padding: 0; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame list { + background-color: transparent; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable { + margin-left: -8px; + margin-right: -2px; + background-color: transparent; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * { + color: #c5c8c6; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image { + padding-left: 8px; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button { + min-height: 32px; + min-width: 32px; + margin: 8px; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image { + padding: 0; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list { + border-radius: 2px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child { + border-bottom: none; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { + background-color: rgba(255, 255, 255, 0.06); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label { + padding: 0 16px; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button { + min-height: 24px; + min-width: 24px; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image { + padding: 0; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected { + background-color: rgba(66, 133, 244, 0.75); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * { + color: #c5c8c6; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button { + border: none; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover { + background-color: rgba(255, 255, 255, 0.25); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked { + background-color: rgba(255, 255, 255, 0.35); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child { + border-bottom: none; +} + +box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected { + background-color: rgba(66, 133, 244, 0.65); +} + +.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { + background-color: transparent; +} + +.budgie-notification .notification-title, .budgie-switcher .notification-title { + font-size: 120%; +} + +.budgie-osd .budgie-osd-text { + font-size: 120%; +} + +.drop-shadow { + margin: 5px 9px; + padding: 3px; + border-radius: 2px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #383a3e; +} + +.drop-shadow .linked > button { + border-radius: 2px; +} + +.budgie-run-dialog, .budgie-polkit-dialog, .budgie-session-dialog { + border-radius: 2px; + background-color: #383a3e; +} + +.budgie-run-dialog decoration, .budgie-polkit-dialog decoration, .budgie-session-dialog decoration { + border-radius: 2px; +} + +.budgie-run-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-session-dialog .linked.horizontal > button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +.budgie-run-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-session-dialog .linked.horizontal > button:first-child { + border-bottom-left-radius: 2px; +} + +.budgie-run-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-session-dialog .linked.horizontal > button:last-child { + border-bottom-right-radius: 2px; +} + +.budgie-run-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-session-dialog .linked.horizontal > button.suggested-action { + color: #f58f44; +} + +.budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked { + background-color: #f58f44; + color: #c5c8c6; + border-color: #f58f44; + box-shadow: none; +} + +.budgie-run-dialog .linked.horizontal > button.suggested-action:disabled, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:disabled, .budgie-session-dialog .linked.horizontal > button.suggested-action:disabled { + opacity: 0.65; +} + +.budgie-run-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-session-dialog .linked.horizontal > button.destructive-action { + color: #cc6666; +} + +.budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked { + background-color: #cc6666; + color: #c5c8c6; + border-color: #cc6666; + box-shadow: none; +} + +.budgie-run-dialog .linked.horizontal > button.destructive-action:disabled, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:disabled, .budgie-session-dialog .linked.horizontal > button.destructive-action:disabled { + opacity: 0.65; +} + +.budgie-session-dialog label:not(:last-child), +.budgie-session-dialog .dialog-title { + font-size: 120%; +} + +.budgie-polkit-dialog .message { + color: rgba(255, 255, 255, 0.45); +} + +.budgie-polkit-dialog .failure { + color: #cc6666; +} + +.budgie-run-dialog { + background-color: #191919; +} + +.budgie-run-dialog entry.search { + font-size: 120%; + padding: 6px 12px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: transparent; +} + +.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body { + opacity: 1; +} + +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.budgie-panel box.titlebar { + min-width: 16px; + min-height: 16px; + border-radius: 0; + background: unset; + box-shadow: none; + border: none; +} + +.budgie-panel box.titlebar > widget > label { + color: #c5c8c6; +} + +.budgie-panel box.titlebar > button.image-button.titlebutton { + min-width: 16px; + min-height: 16px; + padding: 0 0; + margin: 0 6px; + background: none; + box-shadow: none; + color: #c5c8c6; +} + +.budgie-panel box.titlebar > button.image-button.titlebutton image { + border-radius: 100px; + background-size: 16px 16px; + background-position: center center; + background-repeat: no-repeat; + transition-duration: 0s; +} + +.budgie-panel box.titlebar > button.image-button.titlebutton:hover, .budgie-panel box.titlebar > button.image-button.titlebutton:active { + background: none; + box-shadow: none; + color: #c5c8c6; + animation: none; +} + +.budgie-panel box.titlebar > button.image-button.titlebutton:hover image, .budgie-panel box.titlebar > button.image-button.titlebutton:active image { + -gtk-icon-shadow: none; +} + +.budgie-panel box.titlebar > button.image-button.titlebutton.close:hover image { + background-image: image(#cc6666); +} + +.budgie-panel box.titlebar > button.image-button.titlebutton.close:active image { + background-image: image(#ff1f1f); +} + +.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):hover image { + background-image: image(rgba(255, 255, 255, 0.2)); +} + +.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):active image { + background-image: image(#f58f44); +} + +.budgie-panel box.titlebar > button.image-button.titlebutton:disabled image { + opacity: 0; +} + +.budgie-panel box.titlebar.horizontal { + padding: 0 3px; +} + +.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) { + padding-right: 3px; +} + +.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) { + padding-left: 3px; +} + +.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton { + padding: 0 3px; +} + +/************************ + * LightDM GTK+ Greeter * + ************************/ +#panel_window { + background-color: alpha(black, 0.3); + color: alpha(#c5c8c6, 0.8); +} + +#panel_window menubar, +#panel_window separator { + background-color: transparent; +} + +#login_window, +#shutdown_dialog, +#restart_dialog { + margin: 8px; + border-radius: 2px; + box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 2px 3px -1px rgba(0, 0, 0, 0.14), 0 3px 4px -1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #383a3e; +} + +#content_frame { + padding-bottom: 20px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +#buttonbox_frame { + padding-top: 24px; +} + +#greeter_infobar { + margin-top: -1px; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* widget text/foreground color */ +@define-color theme_fg_color #c5c8c6; +/* text color for entries, views and content in general */ +@define-color theme_text_color currentColor; +/* widget base background color */ +@define-color theme_bg_color #191919; +/* text widgets and the like base background color */ +@define-color theme_base_color #191919; +/* base background color of selections */ +@define-color theme_selected_bg_color #f58f44; +/* text/foreground color of selections */ +@define-color theme_selected_fg_color #c5c8c6; +/* base background color of insensitive widgets */ +@define-color insensitive_bg_color #191919; +/* text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(255, 255, 255, 0.45); +/* insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #191919; +/* widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #c5c8c6; +/* text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color currentColor; +/* widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #191919; +/* text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #191919; +/* base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #f58f44; +/* text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #c5c8c6; +/* insensitive color on backdrop windows*/ +@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.45); +/* widgets main borders color */ +@define-color borders rgba(255, 255, 255, 0.12); +/* widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +/* widgets */ +@define-color fg_color #c5c8c6; +@define-color text_color currentColor; +@define-color bg_color #191919; +@define-color base_color #191919; +/* WM */ +@define-color wm_title alpha(#c5c8c6, 0.8); +@define-color wm_unfocused_title alpha(#c5c8c6, 0.5); +@define-color wm_bg #191919; +@define-color wm_bg_unfocused #191919; +@define-color wm_highlight #191919; +/* these are pretty self explicative */ +@define-color warning_color #f0c674; +@define-color error_color #a54242; +@define-color success_color #81C995; +@define-color content_view_bg #191919; +@define-color placeholder_text_color #707880; +/* Very contrasty background for text views (@theme_text foreground) */ +@define-color text_view_bg #252629; +@define-color budgie_tasklist_indicator_color #f58f44; +@define-color budgie_tasklist_indicator_color_active #f58f44; +@define-color budgie_tasklist_indicator_color_active_window #3c629f; +@define-color budgie_tasklist_indicator_color_attention #f0c674; diff --git a/themes/vimix-vski/gtk-3.0/thumbnail.png b/themes/vimix-vski/gtk-3.0/thumbnail.png new file mode 100644 index 0000000..8e36ae3 Binary files /dev/null and b/themes/vimix-vski/gtk-3.0/thumbnail.png differ diff --git a/themes/vimix-vski/index.theme b/themes/vimix-vski/index.theme new file mode 100644 index 0000000..95300ec --- /dev/null +++ b/themes/vimix-vski/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=vimix-vski +Comment=iksvo's recolour of the vimix theme +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=vimix-dark-doder +MetacityTheme=vimix-vski +IconTheme=Adwaita +CursorTheme=Adwaita +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/vimix-vski/pallet.png b/themes/vimix-vski/pallet.png new file mode 100644 index 0000000..3a5db2b Binary files /dev/null and b/themes/vimix-vski/pallet.png differ