|
43 | 43 | // Tab hover state |
44 | 44 | { |
45 | 45 | "class": "tab_control", |
46 | | - "attributes": ["hover"], |
47 | | - "layer0.texture": "" |
| 46 | + "attributes": ["hover"] |
48 | 47 | }, |
49 | 48 | // Tab active state |
50 | 49 | { |
|
81 | 80 | "class": "tab_close_button", |
82 | 81 | "parents": [{"class": "tab_control","attributes": ["hover"]}], |
83 | 82 | "layer0.texture": "Theme - Spacegray/Spacegray/close.png", |
84 | | - "layer0.opacity": 1, |
| 83 | + "layer0.opacity": 1 |
85 | 84 | }, |
86 | 85 | { |
87 | 86 | "class": "tab_close_button", |
|
238 | 237 | { |
239 | 238 | "class": "puck_control", |
240 | 239 | "attributes": ["horizontal"], |
241 | | - "layer0.texture": "", |
| 240 | + // "layer0.texture": "", |
242 | 241 | "layer0.tint": [52, 61, 70], // 01 |
243 | 242 | "layer0.inner_margin": [0,0], |
244 | 243 | "content_margin": [12,6], |
|
264 | 263 | { |
265 | 264 | "class": "scroll_bar_control", |
266 | 265 | "settings": ["overlay_scroll_bars"], |
267 | | - "layer0.texture": "", |
| 266 | + // "layer0.texture": "", |
268 | 267 | "layer0.tint": [43, 48, 59], // 00 |
269 | 268 | "layer0.inner_margin": [0,5], |
270 | 269 | "layer0.opacity": 0, |
|
303 | 302 | "class": "puck_control", |
304 | 303 | "settings": ["overlay_scroll_bars"], |
305 | 304 | "attributes": ["dark"], |
306 | | - "layer0.texture": "", |
| 305 | + // "layer0.texture": "", |
307 | 306 | "layer0.tint": [79, 91, 102] // 02 |
308 | 307 |
|
309 | 308 | }, |
|
312 | 311 | "class": "puck_control", |
313 | 312 | "settings": ["overlay_scroll_bars"], |
314 | 313 | "attributes": ["horizontal","dark"], |
315 | | - "layer0.texture": "", |
| 314 | + // "layer0.texture": "", |
316 | 315 | "layer0.tint": [79, 91, 102] // 02 |
317 | 316 | }, |
318 | 317 |
|
|
374 | 373 | // Tooltip container |
375 | 374 | { |
376 | 375 | "class": "tool_tip_control", |
377 | | - "layer0.texture": "", |
| 376 | + // "layer0.texture": "", |
378 | 377 | "layer0.tint": [79, 91, 102], // 02 |
379 | 378 | "layer0.inner_margin": [1,1], |
380 | 379 | "layer0.opacity": 1, |
|
417 | 416 | // Sidebar container |
418 | 417 | { |
419 | 418 | "class": "sidebar_container", |
420 | | - "layer0.texture": "", |
| 419 | + // "layer0.texture": "", |
421 | 420 | "layer0.opacity": 1, |
422 | 421 | "layer0.tint": [35, 40, 48], // -01 |
423 | 422 | "layer0.inner_margin": [1,5,2,1], |
|
435 | 434 | // Sidebar rows |
436 | 435 | { |
437 | 436 | "class": "tree_row", |
438 | | - "layer0.texture": "", |
| 437 | + // "layer0.texture": "", |
439 | 438 | "layer0.tint": [52, 61, 70], // 01 |
440 | 439 | "layer0.opacity": 0, |
441 | 440 | "layer0.inner_margin": [1,1] |
|
508 | 507 | { |
509 | 508 | "class": "close_button", |
510 | 509 | "parents": [{"class": "tree_row","attributes": ["hover"]}], |
511 | | - "layer0.opacity": 1, |
| 510 | + "layer0.opacity": 1 |
512 | 511 | }, |
513 | 512 | // Sidebar file dirty |
514 | 513 | { |
|
625 | 624 | "class": "button_control", |
626 | 625 | "content_margin": [4,8,4,8], |
627 | 626 | "min_size": [64,0], |
628 | | - "layer0.texture": "", |
| 627 | + // "layer0.texture": "", |
629 | 628 | "layer0.opacity": 1, |
630 | 629 | "layer0.tint": [28, 31, 38], // -00 |
631 | 630 | "layer0.inner_margin": [8,8] |
|
634 | 633 | { |
635 | 634 | "class": "button_control", |
636 | 635 | "attributes": ["hover"], |
637 | | - "layer0.texture": "", |
| 636 | + // "layer0.texture": "", |
638 | 637 | "layer0.tint": [35, 40, 48] // -01 |
639 | 638 | }, |
640 | 639 | // Pressed button state |
641 | 640 | { |
642 | 641 | "class": "button_control", |
643 | 642 | "attributes": ["pressed"], |
644 | | - "layer0.texture": "", |
| 643 | + // "layer0.texture": "", |
645 | 644 | "layer0.tint": [28, 31, 38] // -00 |
646 | 645 | }, |
647 | 646 | // |
|
651 | 650 | // Text input field item |
652 | 651 | { |
653 | 652 | "class": "text_line_control", |
654 | | - "layer0.texture": "", |
| 653 | + // "layer0.texture": "", |
655 | 654 | "layer0.tint": [28, 31, 38], // -01 |
656 | 655 | "layer0.opacity": 1, |
657 | 656 | "content_margin": [4,4,4,4] |
|
664 | 663 | // Bottom panel background |
665 | 664 | { |
666 | 665 | "class": "panel_control", |
667 | | - "layer0.texture": "", |
| 666 | + // "layer0.texture": "", |
668 | 667 | "layer0.inner_margin": [0,0], |
669 | 668 | "layer0.opacity": 1, |
670 | 669 | "layer0.tint": [28, 31, 38], // -00 |
|
674 | 673 | { |
675 | 674 | "class": "overlay_control", |
676 | 675 | "layer0.opacity": 1, |
677 | | - "layer1.texture": "", |
| 676 | + // "layer1.texture": "", |
678 | 677 | "layer1.tint": [51, 61, 70], // 01 |
679 | 678 | "layer1.inner_margin": [0,0,0,0], |
680 | 679 | "layer1.opacity": 1, |
|
694 | 693 | }, |
695 | 694 | { |
696 | 695 | "class": "quick_panel_row", |
697 | | - "layer0.texture": "", |
| 696 | + // "layer0.texture": "", |
698 | 697 | "layer0.tint": [51, 61, 70], // 01 |
699 | 698 | "layer0.inner_margin": 8, |
700 | 699 | "layer0.opacity": 1 |
701 | 700 | }, |
702 | 701 | { |
703 | 702 | "class": "quick_panel_row", |
704 | 703 | "attributes": ["selected"], |
705 | | - "layer0.texture": "", |
| 704 | + // "layer0.texture": "", |
706 | 705 | "layer0.tint": [34, 40, 48] // -01 |
707 | 706 | }, |
708 | 707 | { |
|
731 | 730 |
|
732 | 731 | { |
733 | 732 | "class": "mini_quick_panel_row", |
734 | | - "layer0.texture": "", |
| 733 | + // "layer0.texture": "", |
735 | 734 | "layer0.tint": [51, 61, 70], // 01 |
736 | 735 | "layer0.opacity": 1 |
737 | 736 | }, |
738 | 737 | { |
739 | 738 | "class": "mini_quick_panel_row", |
740 | 739 | "attributes": ["selected"], |
741 | | - "layer0.texture": "", |
| 740 | + // "layer0.texture": "", |
742 | 741 | "layer0.tint": [34, 40, 48] // -01 |
743 | 742 | }, |
744 | 743 |
|
|
765 | 764 | }, |
766 | 765 | { |
767 | 766 | "class": "table_row", |
768 | | - "layer0.texture": "", |
769 | | - "layer0.tint":[79, 91, 103], // 02 |
| 767 | + // "layer0.texture": "", |
| 768 | + "layer0.tint": [79, 91, 103], // 02 |
770 | 769 | "layer0.opacity": 0, |
771 | 770 | "layer0.inner_margin": [3,1] |
772 | 771 | }, |
|
783 | 782 | // Button group middle |
784 | 783 | { |
785 | 784 | "class": "icon_button_control", |
786 | | - "layer1.texture": "", |
| 785 | + // "layer1.texture": "", |
787 | 786 | "layer1.opacity": 0, |
788 | 787 | "content_margin": 7 |
789 | 788 | }, |
|
795 | 794 | // Button group left |
796 | 795 | { |
797 | 796 | "class": "icon_button_control", |
798 | | - "attributes": ["left"], |
799 | | - "layer0.texture": "" |
| 797 | + "attributes": ["left"] |
| 798 | + // "layer0.texture": "" |
800 | 799 | }, |
801 | 800 | // Button group left |
802 | 801 | { |
803 | 802 | "class": "icon_button_control", |
804 | | - "attributes": ["left"], |
805 | | - "layer0.texture": "" |
| 803 | + "attributes": ["left"] |
| 804 | + // "layer0.texture": "" |
806 | 805 | }, |
807 | 806 | { |
808 | 807 | "class": "icon_button_control", |
809 | | - "attributes": ["left","selected"], |
810 | | - "layer0.texture": "" |
| 808 | + "attributes": ["left","selected"] |
| 809 | + // "layer0.texture": "" |
811 | 810 | }, |
812 | 811 | // Button group right |
813 | 812 | { |
814 | 813 | "class": "icon_button_control", |
815 | | - "attributes": ["right"], |
816 | | - "layer0.texture": "" |
| 814 | + "attributes": ["right"] |
| 815 | + // "layer0.texture": "" |
817 | 816 | }, |
818 | 817 | { |
819 | 818 | "class": "icon_button_control", |
820 | | - "attributes": ["right","selected"], |
821 | | - "layer0.texture": "" |
| 819 | + "attributes": ["right","selected"] |
| 820 | + // "layer0.texture": "" |
822 | 821 | }, |
823 | 822 | // Button single |
824 | 823 | { |
825 | 824 | "class": "icon_button_control", |
826 | | - "attributes": ["left","right"], |
827 | | - "layer0.texture": "" |
| 825 | + "attributes": ["left","right"] |
| 826 | + // "layer0.texture": "" |
828 | 827 | }, |
829 | 828 | { |
830 | 829 | "class": "icon_button_control", |
831 | | - "attributes": ["left","right","selected"], |
832 | | - "layer0.texture": "" |
| 830 | + "attributes": ["left","right","selected"] |
| 831 | + // "layer0.texture": "" |
833 | 832 | }, |
834 | 833 |
|
835 | 834 | // |
|
0 commit comments