|
265 | 265 | <image filename="menu-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
266 | 266 | </draw_ops> |
267 | 267 |
|
| 268 | +<!--shade--> |
| 269 | +<draw_ops name="shade_focused"> |
| 270 | + <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 271 | +</draw_ops> |
| 272 | + |
| 273 | +<draw_ops name="shade_focused_pressed"> |
| 274 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 275 | +</draw_ops> |
| 276 | + |
| 277 | +<draw_ops name="shade_focused_prelight"> |
| 278 | + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 279 | +</draw_ops> |
| 280 | + |
| 281 | +<draw_ops name="shade_unfocused"> |
| 282 | + <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 283 | +</draw_ops> |
268 | 284 |
|
269 | | -<!--Todo--> |
270 | | -<draw_ops name="shade_focused"></draw_ops> |
271 | | -<draw_ops name="shade_focused_pressed"></draw_ops> |
272 | | -<draw_ops name="shade_unfocused"></draw_ops> |
273 | | -<draw_ops name="shade_unfocused_prelight"></draw_ops> |
274 | | -<draw_ops name="shade_unfocused_pressed"></draw_ops> |
| 285 | +<draw_ops name="shade_unfocused_prelight"> |
| 286 | + <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 287 | +</draw_ops> |
| 288 | + |
| 289 | +<draw_ops name="shade_unfocused_pressed"> |
| 290 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 291 | +</draw_ops> |
| 292 | + |
| 293 | +<!--unshade--> |
| 294 | +<draw_ops name="unshade_focused"> |
| 295 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 296 | +</draw_ops> |
| 297 | + |
| 298 | +<draw_ops name="unshade_focused_pressed"> |
| 299 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 300 | +</draw_ops> |
| 301 | + |
| 302 | +<draw_ops name="unshade_focused_prelight"> |
| 303 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 304 | +</draw_ops> |
| 305 | + |
| 306 | +<draw_ops name="unshade_unfocused"> |
| 307 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 308 | +</draw_ops> |
| 309 | + |
| 310 | +<draw_ops name="unshade_unfocused_prelight"> |
| 311 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 312 | +</draw_ops> |
| 313 | + |
| 314 | +<draw_ops name="unshade_unfocused_pressed"> |
| 315 | + <image filename="shade-icon.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> |
| 316 | +</draw_ops> |
275 | 317 |
|
276 | 318 | <!-- frame styles --> |
277 | 319 |
|
|
293 | 335 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
294 | 336 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
295 | 337 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
296 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
297 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 338 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 339 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 340 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 341 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
298 | 342 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
299 | 343 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
300 | 344 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
324 | 368 | <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
325 | 369 | <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
326 | 370 | <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
327 | | - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> |
328 | | - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
329 | | - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 371 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 372 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 373 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
330 | 374 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
331 | 375 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
332 | 376 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
355 | 399 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
356 | 400 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
357 | 401 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
358 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
359 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 402 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 403 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 404 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 405 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
360 | 406 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
361 | 407 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
362 | 408 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
386 | 432 | <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
387 | 433 | <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
388 | 434 | <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
389 | | - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> |
390 | | - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
391 | | - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 435 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 436 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 437 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
392 | 438 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
393 | 439 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
394 | 440 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
417 | 463 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
418 | 464 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
419 | 465 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
420 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
421 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 466 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 467 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 468 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 469 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
422 | 470 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
423 | 471 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
424 | 472 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
448 | 496 | <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
449 | 497 | <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
450 | 498 | <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
451 | | - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> |
452 | | - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
453 | | - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 499 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 500 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 501 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
454 | 502 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
455 | 503 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
456 | 504 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
479 | 527 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
480 | 528 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
481 | 529 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
482 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
483 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 530 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 531 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 532 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 533 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
484 | 534 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
485 | 535 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
486 | 536 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
507 | 557 | <button function="menu" state="normal" draw_ops="menu_unfocused" /> |
508 | 558 | <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> |
509 | 559 | <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> |
510 | | - <button function="shade" state="normal"><draw_ops></draw_ops></button> |
511 | | - <button function="shade" state="pressed"><draw_ops></draw_ops></button> |
512 | | - <button function="unshade" state="normal"><draw_ops></draw_ops></button> |
513 | | - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> |
| 560 | + <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
| 561 | + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
| 562 | + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 563 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 564 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 565 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
514 | 566 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
515 | 567 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
516 | 568 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
539 | 591 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
540 | 592 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
541 | 593 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
542 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
543 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 594 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 595 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 596 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 597 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
544 | 598 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
545 | 599 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
546 | 600 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
569 | 623 | <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
570 | 624 | <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
571 | 625 | <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
572 | | - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> |
573 | | - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
574 | | - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 626 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 627 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 628 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
575 | 629 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
576 | 630 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
577 | 631 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
600 | 654 | <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> |
601 | 655 | <button function="shade" state="normal" draw_ops="shade_focused" /> |
602 | 656 | <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> |
603 | | - <button function="unshade" state="normal" draw_ops="shade_focused" /> |
604 | | - <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> |
| 657 | + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> |
| 658 | + <button function="unshade" state="normal" draw_ops="unshade_focused" /> |
| 659 | + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> |
| 660 | + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> |
605 | 661 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
606 | 662 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
607 | 663 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
631 | 687 | <button function="shade" state="normal" draw_ops="shade_unfocused" /> |
632 | 688 | <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
633 | 689 | <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
634 | | - <button function="unshade" state="normal" draw_ops="shade_unfocused" /> |
635 | | - <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> |
636 | | - <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> |
| 690 | + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> |
| 691 | + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> |
| 692 | + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> |
637 | 693 | <button function="above" state="normal"><draw_ops></draw_ops></button> |
638 | 694 | <button function="above" state="pressed"><draw_ops></draw_ops></button> |
639 | 695 | <button function="unabove" state="normal"><draw_ops></draw_ops></button> |
|
0 commit comments