added GTK3 theme based on Yaru and changed colors of scrollbars
|  | @ -0,0 +1,99 @@ | ||||||
|  | # 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. | ||||||
|  | 
 | ||||||
|  | # 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/spin-up.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = PRELIGHT | ||||||
|  |       detail          = "spinbutton_up" | ||||||
|  |       overlay_file    = "assets/spin-up.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = ACTIVE | ||||||
|  |       detail          = "spinbutton_up" | ||||||
|  |       overlay_file    = "assets/spin-up.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = INSENSITIVE | ||||||
|  |       detail          = "spinbutton_up" | ||||||
|  |       overlay_file    = "assets/spin-up-insensitive.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = NORMAL | ||||||
|  |       detail          = "spinbutton_down" | ||||||
|  |       overlay_file    = "assets/spin-down.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = PRELIGHT | ||||||
|  |       detail          = "spinbutton_down" | ||||||
|  |       overlay_file    = "assets/spin-down.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = ACTIVE | ||||||
|  |       detail          = "spinbutton_down" | ||||||
|  |       overlay_file    = "assets/spin-down.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     image { | ||||||
|  |       function        = BOX | ||||||
|  |       state           = INSENSITIVE | ||||||
|  |       detail          = "spinbutton_down" | ||||||
|  |       overlay_file    = "assets/spin-down-insensitive.png" | ||||||
|  |       overlay_stretch = FALSE | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |  } | ||||||
|  | 
 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | style "chrome_gtk_frame" { | ||||||
|  | 
 | ||||||
|  |   ChromeGtkFrame::frame-color          = @window_color | ||||||
|  |   ChromeGtkFrame::frame-gradient-color = @window_color | ||||||
|  |   ChromeGtkFrame::inactive-frame-color = @bg_color | ||||||
|  | 
 | ||||||
|  |   ChromeGtkFrame::incognito-frame-color          = "#cbd2d9" | ||||||
|  |   ChromeGtkFrame::incognito-frame-gradient-color = "#cbd2d9" | ||||||
|  |   ChromeGtkFrame::incognito-inactive-frame-color = mix (0.5, @bg_color, "#cbd2d9") | ||||||
|  | 
 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | # 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" | ||||||
| After Width: | Height: | Size: 142 B | 
| After Width: | Height: | Size: 271 B | 
| After Width: | Height: | Size: 404 B | 
| After Width: | Height: | Size: 291 B | 
| After Width: | Height: | Size: 305 B | 
| After Width: | Height: | Size: 403 B | 
| After Width: | Height: | Size: 375 B | 
| After Width: | Height: | Size: 403 B | 
| After Width: | Height: | Size: 327 B | 
| After Width: | Height: | Size: 318 B | 
| After Width: | Height: | Size: 327 B | 
| After Width: | Height: | Size: 318 B | 
| After Width: | Height: | Size: 332 B | 
| After Width: | Height: | Size: 322 B | 
| After Width: | Height: | Size: 318 B | 
| After Width: | Height: | Size: 440 B | 
| After Width: | Height: | Size: 284 B | 
| After Width: | Height: | Size: 260 B | 
| After Width: | Height: | Size: 284 B | 
| After Width: | Height: | Size: 304 B | 
| After Width: | Height: | Size: 247 B | 
| After Width: | Height: | Size: 247 B | 
| After Width: | Height: | Size: 426 B | 
| After Width: | Height: | Size: 274 B | 
| After Width: | Height: | Size: 259 B | 
| After Width: | Height: | Size: 280 B | 
| After Width: | Height: | Size: 278 B | 
| After Width: | Height: | Size: 252 B | 
| After Width: | Height: | Size: 252 B | 
| After Width: | Height: | Size: 296 B | 
| After Width: | Height: | Size: 138 B | 
| After Width: | Height: | Size: 138 B | 
| After Width: | Height: | Size: 224 B | 
| After Width: | Height: | Size: 293 B | 
| After Width: | Height: | Size: 168 B | 
| After Width: | Height: | Size: 161 B | 
| After Width: | Height: | Size: 162 B | 
| After Width: | Height: | Size: 163 B | 
| After Width: | Height: | Size: 149 B | 
| After Width: | Height: | Size: 149 B | 
| After Width: | Height: | Size: 158 B | 
| After Width: | Height: | Size: 142 B | 
| After Width: | Height: | Size: 163 B | 
| After Width: | Height: | Size: 357 B | 
| After Width: | Height: | Size: 407 B | 
| After Width: | Height: | Size: 266 B | 
| After Width: | Height: | Size: 323 B | 
| After Width: | Height: | Size: 302 B | 
| After Width: | Height: | Size: 326 B | 
| After Width: | Height: | Size: 151 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 197 B | 
| After Width: | Height: | Size: 204 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 197 B | 
| After Width: | Height: | Size: 207 B | 
| After Width: | Height: | Size: 213 B | 
| After Width: | Height: | Size: 200 B | 
| After Width: | Height: | Size: 201 B | 
| After Width: | Height: | Size: 580 B | 
| After Width: | Height: | Size: 644 B | 
| After Width: | Height: | Size: 374 B | 
| After Width: | Height: | Size: 587 B | 
| After Width: | Height: | Size: 431 B | 
| After Width: | Height: | Size: 455 B | 
| After Width: | Height: | Size: 151 B | 
| After Width: | Height: | Size: 154 B | 
| After Width: | Height: | Size: 237 B | 
| After Width: | Height: | Size: 232 B | 
| After Width: | Height: | Size: 261 B | 
| After Width: | Height: | Size: 237 B | 
| After Width: | Height: | Size: 231 B | 
| After Width: | Height: | Size: 228 B | 
| After Width: | Height: | Size: 327 B | 
| After Width: | Height: | Size: 274 B | 
| After Width: | Height: | Size: 291 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 204 B | 
| After Width: | Height: | Size: 220 B | 
| After Width: | Height: | Size: 208 B | 
| After Width: | Height: | Size: 207 B | 
| After Width: | Height: | Size: 223 B | 
| After Width: | Height: | Size: 212 B | 
| After Width: | Height: | Size: 200 B | 
| After Width: | Height: | Size: 201 B | 
| After Width: | Height: | Size: 202 B | 
| After Width: | Height: | Size: 192 B | 
| After Width: | Height: | Size: 212 B | 
| After Width: | Height: | Size: 196 B | 
| After Width: | Height: | Size: 617 B | 
| After Width: | Height: | Size: 572 B | 
| After Width: | Height: | Size: 617 B | 
| After Width: | Height: | Size: 428 B | 
| After Width: | Height: | Size: 414 B | 
| After Width: | Height: | Size: 428 B | 
| After Width: | Height: | Size: 522 B | 
| After Width: | Height: | Size: 546 B |