| 10 | 10 | ||
| 11 | 11 | The terminal scheme gives a background, a foreground, a selection color and |
|
| 12 | 12 | three accents. A GTK theme needs more surface levels than a terminal does, so |
|
| 13 | - | the intermediate steps are filled in; everything else is taken verbatim. |
|
| 13 | + | the intermediate steps are filled in; everything else is taken verbatim. The |
|
| 14 | + | chrome — headerbars, panels and the xfwm4 frame — sits at the window |
|
| 15 | + | background level rather than below it, so a window reads as one surface with |
|
| 16 | + | only its shadow and borders separating it from the desktop. |
|
| 14 | 17 | ||
| 15 | 18 | | Role | Color | Source | |
|
| 16 | 19 | | --- | --- | --- | |
|
| 17 | 20 | | Shadow / rim | `#060506` | derived | |
|
| 18 | - | | Headerbars, panels | `#0c0b0d` | derived | |
|
| 21 | + | | Headerbars, panels, window frame | `#121113` | scheme `background` | |
|
| 19 | 22 | | Window background | `#121113` | scheme `background` | |
|
| 20 | 23 | | Sidebars, troughs | `#171618` | derived | |
|
| 21 | 24 | | Entries, views, cards | `#1c1b1d` | derived | |
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
| 16 | 16 | /// Deepest ink. Window shadows and the outermost frame. |
|
| 17 | 17 | $dm_shadow: #060506; |
|
| 18 | 18 | ||
| 19 | - | /// Headerbars, panels, dark sidebars. The chrome sits below the content. |
|
| 20 | - | $dm_dark: #0c0b0d; |
|
| 19 | + | /// Headerbars, panels, dark sidebars, and the window-manager frame. Sits at |
|
| 20 | + | /// the same level as $dm_bg: the chrome reads as part of the window rather |
|
| 21 | + | /// than as a darker shelf under it. (scheme: background) |
|
| 22 | + | $dm_dark: #121113; |
|
| 21 | 23 | ||
| 22 | 24 | /// Window background. (scheme: background) |
|
| 23 | 25 | $dm_bg: #121113; |
| 185 | 185 | .app-notification.frame { |
|
| 186 | 186 | padding: 10px; |
|
| 187 | 187 | border-radius: 0 0 5px 5px; |
|
| 188 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 188 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 189 | 189 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); |
|
| 190 | 190 | background-clip: padding-box; } |
|
| 191 | 191 | .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop selection.app-notification, |
|
| 320 | 320 | .app-notification.frame, .osd { |
|
| 321 | 321 | color: #ffffff; |
|
| 322 | 322 | border: none; |
|
| 323 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 323 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 324 | 324 | background-clip: padding-box; |
|
| 325 | 325 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 326 | 326 | text-shadow: 0 1px black; |
|
| 518 | 518 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 519 | 519 | color: #ffffff; |
|
| 520 | 520 | border-color: #2b2b2b; |
|
| 521 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 521 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 522 | 522 | background-clip: padding-box; |
|
| 523 | 523 | text-shadow: 0 1px black; |
|
| 524 | 524 | -gtk-icon-shadow: 0 1px black; |
|
| 532 | 532 | button.osd:hover { |
|
| 533 | 533 | color: white; |
|
| 534 | 534 | border-color: #2b2b2b; |
|
| 535 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 535 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 536 | 536 | background-clip: padding-box; |
|
| 537 | 537 | text-shadow: 0 1px black; |
|
| 538 | 538 | -gtk-icon-shadow: 0 1px black; |
|
| 544 | 544 | button.osd:checked { |
|
| 545 | 545 | color: white; |
|
| 546 | 546 | border-color: #2b2b2b; |
|
| 547 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 547 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 548 | 548 | background-clip: padding-box; |
|
| 549 | 549 | text-shadow: none; |
|
| 550 | 550 | -gtk-icon-shadow: none; |
|
| 554 | 554 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection.osd:disabled, label:disabled selection.osd, |
|
| 555 | 555 | button.osd:disabled:backdrop, |
|
| 556 | 556 | button.osd:disabled { |
|
| 557 | - | color: #868586; |
|
| 557 | + | color: #898889; |
|
| 558 | 558 | border-color: #2b2b2b; |
|
| 559 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 559 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 560 | 560 | background-clip: padding-box; |
|
| 561 | 561 | box-shadow: none; |
|
| 562 | 562 | text-shadow: none; |
|
| 566 | 566 | button.osd:backdrop { |
|
| 567 | 567 | color: #ffffff; |
|
| 568 | 568 | border-color: #2b2b2b; |
|
| 569 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 569 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 570 | 570 | background-clip: padding-box; |
|
| 571 | 571 | box-shadow: none; |
|
| 572 | 572 | text-shadow: none; |
|
| 577 | 577 | .app-notification.frame button, .osd .selection-mode button.titlebutton, .selection-mode .osd button.titlebutton, .osd button { |
|
| 578 | 578 | color: #ffffff; |
|
| 579 | 579 | border-color: #2b2b2b; |
|
| 580 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 580 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 581 | 581 | background-clip: padding-box; |
|
| 582 | 582 | text-shadow: 0 1px black; |
|
| 583 | 583 | -gtk-icon-shadow: 0 1px black; |
|
| 585 | 585 | popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { |
|
| 586 | 586 | color: white; |
|
| 587 | 587 | border-color: #2b2b2b; |
|
| 588 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 588 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 589 | 589 | background-clip: padding-box; |
|
| 590 | 590 | text-shadow: 0 1px black; |
|
| 591 | 591 | -gtk-icon-shadow: 0 1px black; |
|
| 593 | 593 | progressbar:backdrop progress:active, progressbar:backdrop trough:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { |
|
| 594 | 594 | color: white; |
|
| 595 | 595 | border-color: #2b2b2b; |
|
| 596 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 596 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 597 | 597 | background-clip: padding-box; |
|
| 598 | 598 | text-shadow: none; |
|
| 599 | 599 | -gtk-icon-shadow: none; |
|
| 600 | 600 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 601 | 601 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { |
|
| 602 | - | color: #868586; |
|
| 602 | + | color: #898889; |
|
| 603 | 603 | border-color: #2b2b2b; |
|
| 604 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 604 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 605 | 605 | background-clip: padding-box; |
|
| 606 | 606 | box-shadow: none; |
|
| 607 | 607 | text-shadow: none; |
|
| 609 | 609 | popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { |
|
| 610 | 610 | color: #ffffff; |
|
| 611 | 611 | border-color: #2b2b2b; |
|
| 612 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 612 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 613 | 613 | background-clip: padding-box; |
|
| 614 | 614 | box-shadow: none; |
|
| 615 | 615 | text-shadow: none; |
|
| 627 | 627 | popover.background.touch-selection button.flat:hover, popover.background.touch-selection .selection-mode button.titlebutton:hover, .selection-mode popover.background.touch-selection button.titlebutton:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier .selection-mode button.titlebutton:hover, .selection-mode popover.background.magnifier button.titlebutton:hover, .app-notification button.flat:hover, .app-notification .selection-mode button.titlebutton:hover, .selection-mode .app-notification button.titlebutton:hover, .osd button.flat:hover, .osd .selection-mode button.titlebutton:hover, .selection-mode .osd button.titlebutton:hover { |
|
| 628 | 628 | color: white; |
|
| 629 | 629 | border-color: #2b2b2b; |
|
| 630 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 630 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 631 | 631 | background-clip: padding-box; |
|
| 632 | 632 | text-shadow: 0 1px black; |
|
| 633 | 633 | -gtk-icon-shadow: 0 1px black; |
|
| 634 | 634 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 635 | 635 | popover.background.touch-selection button.flat:disabled, popover.background.touch-selection .selection-mode button.titlebutton:disabled, .selection-mode popover.background.touch-selection button.titlebutton:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier .selection-mode button.titlebutton:disabled, .selection-mode popover.background.magnifier button.titlebutton:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat, .osd button.flat:disabled, .osd .selection-mode button.titlebutton:disabled, .selection-mode .osd button.titlebutton:disabled { |
|
| 636 | - | color: #868586; |
|
| 636 | + | color: #898889; |
|
| 637 | 637 | border-color: #2b2b2b; |
|
| 638 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 638 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 639 | 639 | background-clip: padding-box; |
|
| 640 | 640 | box-shadow: none; |
|
| 641 | 641 | text-shadow: none; |
|
| 653 | 653 | popover.background.touch-selection button.flat:active, popover.background.touch-selection .selection-mode button.titlebutton:active, .selection-mode popover.background.touch-selection button.titlebutton:active, popover.background.magnifier button.flat:active, popover.background.magnifier .selection-mode button.titlebutton:active, .selection-mode popover.background.magnifier button.titlebutton:active, .app-notification button.flat:active, .app-notification .selection-mode button.titlebutton:active, .selection-mode .app-notification button.titlebutton:active, popover.background.touch-selection button.flat:checked, popover.background.touch-selection .selection-mode button.titlebutton:checked, .selection-mode popover.background.touch-selection button.titlebutton:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier .selection-mode button.titlebutton:checked, .selection-mode popover.background.magnifier button.titlebutton:checked, .app-notification button.flat:checked, .app-notification .selection-mode button.titlebutton:checked, .selection-mode .app-notification button.titlebutton:checked, .osd button.flat:active, .osd .selection-mode button.titlebutton:active, .selection-mode .osd button.titlebutton:active, .osd button.flat:checked, .osd .selection-mode button.titlebutton:checked, .selection-mode .osd button.titlebutton:checked { |
|
| 654 | 654 | color: white; |
|
| 655 | 655 | border-color: #2b2b2b; |
|
| 656 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 656 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 657 | 657 | background-clip: padding-box; |
|
| 658 | 658 | text-shadow: none; |
|
| 659 | 659 | -gtk-icon-shadow: none; |
|
| 817 | 817 | -gtk-icon-shadow: none; |
|
| 818 | 818 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 819 | 819 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.suggested-action:disabled, label:backdrop .osd selection.suggested-action:disabled, .osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode button.titlebutton:disabled, .selection-mode .osd button.titlebutton:disabled { |
|
| 820 | - | color: #868586; |
|
| 820 | + | color: #898889; |
|
| 821 | 821 | border-color: #2b2b2b; |
|
| 822 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 822 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 823 | 823 | background-clip: padding-box; |
|
| 824 | 824 | box-shadow: none; |
|
| 825 | 825 | text-shadow: none; |
|
| 973 | 973 | -gtk-icon-shadow: none; |
|
| 974 | 974 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 975 | 975 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.destructive-action:disabled, label:backdrop .osd selection.destructive-action:disabled, .osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { |
|
| 976 | - | color: #868586; |
|
| 976 | + | color: #898889; |
|
| 977 | 977 | border-color: #2b2b2b; |
|
| 978 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 978 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 979 | 979 | background-clip: padding-box; |
|
| 980 | 980 | box-shadow: none; |
|
| 981 | 981 | text-shadow: none; |
|
| 1929 | 1929 | text-shadow: none; |
|
| 1930 | 1930 | -gtk-icon-shadow: none; } |
|
| 1931 | 1931 | .osd spinbutton:disabled:not(.vertical), .osd entry:disabled { |
|
| 1932 | - | color: #868586; |
|
| 1932 | + | color: #898889; |
|
| 1933 | 1933 | border-color: #2b2b2b; |
|
| 1934 | - | background-color: rgba(36, 35, 37, 0.5); |
|
| 1934 | + | background-color: rgba(42, 41, 43, 0.5); |
|
| 1935 | 1935 | background-clip: padding-box; |
|
| 1936 | 1936 | box-shadow: none; |
|
| 1937 | 1937 | text-shadow: none; |
|
| 2306 | 2306 | headerbar { |
|
| 2307 | 2307 | padding: 0 13px; |
|
| 2308 | 2308 | min-height: 34px; |
|
| 2309 | - | background: #0c0b0d; |
|
| 2309 | + | background: #121113; |
|
| 2310 | 2310 | color: #ffffff; |
|
| 2311 | 2311 | border-radius: 0; } |
|
| 2312 | 2312 | .titlebar:backdrop, progressbar:backdrop progress.titlebar, progressbar:backdrop trough.titlebar, label:backdrop selection.titlebar, |
|
| 2333 | 2333 | text-shadow: none; |
|
| 2334 | 2334 | box-shadow: none; |
|
| 2335 | 2335 | border: 1px solid #2b2b2b; |
|
| 2336 | - | background-color: #161418; |
|
| 2336 | + | background-color: #1c1b1e; |
|
| 2337 | 2337 | min-height: 20px; |
|
| 2338 | 2338 | margin-top: 5px; |
|
| 2339 | 2339 | margin-bottom: 5px; |
|
| 2438 | 2438 | headerbar button:backdrop, |
|
| 2439 | 2439 | headerbar button:disabled { |
|
| 2440 | 2440 | color: rgba(255, 255, 255, 0.2); |
|
| 2441 | - | background-color: #0c0b0d; |
|
| 2441 | + | background-color: #121113; |
|
| 2442 | 2442 | text-shadow: none; |
|
| 2443 | 2443 | box-shadow: none; } |
|
| 2444 | 2444 | .titlebar button:backdrop:hover, .titlebar button:backdrop:active, .titlebar button:backdrop:checked, |
|
| 2839 | 2839 | text-shadow: none; |
|
| 2840 | 2840 | box-shadow: none; |
|
| 2841 | 2841 | border: 1px solid #2b2b2b; |
|
| 2842 | - | background-color: #161418; |
|
| 2842 | + | background-color: #1c1b1e; |
|
| 2843 | 2843 | border-radius: 4px 0px 0px 4px; } |
|
| 2844 | 2844 | .titlebar .path-buttons-box .dim-label, .titlebar .path-buttons-box label.separator, .titlebar .path-buttons-box .subtitle, |
|
| 2845 | 2845 | headerbar .path-buttons-box .dim-label, |
|
| 2972 | 2972 | box-shadow: none; } |
|
| 2973 | 2973 | ||
| 2974 | 2974 | .titlebar:not(headerbar) > separator { |
|
| 2975 | - | background: #0c0b0d; } |
|
| 2975 | + | background: #121113; } |
|
| 2976 | 2976 | ||
| 2977 | 2977 | /************** |
|
| 2978 | 2978 | * GtkInfoBar * |
|
| 3196 | 3196 | *********/ |
|
| 3197 | 3197 | menubar, |
|
| 3198 | 3198 | .menubar { |
|
| 3199 | - | background-color: #0c0b0d; |
|
| 3199 | + | background-color: #121113; |
|
| 3200 | 3200 | color: #ffffff; |
|
| 3201 | 3201 | -GtkWidget-window-dragging: true; |
|
| 3202 | 3202 | padding: 0px; |
|
| 3218 | 3218 | .context-menu { |
|
| 3219 | 3219 | margin: 4px; |
|
| 3220 | 3220 | padding: 2px 0px; |
|
| 3221 | - | background: #0c0b0d; |
|
| 3221 | + | background: #121113; |
|
| 3222 | 3222 | border: 1px solid #2b2b2b; |
|
| 3223 | 3223 | border-radius: 5px; |
|
| 3224 | 3224 | font: initial; } |
|
| 3611 | 3611 | popover.background { |
|
| 3612 | 3612 | padding: 2px; |
|
| 3613 | 3613 | border-radius: 5px; |
|
| 3614 | - | background: #0c0b0d; |
|
| 3614 | + | background: #121113; |
|
| 3615 | 3615 | box-shadow: 0 4px 6px #2b2b2b; } |
|
| 3616 | 3616 | .csd popover.background, popover.background { |
|
| 3617 | 3617 | border: 1px solid #2b2b2b; } |
|
| 3767 | 3767 | .osd scale slider { |
|
| 3768 | 3768 | color: #ffffff; |
|
| 3769 | 3769 | border-color: #2b2b2b; |
|
| 3770 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 3770 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 3771 | 3771 | background-clip: padding-box; |
|
| 3772 | 3772 | text-shadow: 0 1px black; |
|
| 3773 | 3773 | -gtk-icon-shadow: 0 1px black; |
|
| 3777 | 3777 | .osd scale slider:hover { |
|
| 3778 | 3778 | color: white; |
|
| 3779 | 3779 | border-color: #2b2b2b; |
|
| 3780 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 3780 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 3781 | 3781 | background-clip: padding-box; |
|
| 3782 | 3782 | text-shadow: 0 1px black; |
|
| 3783 | 3783 | -gtk-icon-shadow: 0 1px black; |
|
| 3786 | 3786 | .osd scale slider:active { |
|
| 3787 | 3787 | color: white; |
|
| 3788 | 3788 | border-color: #2b2b2b; |
|
| 3789 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 3789 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 3790 | 3790 | background-clip: padding-box; |
|
| 3791 | 3791 | text-shadow: none; |
|
| 3792 | 3792 | -gtk-icon-shadow: none; |
|
| 3793 | 3793 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 3794 | 3794 | background-color: #f1f1f1; } |
|
| 3795 | 3795 | .osd scale slider:disabled { |
|
| 3796 | - | color: #868586; |
|
| 3796 | + | color: #898889; |
|
| 3797 | 3797 | border-color: #2b2b2b; |
|
| 3798 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 3798 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 3799 | 3799 | background-clip: padding-box; |
|
| 3800 | 3800 | box-shadow: none; |
|
| 3801 | 3801 | text-shadow: none; |
|
| 4332 | 4332 | .sidebar row:selected label { |
|
| 4333 | 4333 | color: #121113; } |
|
| 4334 | 4334 | .sidebar.source-list { |
|
| 4335 | - | background: #0c0b0d; |
|
| 4335 | + | background: #121113; |
|
| 4336 | 4336 | padding: 4px 0px; } |
|
| 4337 | 4337 | .sidebar.source-list.view, iconview.source-list { |
|
| 4338 | 4338 | transition: all .12s ease-in; } |
|
| 4365 | 4365 | /*******************************************************************/ |
|
| 4366 | 4366 | placessidebar.sidebar { |
|
| 4367 | 4367 | background-color: transparent; |
|
| 4368 | - | background-image: linear-gradient(to right, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4368 | + | background-image: linear-gradient(to right, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4369 | 4369 | placessidebar.sidebar:dir(rtl) { |
|
| 4370 | - | background-image: linear-gradient(to left, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4370 | + | background-image: linear-gradient(to left, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4371 | 4371 | placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon { |
|
| 4372 | 4372 | margin-left: -14px; |
|
| 4373 | 4373 | margin-right: 12px; |
|
| 4520 | 4520 | box-shadow: inset 0 1px rgba(255, 255, 255, 0); |
|
| 4521 | 4521 | text-shadow: none; |
|
| 4522 | 4522 | -gtk-icon-shadow: none; |
|
| 4523 | - | color: #868586; |
|
| 4523 | + | color: #898889; |
|
| 4524 | 4524 | border-color: rgba(43, 43, 43, 0.5); |
|
| 4525 | 4525 | -gtk-icon-shadow: none; |
|
| 4526 | 4526 | box-shadow: none; } |
|
| 4564 | 4564 | .osd spinbutton.vertical button:first-child, .osd spinbutton.vertical combobox.linked button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo { |
|
| 4565 | 4565 | color: #ffffff; |
|
| 4566 | 4566 | border-color: #2b2b2b; |
|
| 4567 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4567 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4568 | 4568 | background-clip: padding-box; |
|
| 4569 | 4569 | text-shadow: 0 1px black; |
|
| 4570 | 4570 | -gtk-icon-shadow: 0 1px black; |
|
| 4572 | 4572 | .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical combobox.linked button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:hover:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:hover, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:hover { |
|
| 4573 | 4573 | color: white; |
|
| 4574 | 4574 | border-color: #2b2b2b; |
|
| 4575 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 4575 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 4576 | 4576 | background-clip: padding-box; |
|
| 4577 | 4577 | text-shadow: 0 1px black; |
|
| 4578 | 4578 | -gtk-icon-shadow: 0 1px black; |
|
| 4580 | 4580 | .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical combobox.linked button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:active:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:active, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:active { |
|
| 4581 | 4581 | color: white; |
|
| 4582 | 4582 | border-color: #2b2b2b; |
|
| 4583 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 4583 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 4584 | 4584 | background-clip: padding-box; |
|
| 4585 | 4585 | text-shadow: none; |
|
| 4586 | 4586 | -gtk-icon-shadow: none; |
|
| 4587 | 4587 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 4588 | 4588 | .osd spinbutton.vertical button:first-child:disabled { |
|
| 4589 | - | color: #868586; |
|
| 4589 | + | color: #898889; |
|
| 4590 | 4590 | border-color: #2b2b2b; |
|
| 4591 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 4591 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 4592 | 4592 | background-clip: padding-box; |
|
| 4593 | 4593 | box-shadow: none; |
|
| 4594 | 4594 | text-shadow: none; |
|
| 4596 | 4596 | .osd spinbutton.vertical button:first-child:backdrop { |
|
| 4597 | 4597 | color: #ffffff; |
|
| 4598 | 4598 | border-color: #2b2b2b; |
|
| 4599 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 4599 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 4600 | 4600 | background-clip: padding-box; |
|
| 4601 | 4601 | box-shadow: none; |
|
| 4602 | 4602 | text-shadow: none; |
|
| 4694 | 4694 | padding: 13px; |
|
| 4695 | 4695 | border: none; |
|
| 4696 | 4696 | border-radius: 5px; |
|
| 4697 | - | background-color: rgba(12, 11, 13, 0.93); } |
|
| 4697 | + | background-color: rgba(18, 17, 19, 0.93); } |
|
| 4698 | 4698 | toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { |
|
| 4699 | 4699 | border-radius: 0; } |
|
| 4700 | 4700 | toolbar.horizontal separator { |
|
| 4738 | 4738 | box-shadow: none; |
|
| 4739 | 4739 | text-shadow: 0 1px black; } |
|
| 4740 | 4740 | tooltip.background { |
|
| 4741 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4741 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4742 | 4742 | background-clip: padding-box; |
|
| 4743 | 4743 | border: 1px solid #2b2b2b; } |
|
| 4744 | 4744 | tooltip decoration { |
|
| 5018 | 5018 | .budgie-popover.background { |
|
| 5019 | 5019 | border-radius: 10px; |
|
| 5020 | 5020 | padding: 0; |
|
| 5021 | - | background: #0c0b0d; |
|
| 5021 | + | background: #121113; |
|
| 5022 | 5022 | background-clip: border-box; |
|
| 5023 | 5023 | box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); |
|
| 5024 | 5024 | border: 1px solid #2b2b2b; } |
|
| 5264 | 5264 | ||
| 5265 | 5265 | .budgie-panel { |
|
| 5266 | 5266 | color: #ffffff; |
|
| 5267 | - | background-color: #070607; |
|
| 5267 | + | background-color: #0d0c0e; |
|
| 5268 | 5268 | background-image: none; |
|
| 5269 | 5269 | box-shadow: none; |
|
| 5270 | 5270 | border: none; |
|
| 5273 | 5273 | color: #e75353; } |
|
| 5274 | 5274 | .budgie-panel:backdrop, label:backdrop selection.budgie-panel, progressbar:backdrop trough.budgie-panel, progressbar:backdrop progress.budgie-panel { |
|
| 5275 | 5275 | color: #ffffff; |
|
| 5276 | - | background-color: #070607; } |
|
| 5276 | + | background-color: #0d0c0e; } |
|
| 5277 | 5277 | .budgie-panel button { |
|
| 5278 | 5278 | border-top-width: 0; |
|
| 5279 | 5279 | border-bottom-width: 0; |
|
| 5292 | 5292 | color: #ffffff; |
|
| 5293 | 5293 | font-weight: 700; } |
|
| 5294 | 5294 | .budgie-panel.transparent { |
|
| 5295 | - | background-color: rgba(7, 6, 7, 0.85); } |
|
| 5295 | + | background-color: rgba(13, 12, 14, 0.85); } |
|
| 5296 | 5296 | .top .budgie-panel.transparent { |
|
| 5297 | 5297 | border-bottom-color: transparent; } |
|
| 5298 | 5298 | .bottom .budgie-panel.transparent { |
|
| 5315 | 5315 | .budgie-panel #tasklist-button:backdrop { |
|
| 5316 | 5316 | outline-color: transparent; |
|
| 5317 | 5317 | transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |
|
| 5318 | - | border-color: rgba(7, 6, 7, 0); |
|
| 5318 | + | border-color: rgba(13, 12, 14, 0); |
|
| 5319 | 5319 | border-radius: 0; |
|
| 5320 | 5320 | background-color: transparent; |
|
| 5321 | 5321 | box-shadow: none; |
|
| 5324 | 5324 | .budgie-panel button.flat.launcher { |
|
| 5325 | 5325 | outline-color: transparent; |
|
| 5326 | 5326 | transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |
|
| 5327 | - | border-color: rgba(7, 6, 7, 0); |
|
| 5327 | + | border-color: rgba(13, 12, 14, 0); |
|
| 5328 | 5328 | border-radius: 0; |
|
| 5329 | 5329 | padding: 0; |
|
| 5330 | 5330 | background-clip: padding-box; |
|
| 5492 | 5492 | .raven { |
|
| 5493 | 5493 | padding: 0; |
|
| 5494 | 5494 | color: #ffffff; |
|
| 5495 | - | background: #0c0b0d; |
|
| 5495 | + | background: #121113; |
|
| 5496 | 5496 | transition: 170ms ease-out; } |
|
| 5497 | 5497 | .raven list { |
|
| 5498 | 5498 | color: #ffffff; |
|
| 5504 | 5504 | background-color: transparent; } |
|
| 5505 | 5505 | .raven list row:hover, |
|
| 5506 | 5506 | .raven list row.activatable:hover { |
|
| 5507 | - | background-color: rgba(45, 41, 49, 0.3); } |
|
| 5507 | + | background-color: rgba(51, 48, 54, 0.3); } |
|
| 5508 | 5508 | .raven list row:selected, |
|
| 5509 | 5509 | .raven list row.activatable:selected { |
|
| 5510 | 5510 | background-color: rgba(231, 138, 83, 0.9); } |
|
| 5663 | 5663 | ||
| 5664 | 5664 | .budgie-session-dialog, .budgie-run-dialog, .budgie-polkit-dialog { |
|
| 5665 | 5665 | color: #ffffff; |
|
| 5666 | - | background-color: #070607; } |
|
| 5666 | + | background-color: #0d0c0e; } |
|
| 5667 | 5667 | .budgie-session-dialog label:backdrop, .budgie-run-dialog label:backdrop, .budgie-polkit-dialog label:backdrop { |
|
| 5668 | 5668 | color: rgba(255, 255, 255, 0.8); } |
|
| 5669 | 5669 | .budgie-session-dialog .dialog-title, .budgie-run-dialog .dialog-title, .budgie-polkit-dialog .dialog-title { |
|
| 5743 | 5743 | margin: 4px; |
|
| 5744 | 5744 | padding: 5px; |
|
| 5745 | 5745 | border-radius: 0; |
|
| 5746 | - | background-color: #070607; } |
|
| 5746 | + | background-color: #0d0c0e; } |
|
| 5747 | 5747 | .budgie-menubar menu menuitem:hover { |
|
| 5748 | 5748 | background-color: #e78a53; |
|
| 5749 | 5749 | color: #121113; } |
|
| 5754 | 5754 | min-height: 16px; } |
|
| 5755 | 5755 | .budgie-menubar arrow.top { |
|
| 5756 | 5756 | -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); |
|
| 5757 | - | border-bottom: 1px solid #242325; } |
|
| 5757 | + | border-bottom: 1px solid #2a292b; } |
|
| 5758 | 5758 | .budgie-menubar arrow.bottom { |
|
| 5759 | 5759 | -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); |
|
| 5760 | - | border-top: 1px solid #242325; } |
|
| 5760 | + | border-top: 1px solid #2a292b; } |
|
| 5761 | 5761 | ||
| 5762 | 5762 | .budgie-menubar menuitem accelerator { |
|
| 5763 | 5763 | color: rgba(255, 255, 255, 0.35); } |
|
| 5770 | 5770 | border-style: none none solid; } |
|
| 5771 | 5771 | ||
| 5772 | 5772 | .workspace-switcher .workspace-layout { |
|
| 5773 | - | border: 0 solid #070607; } |
|
| 5773 | + | border: 0 solid #0d0c0e; } |
|
| 5774 | 5774 | .top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { |
|
| 5775 | 5775 | border-left-width: 1px; } |
|
| 5776 | 5776 | .top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { |
|
| 5780 | 5780 | ||
| 5781 | 5781 | .workspace-switcher .workspace-item, |
|
| 5782 | 5782 | .workspace-switcher .workspace-add-button { |
|
| 5783 | - | border: 0 solid #201e23; } |
|
| 5783 | + | border: 0 solid #262429; } |
|
| 5784 | 5784 | .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) { |
|
| 5785 | 5785 | border-right-width: 1px; } |
|
| 5786 | 5786 | .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) { |
|
| 6098 | 6098 | ||
| 6099 | 6099 | /**level bars**/ |
|
| 6100 | 6100 | .sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus { |
|
| 6101 | - | background: linear-gradient(to right, #322e36, #322e36); |
|
| 6101 | + | background: linear-gradient(to right, #38353b, #38353b); |
|
| 6102 | 6102 | border: 1px solid rgba(0, 0, 0, 0.14); |
|
| 6103 | 6103 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
| 6104 | 6104 | border-radius: 2px; } |
|
| 6198 | 6198 | .xfce4-panel { |
|
| 6199 | 6199 | border-radius: 0; } |
|
| 6200 | 6200 | .xfce4-panel.panel { |
|
| 6201 | - | background-color: #0c0b0d; |
|
| 6201 | + | background-color: #121113; |
|
| 6202 | 6202 | text-shadow: none; |
|
| 6203 | 6203 | -gtk-icon-shadow: none; } |
|
| 6204 | 6204 | ||
| 6206 | 6206 | color: rgba(255, 255, 255, 0.8); |
|
| 6207 | 6207 | border-radius: 0; |
|
| 6208 | 6208 | border: none; |
|
| 6209 | - | background-color: #0c0b0d; } |
|
| 6209 | + | background-color: #121113; } |
|
| 6210 | 6210 | #tasklist-button:hover { |
|
| 6211 | 6211 | color: white; |
|
| 6212 | 6212 | background-color: rgba(0, 0, 0, 0.17); } |
|
| 6219 | 6219 | color: #ffffff; |
|
| 6220 | 6220 | border-radius: 0; |
|
| 6221 | 6221 | border: none; |
|
| 6222 | - | background-color: #0c0b0d; } |
|
| 6222 | + | background-color: #121113; } |
|
| 6223 | 6223 | .xfce4-panel.panel button:hover:not(.open_group) { |
|
| 6224 | 6224 | border: none; |
|
| 6225 | - | background-color: #262229; } |
|
| 6225 | + | background-color: #2c292e; } |
|
| 6226 | 6226 | .xfce4-panel.panel button:active:not(.open_group), .xfce4-panel.panel button:checked:not(.open_group) { |
|
| 6227 | 6227 | color: #ffffff; |
|
| 6228 | 6228 | border: none; |
|
| 6433 | 6433 | border-color: #e78a53; |
|
| 6434 | 6434 | border-radius: 5px; } |
|
| 6435 | 6435 | MsdOsdWindow.background.osd .trough { |
|
| 6436 | - | background-color: rgba(0, 0, 0, 0.93); |
|
| 6436 | + | background-color: rgba(5, 5, 6, 0.93); |
|
| 6437 | 6437 | border: none; |
|
| 6438 | 6438 | border-radius: 5px; } |
|
| 6439 | 6439 | ||
| 6440 | 6440 | .mate-panel-menu-bar { |
|
| 6441 | - | background-color: #0c0b0d; |
|
| 6441 | + | background-color: #121113; |
|
| 6442 | 6442 | border-radius: 0; } |
|
| 6443 | 6443 | .mate-panel-menu-bar button { |
|
| 6444 | 6444 | border-radius: 0; } |
|
| 6478 | 6478 | * LightDm * |
|
| 6479 | 6479 | ***********/ |
|
| 6480 | 6480 | #panel_window { |
|
| 6481 | - | background-color: #0c0b0d; |
|
| 6481 | + | background-color: #121113; |
|
| 6482 | 6482 | color: #ffffff; |
|
| 6483 | 6483 | font-weight: bold; |
|
| 6484 | 6484 | box-shadow: inset 0 -1px black; } |
|
| 6543 | 6543 | padding-top: 20px; |
|
| 6544 | 6544 | padding-bottom: 0px; |
|
| 6545 | 6545 | border-style: none; |
|
| 6546 | - | background-color: #0c0b0d; |
|
| 6546 | + | background-color: #121113; |
|
| 6547 | 6547 | border-bottom-left-radius: 3px; |
|
| 6548 | 6548 | border-bottom-right-radius: 3px; |
|
| 6549 | 6549 | border: solid rgba(0, 0, 0, 0.1); |
|
| 6552 | 6552 | #buttonbox_frame button { |
|
| 6553 | 6553 | color: #ffffff; |
|
| 6554 | 6554 | border-color: #2b2b2b; |
|
| 6555 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 6555 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 6556 | 6556 | background-clip: padding-box; |
|
| 6557 | 6557 | text-shadow: 0 1px black; |
|
| 6558 | 6558 | -gtk-icon-shadow: 0 1px black; |
|
| 6560 | 6560 | #buttonbox_frame button:hover { |
|
| 6561 | 6561 | color: white; |
|
| 6562 | 6562 | border-color: #2b2b2b; |
|
| 6563 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 6563 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 6564 | 6564 | background-clip: padding-box; |
|
| 6565 | 6565 | text-shadow: 0 1px black; |
|
| 6566 | 6566 | -gtk-icon-shadow: 0 1px black; |
|
| 6568 | 6568 | #buttonbox_frame button:active, #buttonbox_frame button:checked { |
|
| 6569 | 6569 | color: white; |
|
| 6570 | 6570 | border-color: #2b2b2b; |
|
| 6571 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 6571 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 6572 | 6572 | background-clip: padding-box; |
|
| 6573 | 6573 | text-shadow: none; |
|
| 6574 | 6574 | -gtk-icon-shadow: none; |
|
| 6575 | 6575 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 6576 | 6576 | #buttonbox_frame button:disabled { |
|
| 6577 | - | color: #868586; |
|
| 6577 | + | color: #898889; |
|
| 6578 | 6578 | border-color: #2b2b2b; |
|
| 6579 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 6579 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 6580 | 6580 | background-clip: padding-box; |
|
| 6581 | 6581 | box-shadow: none; |
|
| 6582 | 6582 | text-shadow: none; |
|
| 6598 | 6598 | font-weight: bold; } |
|
| 6599 | 6599 | ||
| 6600 | 6600 | .nemo-window .places-treeview { |
|
| 6601 | - | -NemoPlacesTreeView-disk-full-bg-color: #322e36; |
|
| 6601 | + | -NemoPlacesTreeView-disk-full-bg-color: #38353b; |
|
| 6602 | 6602 | -NemoPlacesTreeView-disk-full-fg-color: #fbcb97; |
|
| 6603 | 6603 | -GtkTreeView-vertical-separator: 10; } |
|
| 6604 | 6604 | .nemo-window .places-treeview .view.cell:hover, |
|
| 6605 | 6605 | .nemo-window .places-treeview iconview.cell:hover { |
|
| 6606 | - | background: rgba(4, 4, 5, 0.7); } |
|
| 6606 | + | background: rgba(10, 10, 11, 0.7); } |
|
| 6607 | 6607 | .nemo-window .places-treeview .view.cell:selected, |
|
| 6608 | 6608 | .nemo-window .places-treeview iconview.cell:selected { |
|
| 6609 | 6609 | background: #e78a53; |
|
| 6610 | 6610 | color: #121113; } |
|
| 6611 | 6611 | ||
| 6612 | 6612 | .nemo-window .sidebar { |
|
| 6613 | - | background-color: #0c0b0d; } |
|
| 6613 | + | background-color: #121113; } |
|
| 6614 | 6614 | .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { |
|
| 6615 | 6615 | color: #ffffff; |
|
| 6616 | 6616 | background-color: transparent; } |
|
| 6628 | 6628 | color: #121113; } |
|
| 6629 | 6629 | ||
| 6630 | 6630 | .nemo-window toolbar.primary-toolbar { |
|
| 6631 | - | background: #0c0b0d; } |
|
| 6631 | + | background: #121113; } |
|
| 6632 | 6632 | ||
| 6633 | 6633 | .nemo-window .nemo-inactive-pane .view, |
|
| 6634 | 6634 | .nemo-window .nemo-inactive-pane iconview { |
|
| 6635 | 6635 | background-color: #141415; } |
|
| 6636 | 6636 | ||
| 6637 | 6637 | .nemo-window grid > paned > separator { |
|
| 6638 | - | background-image: image(#0c0b0d); } |
|
| 6638 | + | background-image: image(#121113); } |
|
| 6639 | 6639 | ||
| 6640 | 6640 | /* thunar */ |
|
| 6641 | 6641 | .thunar toolbar { |
|
| 6642 | - | background-color: #0c0b0d; } |
|
| 6642 | + | background-color: #121113; } |
|
| 6643 | 6643 | ||
| 6644 | 6644 | /* buttons in toolbar */ |
|
| 6645 | 6645 | .thunar toolbar.horizontal button image { |
|
| 6653 | 6653 | text-shadow: none; |
|
| 6654 | 6654 | box-shadow: none; |
|
| 6655 | 6655 | border: 1px solid #2b2b2b; |
|
| 6656 | - | background-color: #161418; |
|
| 6656 | + | background-color: #1c1b1e; |
|
| 6657 | 6657 | border-radius: 0; |
|
| 6658 | 6658 | border-right: 0.5px solid #2b2b2b; |
|
| 6659 | 6659 | box-shadow: none; |
|
| 6701 | 6701 | ||
| 6702 | 6702 | /* thunar sidepane */ |
|
| 6703 | 6703 | .thunar scrolledwindow.sidebar treeview.view { |
|
| 6704 | - | background: #070607; |
|
| 6704 | + | background: #0d0c0e; |
|
| 6705 | 6705 | padding: 1.5px; } |
|
| 6706 | 6706 | .thunar scrolledwindow.sidebar treeview.view:hover, .thunar scrolledwindow.sidebar treeview.view:selected { |
|
| 6707 | 6707 | background: rgba(231, 138, 83, 0.7); |
|
| 6724 | 6724 | * Caja sidebar * |
|
| 6725 | 6725 | **************/ |
|
| 6726 | 6726 | .caja-side-pane { |
|
| 6727 | - | background: #0c0b0d; } |
|
| 6727 | + | background: #121113; } |
|
| 6728 | 6728 | .caja-side-pane .frame { |
|
| 6729 | 6729 | border-width: 1px 0 0; } |
|
| 6730 | 6730 | .caja-side-pane treeview.view, |
|
| 6731 | 6731 | .caja-side-pane textview.view text, |
|
| 6732 | 6732 | .caja-side-pane viewport.frame, |
|
| 6733 | 6733 | .caja-side-pane widget .vertical { |
|
| 6734 | - | background: #0c0b0d; |
|
| 6734 | + | background: #121113; |
|
| 6735 | 6735 | padding: 3px 2px; } |
|
| 6736 | 6736 | .caja-side-pane treeview.view:hover, |
|
| 6737 | 6737 | .caja-side-pane textview.view text:hover, |
|
| 6738 | 6738 | .caja-side-pane viewport.frame:hover, |
|
| 6739 | 6739 | .caja-side-pane widget .vertical:hover { |
|
| 6740 | - | background-color: rgba(25, 23, 27, 0.95); } |
|
| 6740 | + | background-color: rgba(31, 29, 32, 0.95); } |
|
| 6741 | 6741 | .caja-side-pane treeview.view:selected, |
|
| 6742 | 6742 | .caja-side-pane textview.view text:selected, |
|
| 6743 | 6743 | .caja-side-pane viewport.frame:selected, |
|
| 6744 | 6744 | .caja-side-pane widget .vertical:selected { |
|
| 6745 | 6745 | color: #ffffff; |
|
| 6746 | - | background: rgba(25, 23, 27, 0.93); } |
|
| 6746 | + | background: rgba(31, 29, 32, 0.93); } |
|
| 6747 | 6747 | .caja-side-pane treeview.view:selected:hover, |
|
| 6748 | 6748 | .caja-side-pane textview.view text:selected:hover, |
|
| 6749 | 6749 | .caja-side-pane viewport.frame:selected:hover, |
|
| 6750 | 6750 | .caja-side-pane widget .vertical:selected:hover { |
|
| 6751 | - | background: rgba(25, 23, 27, 0.93); |
|
| 6751 | + | background: rgba(31, 29, 32, 0.93); |
|
| 6752 | 6752 | color: #fff; } |
|
| 6753 | 6753 | ||
| 6754 | 6754 | /************** |
|
| 6758 | 6758 | background: #1c1b1d; } |
|
| 6759 | 6759 | ||
| 6760 | 6760 | .caja-navigation-window .primary-toolbar { |
|
| 6761 | - | background: #0c0b0d; } |
|
| 6761 | + | background: #121113; } |
|
| 6762 | 6762 | .caja-navigation-window .primary-toolbar button, .caja-navigation-window .primary-toolbar button:backdrop { |
|
| 6763 | 6763 | border-color: transparent; |
|
| 6764 | 6764 | background-color: transparent; |
|
| 6778 | 6778 | text-shadow: none; |
|
| 6779 | 6779 | box-shadow: none; |
|
| 6780 | 6780 | border: 1px solid #2b2b2b; |
|
| 6781 | - | background-color: #161418; |
|
| 6781 | + | background-color: #1c1b1e; |
|
| 6782 | 6782 | border-radius: 0px; |
|
| 6783 | 6783 | border-right: 1px solid #2b2b2b; |
|
| 6784 | 6784 | border-left: none; |
|
| 185 | 185 | .app-notification.frame { |
|
| 186 | 186 | padding: 10px; |
|
| 187 | 187 | border-radius: 0 0 5px 5px; |
|
| 188 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 188 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 189 | 189 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); |
|
| 190 | 190 | background-clip: padding-box; } |
|
| 191 | 191 | .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop selection.app-notification, |
|
| 320 | 320 | .app-notification.frame, .osd { |
|
| 321 | 321 | color: #ffffff; |
|
| 322 | 322 | border: none; |
|
| 323 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 323 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 324 | 324 | background-clip: padding-box; |
|
| 325 | 325 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 326 | 326 | text-shadow: 0 1px black; |
|
| 518 | 518 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 519 | 519 | color: #ffffff; |
|
| 520 | 520 | border-color: #2b2b2b; |
|
| 521 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 521 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 522 | 522 | background-clip: padding-box; |
|
| 523 | 523 | text-shadow: 0 1px black; |
|
| 524 | 524 | -gtk-icon-shadow: 0 1px black; |
|
| 532 | 532 | button.osd:hover { |
|
| 533 | 533 | color: white; |
|
| 534 | 534 | border-color: #2b2b2b; |
|
| 535 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 535 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 536 | 536 | background-clip: padding-box; |
|
| 537 | 537 | text-shadow: 0 1px black; |
|
| 538 | 538 | -gtk-icon-shadow: 0 1px black; |
|
| 544 | 544 | button.osd:checked { |
|
| 545 | 545 | color: white; |
|
| 546 | 546 | border-color: #2b2b2b; |
|
| 547 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 547 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 548 | 548 | background-clip: padding-box; |
|
| 549 | 549 | text-shadow: none; |
|
| 550 | 550 | -gtk-icon-shadow: none; |
|
| 554 | 554 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection.osd:disabled, label:disabled selection.osd, |
|
| 555 | 555 | button.osd:disabled:backdrop, |
|
| 556 | 556 | button.osd:disabled { |
|
| 557 | - | color: #868586; |
|
| 557 | + | color: #898889; |
|
| 558 | 558 | border-color: #2b2b2b; |
|
| 559 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 559 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 560 | 560 | background-clip: padding-box; |
|
| 561 | 561 | box-shadow: none; |
|
| 562 | 562 | text-shadow: none; |
|
| 566 | 566 | button.osd:backdrop { |
|
| 567 | 567 | color: #ffffff; |
|
| 568 | 568 | border-color: #2b2b2b; |
|
| 569 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 569 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 570 | 570 | background-clip: padding-box; |
|
| 571 | 571 | box-shadow: none; |
|
| 572 | 572 | text-shadow: none; |
|
| 577 | 577 | .app-notification.frame button, .osd .selection-mode button.titlebutton, .selection-mode .osd button.titlebutton, .osd button { |
|
| 578 | 578 | color: #ffffff; |
|
| 579 | 579 | border-color: #2b2b2b; |
|
| 580 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 580 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 581 | 581 | background-clip: padding-box; |
|
| 582 | 582 | text-shadow: 0 1px black; |
|
| 583 | 583 | -gtk-icon-shadow: 0 1px black; |
|
| 585 | 585 | popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { |
|
| 586 | 586 | color: white; |
|
| 587 | 587 | border-color: #2b2b2b; |
|
| 588 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 588 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 589 | 589 | background-clip: padding-box; |
|
| 590 | 590 | text-shadow: 0 1px black; |
|
| 591 | 591 | -gtk-icon-shadow: 0 1px black; |
|
| 593 | 593 | progressbar:backdrop progress:active, progressbar:backdrop trough:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { |
|
| 594 | 594 | color: white; |
|
| 595 | 595 | border-color: #2b2b2b; |
|
| 596 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 596 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 597 | 597 | background-clip: padding-box; |
|
| 598 | 598 | text-shadow: none; |
|
| 599 | 599 | -gtk-icon-shadow: none; |
|
| 600 | 600 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 601 | 601 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { |
|
| 602 | - | color: #868586; |
|
| 602 | + | color: #898889; |
|
| 603 | 603 | border-color: #2b2b2b; |
|
| 604 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 604 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 605 | 605 | background-clip: padding-box; |
|
| 606 | 606 | box-shadow: none; |
|
| 607 | 607 | text-shadow: none; |
|
| 609 | 609 | popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { |
|
| 610 | 610 | color: #ffffff; |
|
| 611 | 611 | border-color: #2b2b2b; |
|
| 612 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 612 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 613 | 613 | background-clip: padding-box; |
|
| 614 | 614 | box-shadow: none; |
|
| 615 | 615 | text-shadow: none; |
|
| 627 | 627 | popover.background.touch-selection button.flat:hover, popover.background.touch-selection .selection-mode button.titlebutton:hover, .selection-mode popover.background.touch-selection button.titlebutton:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier .selection-mode button.titlebutton:hover, .selection-mode popover.background.magnifier button.titlebutton:hover, .app-notification button.flat:hover, .app-notification .selection-mode button.titlebutton:hover, .selection-mode .app-notification button.titlebutton:hover, .osd button.flat:hover, .osd .selection-mode button.titlebutton:hover, .selection-mode .osd button.titlebutton:hover { |
|
| 628 | 628 | color: white; |
|
| 629 | 629 | border-color: #2b2b2b; |
|
| 630 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 630 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 631 | 631 | background-clip: padding-box; |
|
| 632 | 632 | text-shadow: 0 1px black; |
|
| 633 | 633 | -gtk-icon-shadow: 0 1px black; |
|
| 634 | 634 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 635 | 635 | popover.background.touch-selection button.flat:disabled, popover.background.touch-selection .selection-mode button.titlebutton:disabled, .selection-mode popover.background.touch-selection button.titlebutton:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier .selection-mode button.titlebutton:disabled, .selection-mode popover.background.magnifier button.titlebutton:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat, .osd button.flat:disabled, .osd .selection-mode button.titlebutton:disabled, .selection-mode .osd button.titlebutton:disabled { |
|
| 636 | - | color: #868586; |
|
| 636 | + | color: #898889; |
|
| 637 | 637 | border-color: #2b2b2b; |
|
| 638 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 638 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 639 | 639 | background-clip: padding-box; |
|
| 640 | 640 | box-shadow: none; |
|
| 641 | 641 | text-shadow: none; |
|
| 653 | 653 | popover.background.touch-selection button.flat:active, popover.background.touch-selection .selection-mode button.titlebutton:active, .selection-mode popover.background.touch-selection button.titlebutton:active, popover.background.magnifier button.flat:active, popover.background.magnifier .selection-mode button.titlebutton:active, .selection-mode popover.background.magnifier button.titlebutton:active, .app-notification button.flat:active, .app-notification .selection-mode button.titlebutton:active, .selection-mode .app-notification button.titlebutton:active, popover.background.touch-selection button.flat:checked, popover.background.touch-selection .selection-mode button.titlebutton:checked, .selection-mode popover.background.touch-selection button.titlebutton:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier .selection-mode button.titlebutton:checked, .selection-mode popover.background.magnifier button.titlebutton:checked, .app-notification button.flat:checked, .app-notification .selection-mode button.titlebutton:checked, .selection-mode .app-notification button.titlebutton:checked, .osd button.flat:active, .osd .selection-mode button.titlebutton:active, .selection-mode .osd button.titlebutton:active, .osd button.flat:checked, .osd .selection-mode button.titlebutton:checked, .selection-mode .osd button.titlebutton:checked { |
|
| 654 | 654 | color: white; |
|
| 655 | 655 | border-color: #2b2b2b; |
|
| 656 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 656 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 657 | 657 | background-clip: padding-box; |
|
| 658 | 658 | text-shadow: none; |
|
| 659 | 659 | -gtk-icon-shadow: none; |
|
| 817 | 817 | -gtk-icon-shadow: none; |
|
| 818 | 818 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 819 | 819 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.suggested-action:disabled, label:backdrop .osd selection.suggested-action:disabled, .osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode button.titlebutton:disabled, .selection-mode .osd button.titlebutton:disabled { |
|
| 820 | - | color: #868586; |
|
| 820 | + | color: #898889; |
|
| 821 | 821 | border-color: #2b2b2b; |
|
| 822 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 822 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 823 | 823 | background-clip: padding-box; |
|
| 824 | 824 | box-shadow: none; |
|
| 825 | 825 | text-shadow: none; |
|
| 973 | 973 | -gtk-icon-shadow: none; |
|
| 974 | 974 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 975 | 975 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.destructive-action:disabled, label:backdrop .osd selection.destructive-action:disabled, .osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { |
|
| 976 | - | color: #868586; |
|
| 976 | + | color: #898889; |
|
| 977 | 977 | border-color: #2b2b2b; |
|
| 978 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 978 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 979 | 979 | background-clip: padding-box; |
|
| 980 | 980 | box-shadow: none; |
|
| 981 | 981 | text-shadow: none; |
|
| 1929 | 1929 | text-shadow: none; |
|
| 1930 | 1930 | -gtk-icon-shadow: none; } |
|
| 1931 | 1931 | .osd spinbutton:disabled:not(.vertical), .osd entry:disabled { |
|
| 1932 | - | color: #868586; |
|
| 1932 | + | color: #898889; |
|
| 1933 | 1933 | border-color: #2b2b2b; |
|
| 1934 | - | background-color: rgba(36, 35, 37, 0.5); |
|
| 1934 | + | background-color: rgba(42, 41, 43, 0.5); |
|
| 1935 | 1935 | background-clip: padding-box; |
|
| 1936 | 1936 | box-shadow: none; |
|
| 1937 | 1937 | text-shadow: none; |
|
| 2306 | 2306 | headerbar { |
|
| 2307 | 2307 | padding: 0 13px; |
|
| 2308 | 2308 | min-height: 34px; |
|
| 2309 | - | background: #0c0b0d; |
|
| 2309 | + | background: #121113; |
|
| 2310 | 2310 | color: #ffffff; |
|
| 2311 | 2311 | border-radius: 0; } |
|
| 2312 | 2312 | .titlebar:backdrop, progressbar:backdrop progress.titlebar, progressbar:backdrop trough.titlebar, label:backdrop selection.titlebar, |
|
| 2333 | 2333 | text-shadow: none; |
|
| 2334 | 2334 | box-shadow: none; |
|
| 2335 | 2335 | border: 1px solid #2b2b2b; |
|
| 2336 | - | background-color: #161418; |
|
| 2336 | + | background-color: #1c1b1e; |
|
| 2337 | 2337 | min-height: 20px; |
|
| 2338 | 2338 | margin-top: 5px; |
|
| 2339 | 2339 | margin-bottom: 5px; |
|
| 2438 | 2438 | headerbar button:backdrop, |
|
| 2439 | 2439 | headerbar button:disabled { |
|
| 2440 | 2440 | color: rgba(255, 255, 255, 0.2); |
|
| 2441 | - | background-color: #0c0b0d; |
|
| 2441 | + | background-color: #121113; |
|
| 2442 | 2442 | text-shadow: none; |
|
| 2443 | 2443 | box-shadow: none; } |
|
| 2444 | 2444 | .titlebar button:backdrop:hover, .titlebar button:backdrop:active, .titlebar button:backdrop:checked, |
|
| 2839 | 2839 | text-shadow: none; |
|
| 2840 | 2840 | box-shadow: none; |
|
| 2841 | 2841 | border: 1px solid #2b2b2b; |
|
| 2842 | - | background-color: #161418; |
|
| 2842 | + | background-color: #1c1b1e; |
|
| 2843 | 2843 | border-radius: 4px 0px 0px 4px; } |
|
| 2844 | 2844 | .titlebar .path-buttons-box .dim-label, .titlebar .path-buttons-box label.separator, .titlebar .path-buttons-box .subtitle, |
|
| 2845 | 2845 | headerbar .path-buttons-box .dim-label, |
|
| 2972 | 2972 | box-shadow: none; } |
|
| 2973 | 2973 | ||
| 2974 | 2974 | .titlebar:not(headerbar) > separator { |
|
| 2975 | - | background: #0c0b0d; } |
|
| 2975 | + | background: #121113; } |
|
| 2976 | 2976 | ||
| 2977 | 2977 | /************** |
|
| 2978 | 2978 | * GtkInfoBar * |
|
| 3196 | 3196 | *********/ |
|
| 3197 | 3197 | menubar, |
|
| 3198 | 3198 | .menubar { |
|
| 3199 | - | background-color: #0c0b0d; |
|
| 3199 | + | background-color: #121113; |
|
| 3200 | 3200 | color: #ffffff; |
|
| 3201 | 3201 | -GtkWidget-window-dragging: true; |
|
| 3202 | 3202 | padding: 0px; |
|
| 3218 | 3218 | .context-menu { |
|
| 3219 | 3219 | margin: 4px; |
|
| 3220 | 3220 | padding: 2px 0px; |
|
| 3221 | - | background: #0c0b0d; |
|
| 3221 | + | background: #121113; |
|
| 3222 | 3222 | border: 1px solid #2b2b2b; |
|
| 3223 | 3223 | border-radius: 5px; |
|
| 3224 | 3224 | font: initial; } |
|
| 3611 | 3611 | popover.background { |
|
| 3612 | 3612 | padding: 2px; |
|
| 3613 | 3613 | border-radius: 5px; |
|
| 3614 | - | background: #0c0b0d; |
|
| 3614 | + | background: #121113; |
|
| 3615 | 3615 | box-shadow: 0 4px 6px #2b2b2b; } |
|
| 3616 | 3616 | .csd popover.background, popover.background { |
|
| 3617 | 3617 | border: 1px solid #2b2b2b; } |
|
| 3767 | 3767 | .osd scale slider { |
|
| 3768 | 3768 | color: #ffffff; |
|
| 3769 | 3769 | border-color: #2b2b2b; |
|
| 3770 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 3770 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 3771 | 3771 | background-clip: padding-box; |
|
| 3772 | 3772 | text-shadow: 0 1px black; |
|
| 3773 | 3773 | -gtk-icon-shadow: 0 1px black; |
|
| 3777 | 3777 | .osd scale slider:hover { |
|
| 3778 | 3778 | color: white; |
|
| 3779 | 3779 | border-color: #2b2b2b; |
|
| 3780 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 3780 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 3781 | 3781 | background-clip: padding-box; |
|
| 3782 | 3782 | text-shadow: 0 1px black; |
|
| 3783 | 3783 | -gtk-icon-shadow: 0 1px black; |
|
| 3786 | 3786 | .osd scale slider:active { |
|
| 3787 | 3787 | color: white; |
|
| 3788 | 3788 | border-color: #2b2b2b; |
|
| 3789 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 3789 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 3790 | 3790 | background-clip: padding-box; |
|
| 3791 | 3791 | text-shadow: none; |
|
| 3792 | 3792 | -gtk-icon-shadow: none; |
|
| 3793 | 3793 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 3794 | 3794 | background-color: #f1f1f1; } |
|
| 3795 | 3795 | .osd scale slider:disabled { |
|
| 3796 | - | color: #868586; |
|
| 3796 | + | color: #898889; |
|
| 3797 | 3797 | border-color: #2b2b2b; |
|
| 3798 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 3798 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 3799 | 3799 | background-clip: padding-box; |
|
| 3800 | 3800 | box-shadow: none; |
|
| 3801 | 3801 | text-shadow: none; |
|
| 4332 | 4332 | .sidebar row:selected label { |
|
| 4333 | 4333 | color: #121113; } |
|
| 4334 | 4334 | .sidebar.source-list { |
|
| 4335 | - | background: #0c0b0d; |
|
| 4335 | + | background: #121113; |
|
| 4336 | 4336 | padding: 4px 0px; } |
|
| 4337 | 4337 | .sidebar.source-list.view, iconview.source-list { |
|
| 4338 | 4338 | transition: all .12s ease-in; } |
|
| 4365 | 4365 | /*******************************************************************/ |
|
| 4366 | 4366 | placessidebar.sidebar { |
|
| 4367 | 4367 | background-color: transparent; |
|
| 4368 | - | background-image: linear-gradient(to right, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4368 | + | background-image: linear-gradient(to right, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4369 | 4369 | placessidebar.sidebar:dir(rtl) { |
|
| 4370 | - | background-image: linear-gradient(to left, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4370 | + | background-image: linear-gradient(to left, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4371 | 4371 | placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon { |
|
| 4372 | 4372 | margin-left: -14px; |
|
| 4373 | 4373 | margin-right: 12px; |
|
| 4520 | 4520 | box-shadow: inset 0 1px rgba(255, 255, 255, 0); |
|
| 4521 | 4521 | text-shadow: none; |
|
| 4522 | 4522 | -gtk-icon-shadow: none; |
|
| 4523 | - | color: #868586; |
|
| 4523 | + | color: #898889; |
|
| 4524 | 4524 | border-color: rgba(43, 43, 43, 0.5); |
|
| 4525 | 4525 | -gtk-icon-shadow: none; |
|
| 4526 | 4526 | box-shadow: none; } |
|
| 4564 | 4564 | .osd spinbutton.vertical button:first-child, .osd spinbutton.vertical combobox.linked button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo { |
|
| 4565 | 4565 | color: #ffffff; |
|
| 4566 | 4566 | border-color: #2b2b2b; |
|
| 4567 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4567 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4568 | 4568 | background-clip: padding-box; |
|
| 4569 | 4569 | text-shadow: 0 1px black; |
|
| 4570 | 4570 | -gtk-icon-shadow: 0 1px black; |
|
| 4572 | 4572 | .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical combobox.linked button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:hover:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:hover, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:hover { |
|
| 4573 | 4573 | color: white; |
|
| 4574 | 4574 | border-color: #2b2b2b; |
|
| 4575 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 4575 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 4576 | 4576 | background-clip: padding-box; |
|
| 4577 | 4577 | text-shadow: 0 1px black; |
|
| 4578 | 4578 | -gtk-icon-shadow: 0 1px black; |
|
| 4580 | 4580 | .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical combobox.linked button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:active:nth-child(2):dir(rtl), .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:active, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:active { |
|
| 4581 | 4581 | color: white; |
|
| 4582 | 4582 | border-color: #2b2b2b; |
|
| 4583 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 4583 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 4584 | 4584 | background-clip: padding-box; |
|
| 4585 | 4585 | text-shadow: none; |
|
| 4586 | 4586 | -gtk-icon-shadow: none; |
|
| 4587 | 4587 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 4588 | 4588 | .osd spinbutton.vertical button:first-child:disabled { |
|
| 4589 | - | color: #868586; |
|
| 4589 | + | color: #898889; |
|
| 4590 | 4590 | border-color: #2b2b2b; |
|
| 4591 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 4591 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 4592 | 4592 | background-clip: padding-box; |
|
| 4593 | 4593 | box-shadow: none; |
|
| 4594 | 4594 | text-shadow: none; |
|
| 4596 | 4596 | .osd spinbutton.vertical button:first-child:backdrop { |
|
| 4597 | 4597 | color: #ffffff; |
|
| 4598 | 4598 | border-color: #2b2b2b; |
|
| 4599 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 4599 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 4600 | 4600 | background-clip: padding-box; |
|
| 4601 | 4601 | box-shadow: none; |
|
| 4602 | 4602 | text-shadow: none; |
|
| 4694 | 4694 | padding: 13px; |
|
| 4695 | 4695 | border: none; |
|
| 4696 | 4696 | border-radius: 5px; |
|
| 4697 | - | background-color: rgba(12, 11, 13, 0.93); } |
|
| 4697 | + | background-color: rgba(18, 17, 19, 0.93); } |
|
| 4698 | 4698 | toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { |
|
| 4699 | 4699 | border-radius: 0; } |
|
| 4700 | 4700 | toolbar.horizontal separator { |
|
| 4738 | 4738 | box-shadow: none; |
|
| 4739 | 4739 | text-shadow: 0 1px black; } |
|
| 4740 | 4740 | tooltip.background { |
|
| 4741 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4741 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4742 | 4742 | background-clip: padding-box; |
|
| 4743 | 4743 | border: 1px solid #2b2b2b; } |
|
| 4744 | 4744 | tooltip decoration { |
|
| 5018 | 5018 | .budgie-popover.background { |
|
| 5019 | 5019 | border-radius: 10px; |
|
| 5020 | 5020 | padding: 0; |
|
| 5021 | - | background: #0c0b0d; |
|
| 5021 | + | background: #121113; |
|
| 5022 | 5022 | background-clip: border-box; |
|
| 5023 | 5023 | box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); |
|
| 5024 | 5024 | border: 1px solid #2b2b2b; } |
|
| 5264 | 5264 | ||
| 5265 | 5265 | .budgie-panel { |
|
| 5266 | 5266 | color: #ffffff; |
|
| 5267 | - | background-color: #070607; |
|
| 5267 | + | background-color: #0d0c0e; |
|
| 5268 | 5268 | background-image: none; |
|
| 5269 | 5269 | box-shadow: none; |
|
| 5270 | 5270 | border: none; |
|
| 5273 | 5273 | color: #e75353; } |
|
| 5274 | 5274 | .budgie-panel:backdrop, label:backdrop selection.budgie-panel, progressbar:backdrop trough.budgie-panel, progressbar:backdrop progress.budgie-panel { |
|
| 5275 | 5275 | color: #ffffff; |
|
| 5276 | - | background-color: #070607; } |
|
| 5276 | + | background-color: #0d0c0e; } |
|
| 5277 | 5277 | .budgie-panel button { |
|
| 5278 | 5278 | border-top-width: 0; |
|
| 5279 | 5279 | border-bottom-width: 0; |
|
| 5292 | 5292 | color: #ffffff; |
|
| 5293 | 5293 | font-weight: 700; } |
|
| 5294 | 5294 | .budgie-panel.transparent { |
|
| 5295 | - | background-color: rgba(7, 6, 7, 0.85); } |
|
| 5295 | + | background-color: rgba(13, 12, 14, 0.85); } |
|
| 5296 | 5296 | .top .budgie-panel.transparent { |
|
| 5297 | 5297 | border-bottom-color: transparent; } |
|
| 5298 | 5298 | .bottom .budgie-panel.transparent { |
|
| 5315 | 5315 | .budgie-panel #tasklist-button:backdrop { |
|
| 5316 | 5316 | outline-color: transparent; |
|
| 5317 | 5317 | transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |
|
| 5318 | - | border-color: rgba(7, 6, 7, 0); |
|
| 5318 | + | border-color: rgba(13, 12, 14, 0); |
|
| 5319 | 5319 | border-radius: 0; |
|
| 5320 | 5320 | background-color: transparent; |
|
| 5321 | 5321 | box-shadow: none; |
|
| 5324 | 5324 | .budgie-panel button.flat.launcher { |
|
| 5325 | 5325 | outline-color: transparent; |
|
| 5326 | 5326 | transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |
|
| 5327 | - | border-color: rgba(7, 6, 7, 0); |
|
| 5327 | + | border-color: rgba(13, 12, 14, 0); |
|
| 5328 | 5328 | border-radius: 0; |
|
| 5329 | 5329 | padding: 0; |
|
| 5330 | 5330 | background-clip: padding-box; |
|
| 5492 | 5492 | .raven { |
|
| 5493 | 5493 | padding: 0; |
|
| 5494 | 5494 | color: #ffffff; |
|
| 5495 | - | background: #0c0b0d; |
|
| 5495 | + | background: #121113; |
|
| 5496 | 5496 | transition: 170ms ease-out; } |
|
| 5497 | 5497 | .raven list { |
|
| 5498 | 5498 | color: #ffffff; |
|
| 5504 | 5504 | background-color: transparent; } |
|
| 5505 | 5505 | .raven list row:hover, |
|
| 5506 | 5506 | .raven list row.activatable:hover { |
|
| 5507 | - | background-color: rgba(45, 41, 49, 0.3); } |
|
| 5507 | + | background-color: rgba(51, 48, 54, 0.3); } |
|
| 5508 | 5508 | .raven list row:selected, |
|
| 5509 | 5509 | .raven list row.activatable:selected { |
|
| 5510 | 5510 | background-color: rgba(231, 138, 83, 0.9); } |
|
| 5663 | 5663 | ||
| 5664 | 5664 | .budgie-session-dialog, .budgie-run-dialog, .budgie-polkit-dialog { |
|
| 5665 | 5665 | color: #ffffff; |
|
| 5666 | - | background-color: #070607; } |
|
| 5666 | + | background-color: #0d0c0e; } |
|
| 5667 | 5667 | .budgie-session-dialog label:backdrop, .budgie-run-dialog label:backdrop, .budgie-polkit-dialog label:backdrop { |
|
| 5668 | 5668 | color: rgba(255, 255, 255, 0.8); } |
|
| 5669 | 5669 | .budgie-session-dialog .dialog-title, .budgie-run-dialog .dialog-title, .budgie-polkit-dialog .dialog-title { |
|
| 5743 | 5743 | margin: 4px; |
|
| 5744 | 5744 | padding: 5px; |
|
| 5745 | 5745 | border-radius: 0; |
|
| 5746 | - | background-color: #070607; } |
|
| 5746 | + | background-color: #0d0c0e; } |
|
| 5747 | 5747 | .budgie-menubar menu menuitem:hover { |
|
| 5748 | 5748 | background-color: #e78a53; |
|
| 5749 | 5749 | color: #121113; } |
|
| 5754 | 5754 | min-height: 16px; } |
|
| 5755 | 5755 | .budgie-menubar arrow.top { |
|
| 5756 | 5756 | -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); |
|
| 5757 | - | border-bottom: 1px solid #242325; } |
|
| 5757 | + | border-bottom: 1px solid #2a292b; } |
|
| 5758 | 5758 | .budgie-menubar arrow.bottom { |
|
| 5759 | 5759 | -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); |
|
| 5760 | - | border-top: 1px solid #242325; } |
|
| 5760 | + | border-top: 1px solid #2a292b; } |
|
| 5761 | 5761 | ||
| 5762 | 5762 | .budgie-menubar menuitem accelerator { |
|
| 5763 | 5763 | color: rgba(255, 255, 255, 0.35); } |
|
| 5770 | 5770 | border-style: none none solid; } |
|
| 5771 | 5771 | ||
| 5772 | 5772 | .workspace-switcher .workspace-layout { |
|
| 5773 | - | border: 0 solid #070607; } |
|
| 5773 | + | border: 0 solid #0d0c0e; } |
|
| 5774 | 5774 | .top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { |
|
| 5775 | 5775 | border-left-width: 1px; } |
|
| 5776 | 5776 | .top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { |
|
| 5780 | 5780 | ||
| 5781 | 5781 | .workspace-switcher .workspace-item, |
|
| 5782 | 5782 | .workspace-switcher .workspace-add-button { |
|
| 5783 | - | border: 0 solid #201e23; } |
|
| 5783 | + | border: 0 solid #262429; } |
|
| 5784 | 5784 | .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) { |
|
| 5785 | 5785 | border-right-width: 1px; } |
|
| 5786 | 5786 | .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) { |
|
| 6098 | 6098 | ||
| 6099 | 6099 | /**level bars**/ |
|
| 6100 | 6100 | .sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus { |
|
| 6101 | - | background: linear-gradient(to right, #322e36, #322e36); |
|
| 6101 | + | background: linear-gradient(to right, #38353b, #38353b); |
|
| 6102 | 6102 | border: 1px solid rgba(0, 0, 0, 0.14); |
|
| 6103 | 6103 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
| 6104 | 6104 | border-radius: 2px; } |
|
| 6198 | 6198 | .xfce4-panel { |
|
| 6199 | 6199 | border-radius: 0; } |
|
| 6200 | 6200 | .xfce4-panel.panel { |
|
| 6201 | - | background-color: #0c0b0d; |
|
| 6201 | + | background-color: #121113; |
|
| 6202 | 6202 | text-shadow: none; |
|
| 6203 | 6203 | -gtk-icon-shadow: none; } |
|
| 6204 | 6204 | ||
| 6206 | 6206 | color: rgba(255, 255, 255, 0.8); |
|
| 6207 | 6207 | border-radius: 0; |
|
| 6208 | 6208 | border: none; |
|
| 6209 | - | background-color: #0c0b0d; } |
|
| 6209 | + | background-color: #121113; } |
|
| 6210 | 6210 | #tasklist-button:hover { |
|
| 6211 | 6211 | color: white; |
|
| 6212 | 6212 | background-color: rgba(0, 0, 0, 0.17); } |
|
| 6219 | 6219 | color: #ffffff; |
|
| 6220 | 6220 | border-radius: 0; |
|
| 6221 | 6221 | border: none; |
|
| 6222 | - | background-color: #0c0b0d; } |
|
| 6222 | + | background-color: #121113; } |
|
| 6223 | 6223 | .xfce4-panel.panel button:hover:not(.open_group) { |
|
| 6224 | 6224 | border: none; |
|
| 6225 | - | background-color: #262229; } |
|
| 6225 | + | background-color: #2c292e; } |
|
| 6226 | 6226 | .xfce4-panel.panel button:active:not(.open_group), .xfce4-panel.panel button:checked:not(.open_group) { |
|
| 6227 | 6227 | color: #ffffff; |
|
| 6228 | 6228 | border: none; |
|
| 6433 | 6433 | border-color: #e78a53; |
|
| 6434 | 6434 | border-radius: 5px; } |
|
| 6435 | 6435 | MsdOsdWindow.background.osd .trough { |
|
| 6436 | - | background-color: rgba(0, 0, 0, 0.93); |
|
| 6436 | + | background-color: rgba(5, 5, 6, 0.93); |
|
| 6437 | 6437 | border: none; |
|
| 6438 | 6438 | border-radius: 5px; } |
|
| 6439 | 6439 | ||
| 6440 | 6440 | .mate-panel-menu-bar { |
|
| 6441 | - | background-color: #0c0b0d; |
|
| 6441 | + | background-color: #121113; |
|
| 6442 | 6442 | border-radius: 0; } |
|
| 6443 | 6443 | .mate-panel-menu-bar button { |
|
| 6444 | 6444 | border-radius: 0; } |
|
| 6478 | 6478 | * LightDm * |
|
| 6479 | 6479 | ***********/ |
|
| 6480 | 6480 | #panel_window { |
|
| 6481 | - | background-color: #0c0b0d; |
|
| 6481 | + | background-color: #121113; |
|
| 6482 | 6482 | color: #ffffff; |
|
| 6483 | 6483 | font-weight: bold; |
|
| 6484 | 6484 | box-shadow: inset 0 -1px black; } |
|
| 6543 | 6543 | padding-top: 20px; |
|
| 6544 | 6544 | padding-bottom: 0px; |
|
| 6545 | 6545 | border-style: none; |
|
| 6546 | - | background-color: #0c0b0d; |
|
| 6546 | + | background-color: #121113; |
|
| 6547 | 6547 | border-bottom-left-radius: 3px; |
|
| 6548 | 6548 | border-bottom-right-radius: 3px; |
|
| 6549 | 6549 | border: solid rgba(0, 0, 0, 0.1); |
|
| 6552 | 6552 | #buttonbox_frame button { |
|
| 6553 | 6553 | color: #ffffff; |
|
| 6554 | 6554 | border-color: #2b2b2b; |
|
| 6555 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 6555 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 6556 | 6556 | background-clip: padding-box; |
|
| 6557 | 6557 | text-shadow: 0 1px black; |
|
| 6558 | 6558 | -gtk-icon-shadow: 0 1px black; |
|
| 6560 | 6560 | #buttonbox_frame button:hover { |
|
| 6561 | 6561 | color: white; |
|
| 6562 | 6562 | border-color: #2b2b2b; |
|
| 6563 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 6563 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 6564 | 6564 | background-clip: padding-box; |
|
| 6565 | 6565 | text-shadow: 0 1px black; |
|
| 6566 | 6566 | -gtk-icon-shadow: 0 1px black; |
|
| 6568 | 6568 | #buttonbox_frame button:active, #buttonbox_frame button:checked { |
|
| 6569 | 6569 | color: white; |
|
| 6570 | 6570 | border-color: #2b2b2b; |
|
| 6571 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 6571 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 6572 | 6572 | background-clip: padding-box; |
|
| 6573 | 6573 | text-shadow: none; |
|
| 6574 | 6574 | -gtk-icon-shadow: none; |
|
| 6575 | 6575 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 6576 | 6576 | #buttonbox_frame button:disabled { |
|
| 6577 | - | color: #868586; |
|
| 6577 | + | color: #898889; |
|
| 6578 | 6578 | border-color: #2b2b2b; |
|
| 6579 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 6579 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 6580 | 6580 | background-clip: padding-box; |
|
| 6581 | 6581 | box-shadow: none; |
|
| 6582 | 6582 | text-shadow: none; |
|
| 6598 | 6598 | font-weight: bold; } |
|
| 6599 | 6599 | ||
| 6600 | 6600 | .nemo-window .places-treeview { |
|
| 6601 | - | -NemoPlacesTreeView-disk-full-bg-color: #322e36; |
|
| 6601 | + | -NemoPlacesTreeView-disk-full-bg-color: #38353b; |
|
| 6602 | 6602 | -NemoPlacesTreeView-disk-full-fg-color: #fbcb97; |
|
| 6603 | 6603 | -GtkTreeView-vertical-separator: 10; } |
|
| 6604 | 6604 | .nemo-window .places-treeview .view.cell:hover, |
|
| 6605 | 6605 | .nemo-window .places-treeview iconview.cell:hover { |
|
| 6606 | - | background: rgba(4, 4, 5, 0.7); } |
|
| 6606 | + | background: rgba(10, 10, 11, 0.7); } |
|
| 6607 | 6607 | .nemo-window .places-treeview .view.cell:selected, |
|
| 6608 | 6608 | .nemo-window .places-treeview iconview.cell:selected { |
|
| 6609 | 6609 | background: #e78a53; |
|
| 6610 | 6610 | color: #121113; } |
|
| 6611 | 6611 | ||
| 6612 | 6612 | .nemo-window .sidebar { |
|
| 6613 | - | background-color: #0c0b0d; } |
|
| 6613 | + | background-color: #121113; } |
|
| 6614 | 6614 | .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { |
|
| 6615 | 6615 | color: #ffffff; |
|
| 6616 | 6616 | background-color: transparent; } |
|
| 6628 | 6628 | color: #121113; } |
|
| 6629 | 6629 | ||
| 6630 | 6630 | .nemo-window toolbar.primary-toolbar { |
|
| 6631 | - | background: #0c0b0d; } |
|
| 6631 | + | background: #121113; } |
|
| 6632 | 6632 | ||
| 6633 | 6633 | .nemo-window .nemo-inactive-pane .view, |
|
| 6634 | 6634 | .nemo-window .nemo-inactive-pane iconview { |
|
| 6635 | 6635 | background-color: #141415; } |
|
| 6636 | 6636 | ||
| 6637 | 6637 | .nemo-window grid > paned > separator { |
|
| 6638 | - | background-image: image(#0c0b0d); } |
|
| 6638 | + | background-image: image(#121113); } |
|
| 6639 | 6639 | ||
| 6640 | 6640 | /* thunar */ |
|
| 6641 | 6641 | .thunar toolbar { |
|
| 6642 | - | background-color: #0c0b0d; } |
|
| 6642 | + | background-color: #121113; } |
|
| 6643 | 6643 | ||
| 6644 | 6644 | /* buttons in toolbar */ |
|
| 6645 | 6645 | .thunar toolbar.horizontal button image { |
|
| 6653 | 6653 | text-shadow: none; |
|
| 6654 | 6654 | box-shadow: none; |
|
| 6655 | 6655 | border: 1px solid #2b2b2b; |
|
| 6656 | - | background-color: #161418; |
|
| 6656 | + | background-color: #1c1b1e; |
|
| 6657 | 6657 | border-radius: 0; |
|
| 6658 | 6658 | border-right: 0.5px solid #2b2b2b; |
|
| 6659 | 6659 | box-shadow: none; |
|
| 6701 | 6701 | ||
| 6702 | 6702 | /* thunar sidepane */ |
|
| 6703 | 6703 | .thunar scrolledwindow.sidebar treeview.view { |
|
| 6704 | - | background: #070607; |
|
| 6704 | + | background: #0d0c0e; |
|
| 6705 | 6705 | padding: 1.5px; } |
|
| 6706 | 6706 | .thunar scrolledwindow.sidebar treeview.view:hover, .thunar scrolledwindow.sidebar treeview.view:selected { |
|
| 6707 | 6707 | background: rgba(231, 138, 83, 0.7); |
|
| 6724 | 6724 | * Caja sidebar * |
|
| 6725 | 6725 | **************/ |
|
| 6726 | 6726 | .caja-side-pane { |
|
| 6727 | - | background: #0c0b0d; } |
|
| 6727 | + | background: #121113; } |
|
| 6728 | 6728 | .caja-side-pane .frame { |
|
| 6729 | 6729 | border-width: 1px 0 0; } |
|
| 6730 | 6730 | .caja-side-pane treeview.view, |
|
| 6731 | 6731 | .caja-side-pane textview.view text, |
|
| 6732 | 6732 | .caja-side-pane viewport.frame, |
|
| 6733 | 6733 | .caja-side-pane widget .vertical { |
|
| 6734 | - | background: #0c0b0d; |
|
| 6734 | + | background: #121113; |
|
| 6735 | 6735 | padding: 3px 2px; } |
|
| 6736 | 6736 | .caja-side-pane treeview.view:hover, |
|
| 6737 | 6737 | .caja-side-pane textview.view text:hover, |
|
| 6738 | 6738 | .caja-side-pane viewport.frame:hover, |
|
| 6739 | 6739 | .caja-side-pane widget .vertical:hover { |
|
| 6740 | - | background-color: rgba(25, 23, 27, 0.95); } |
|
| 6740 | + | background-color: rgba(31, 29, 32, 0.95); } |
|
| 6741 | 6741 | .caja-side-pane treeview.view:selected, |
|
| 6742 | 6742 | .caja-side-pane textview.view text:selected, |
|
| 6743 | 6743 | .caja-side-pane viewport.frame:selected, |
|
| 6744 | 6744 | .caja-side-pane widget .vertical:selected { |
|
| 6745 | 6745 | color: #ffffff; |
|
| 6746 | - | background: rgba(25, 23, 27, 0.93); } |
|
| 6746 | + | background: rgba(31, 29, 32, 0.93); } |
|
| 6747 | 6747 | .caja-side-pane treeview.view:selected:hover, |
|
| 6748 | 6748 | .caja-side-pane textview.view text:selected:hover, |
|
| 6749 | 6749 | .caja-side-pane viewport.frame:selected:hover, |
|
| 6750 | 6750 | .caja-side-pane widget .vertical:selected:hover { |
|
| 6751 | - | background: rgba(25, 23, 27, 0.93); |
|
| 6751 | + | background: rgba(31, 29, 32, 0.93); |
|
| 6752 | 6752 | color: #fff; } |
|
| 6753 | 6753 | ||
| 6754 | 6754 | /************** |
|
| 6758 | 6758 | background: #1c1b1d; } |
|
| 6759 | 6759 | ||
| 6760 | 6760 | .caja-navigation-window .primary-toolbar { |
|
| 6761 | - | background: #0c0b0d; } |
|
| 6761 | + | background: #121113; } |
|
| 6762 | 6762 | .caja-navigation-window .primary-toolbar button, .caja-navigation-window .primary-toolbar button:backdrop { |
|
| 6763 | 6763 | border-color: transparent; |
|
| 6764 | 6764 | background-color: transparent; |
|
| 6778 | 6778 | text-shadow: none; |
|
| 6779 | 6779 | box-shadow: none; |
|
| 6780 | 6780 | border: 1px solid #2b2b2b; |
|
| 6781 | - | background-color: #161418; |
|
| 6781 | + | background-color: #1c1b1e; |
|
| 6782 | 6782 | border-radius: 0px; |
|
| 6783 | 6783 | border-right: 1px solid #2b2b2b; |
|
| 6784 | 6784 | border-left: none; |
|
Binary file — no preview.
| 175 | 175 | .app-notification.frame { |
|
| 176 | 176 | padding: 10px; |
|
| 177 | 177 | border-radius: 0 0 5px 5px; |
|
| 178 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 178 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 179 | 179 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); |
|
| 180 | 180 | background-clip: padding-box; } |
|
| 181 | 181 | .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop selection.app-notification, |
|
| 340 | 340 | .app-notification.frame, .osd { |
|
| 341 | 341 | color: #ffffff; |
|
| 342 | 342 | border: none; |
|
| 343 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 343 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 344 | 344 | background-clip: padding-box; |
|
| 345 | 345 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 346 | 346 | text-shadow: 0 1px black; |
|
| 525 | 525 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 526 | 526 | color: #ffffff; |
|
| 527 | 527 | border-color: #2b2b2b; |
|
| 528 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 528 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 529 | 529 | background-clip: padding-box; |
|
| 530 | 530 | text-shadow: 0 1px black; |
|
| 531 | 531 | -gtk-icon-shadow: 0 1px black; |
|
| 539 | 539 | button.osd:hover { |
|
| 540 | 540 | color: white; |
|
| 541 | 541 | border-color: #2b2b2b; |
|
| 542 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 542 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 543 | 543 | background-clip: padding-box; |
|
| 544 | 544 | text-shadow: 0 1px black; |
|
| 545 | 545 | -gtk-icon-shadow: 0 1px black; |
|
| 551 | 551 | button.osd:checked { |
|
| 552 | 552 | color: white; |
|
| 553 | 553 | border-color: #2b2b2b; |
|
| 554 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 554 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 555 | 555 | background-clip: padding-box; |
|
| 556 | 556 | text-shadow: none; |
|
| 557 | 557 | -gtk-icon-shadow: none; |
|
| 561 | 561 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection.osd:disabled, label:disabled selection.osd, |
|
| 562 | 562 | button.osd:disabled:backdrop, |
|
| 563 | 563 | button.osd:disabled { |
|
| 564 | - | color: #868586; |
|
| 564 | + | color: #898889; |
|
| 565 | 565 | border-color: #2b2b2b; |
|
| 566 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 566 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 567 | 567 | background-clip: padding-box; |
|
| 568 | 568 | box-shadow: none; |
|
| 569 | 569 | text-shadow: none; |
|
| 573 | 573 | button.osd:backdrop { |
|
| 574 | 574 | color: #ffffff; |
|
| 575 | 575 | border-color: #2b2b2b; |
|
| 576 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 576 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 577 | 577 | background-clip: padding-box; |
|
| 578 | 578 | box-shadow: none; |
|
| 579 | 579 | text-shadow: none; |
|
| 584 | 584 | .app-notification.frame button, .osd .selection-mode windowcontrols button, .selection-mode windowcontrols .osd button, .osd button { |
|
| 585 | 585 | color: #ffffff; |
|
| 586 | 586 | border-color: #2b2b2b; |
|
| 587 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 587 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 588 | 588 | background-clip: padding-box; |
|
| 589 | 589 | text-shadow: 0 1px black; |
|
| 590 | 590 | -gtk-icon-shadow: 0 1px black; |
|
| 592 | 592 | popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { |
|
| 593 | 593 | color: white; |
|
| 594 | 594 | border-color: #2b2b2b; |
|
| 595 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 595 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 596 | 596 | background-clip: padding-box; |
|
| 597 | 597 | text-shadow: 0 1px black; |
|
| 598 | 598 | -gtk-icon-shadow: 0 1px black; |
|
| 600 | 600 | progressbar:backdrop progress:active, progressbar:backdrop trough:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { |
|
| 601 | 601 | color: white; |
|
| 602 | 602 | border-color: #2b2b2b; |
|
| 603 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 603 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 604 | 604 | background-clip: padding-box; |
|
| 605 | 605 | text-shadow: none; |
|
| 606 | 606 | -gtk-icon-shadow: none; |
|
| 607 | 607 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 608 | 608 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { |
|
| 609 | - | color: #868586; |
|
| 609 | + | color: #898889; |
|
| 610 | 610 | border-color: #2b2b2b; |
|
| 611 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 611 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 612 | 612 | background-clip: padding-box; |
|
| 613 | 613 | box-shadow: none; |
|
| 614 | 614 | text-shadow: none; |
|
| 616 | 616 | popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { |
|
| 617 | 617 | color: #ffffff; |
|
| 618 | 618 | border-color: #2b2b2b; |
|
| 619 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 619 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 620 | 620 | background-clip: padding-box; |
|
| 621 | 621 | box-shadow: none; |
|
| 622 | 622 | text-shadow: none; |
|
| 634 | 634 | popover.background.touch-selection button.flat:hover, popover.background.touch-selection .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.touch-selection button:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.magnifier button:hover, .app-notification button.flat:hover, .app-notification .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .app-notification button:hover, .osd button.flat:hover, .osd .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .osd button:hover { |
|
| 635 | 635 | color: white; |
|
| 636 | 636 | border-color: #2b2b2b; |
|
| 637 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 637 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 638 | 638 | background-clip: padding-box; |
|
| 639 | 639 | text-shadow: 0 1px black; |
|
| 640 | 640 | -gtk-icon-shadow: 0 1px black; |
|
| 641 | 641 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 642 | 642 | popover.background.touch-selection button.flat:disabled, popover.background.touch-selection .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.touch-selection button:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.magnifier button:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat, .osd button.flat:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled { |
|
| 643 | - | color: #868586; |
|
| 643 | + | color: #898889; |
|
| 644 | 644 | border-color: #2b2b2b; |
|
| 645 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 645 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 646 | 646 | background-clip: padding-box; |
|
| 647 | 647 | box-shadow: none; |
|
| 648 | 648 | text-shadow: none; |
|
| 660 | 660 | popover.background.touch-selection button.flat:active, popover.background.touch-selection .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.touch-selection button:active, popover.background.magnifier button.flat:active, popover.background.magnifier .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.magnifier button:active, .app-notification button.flat:active, .app-notification .selection-mode windowcontrols button:active, .selection-mode windowcontrols .app-notification button:active, popover.background.touch-selection button.flat:checked, popover.background.touch-selection .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.touch-selection button:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.magnifier button:checked, .app-notification button.flat:checked, .app-notification .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .app-notification button:checked, .osd button.flat:active, .osd .selection-mode windowcontrols button:active, .selection-mode windowcontrols .osd button:active, .osd button.flat:checked, .osd .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .osd button:checked { |
|
| 661 | 661 | color: white; |
|
| 662 | 662 | border-color: #2b2b2b; |
|
| 663 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 663 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 664 | 664 | background-clip: padding-box; |
|
| 665 | 665 | text-shadow: none; |
|
| 666 | 666 | -gtk-icon-shadow: none; |
|
| 818 | 818 | -gtk-icon-shadow: none; |
|
| 819 | 819 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 820 | 820 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.suggested-action:disabled, label:backdrop .osd selection.suggested-action:disabled, .osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled { |
|
| 821 | - | color: #868586; |
|
| 821 | + | color: #898889; |
|
| 822 | 822 | border-color: #2b2b2b; |
|
| 823 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 823 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 824 | 824 | background-clip: padding-box; |
|
| 825 | 825 | box-shadow: none; |
|
| 826 | 826 | text-shadow: none; |
|
| 967 | 967 | -gtk-icon-shadow: none; |
|
| 968 | 968 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 969 | 969 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.destructive-action:disabled, label:backdrop .osd selection.destructive-action:disabled, .osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { |
|
| 970 | - | color: #868586; |
|
| 970 | + | color: #898889; |
|
| 971 | 971 | border-color: #2b2b2b; |
|
| 972 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 972 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 973 | 973 | background-clip: padding-box; |
|
| 974 | 974 | box-shadow: none; |
|
| 975 | 975 | text-shadow: none; |
|
| 1784 | 1784 | * Dialogs * |
|
| 1785 | 1785 | ***********/ |
|
| 1786 | 1786 | messagedialog, .messagedialog, .dialog { |
|
| 1787 | - | background-color: #0c0b0d; } |
|
| 1787 | + | background-color: #121113; } |
|
| 1788 | 1788 | messagedialog .titlebar:not(headerbar), .messagedialog .titlebar:not(headerbar), .dialog .titlebar:not(headerbar) { |
|
| 1789 | - | background-color: #0c0b0d; } |
|
| 1789 | + | background-color: #121113; } |
|
| 1790 | 1790 | messagedialog .titlebar, .messagedialog .titlebar, .dialog .titlebar { |
|
| 1791 | 1791 | min-height: 20px; |
|
| 1792 | 1792 | background-image: none; |
|
| 1793 | - | background-color: #0c0b0d; |
|
| 1793 | + | background-color: #121113; |
|
| 1794 | 1794 | border-style: none; |
|
| 1795 | 1795 | border-top-left-radius: 4px; |
|
| 1796 | 1796 | border-top-right-radius: 4px; } |
|
| 1797 | 1797 | messagedialog.csd.background, .messagedialog.csd.background, .dialog.csd.background { |
|
| 1798 | - | background-color: #0c0b0d; |
|
| 1798 | + | background-color: #121113; |
|
| 1799 | 1799 | color: #ffffff; |
|
| 1800 | 1800 | border-bottom-left-radius: 5px; |
|
| 1801 | 1801 | border-bottom-right-radius: 5px; } |
|
| 1965 | 1965 | text-shadow: none; |
|
| 1966 | 1966 | -gtk-icon-shadow: none; } |
|
| 1967 | 1967 | .osd spinbutton.vertical > text:disabled, .osd spinbutton:disabled:not(.vertical), .osd entry:disabled { |
|
| 1968 | - | color: #868586; |
|
| 1968 | + | color: #898889; |
|
| 1969 | 1969 | border-color: #2b2b2b; |
|
| 1970 | - | background-color: rgba(36, 35, 37, 0.5); |
|
| 1970 | + | background-color: rgba(42, 41, 43, 0.5); |
|
| 1971 | 1971 | background-clip: padding-box; |
|
| 1972 | 1972 | box-shadow: none; |
|
| 1973 | 1973 | text-shadow: none; |
|
| 2389 | 2389 | headerbar { |
|
| 2390 | 2390 | padding: 0 6px; |
|
| 2391 | 2391 | min-height: 38px; |
|
| 2392 | - | background: #0c0b0d; |
|
| 2392 | + | background: #121113; |
|
| 2393 | 2393 | color: #ffffff; |
|
| 2394 | 2394 | border-radius: 0; } |
|
| 2395 | 2395 | .titlebar:backdrop, progressbar:backdrop progress.titlebar, progressbar:backdrop trough.titlebar, label:backdrop selection.titlebar, |
|
| 2675 | 2675 | box-shadow: none; } |
|
| 2676 | 2676 | ||
| 2677 | 2677 | .titlebar:not(headerbar) > separator { |
|
| 2678 | - | background: #0c0b0d; } |
|
| 2678 | + | background: #121113; } |
|
| 2679 | 2679 | ||
| 2680 | 2680 | .sidebar-pane .top-bar, .sidebar-pane .top-bar headerbar, .content-pane .top-bar, .content-pane .top-bar headerbar { |
|
| 2681 | - | background-color: #0c0b0d; } |
|
| 2681 | + | background-color: #121113; } |
|
| 2682 | 2682 | ||
| 2683 | 2683 | .raised.top-bar { |
|
| 2684 | - | background-color: #0c0b0d; } |
|
| 2684 | + | background-color: #121113; } |
|
| 2685 | 2685 | ||
| 2686 | 2686 | /************** |
|
| 2687 | 2687 | * GtkInfoBar * |
|
| 2984 | 2984 | *********/ |
|
| 2985 | 2985 | menubar, |
|
| 2986 | 2986 | .menubar { |
|
| 2987 | - | background-color: #0c0b0d; |
|
| 2987 | + | background-color: #121113; |
|
| 2988 | 2988 | color: #ffffff; |
|
| 2989 | 2989 | padding: 0px; |
|
| 2990 | 2990 | box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } |
|
| 3004 | 3004 | .menu, |
|
| 3005 | 3005 | .context-menu { |
|
| 3006 | 3006 | padding: 2px 0px; |
|
| 3007 | - | background: #0c0b0d; |
|
| 3007 | + | background: #121113; |
|
| 3008 | 3008 | border: none; |
|
| 3009 | 3009 | border-radius: 5px; |
|
| 3010 | 3010 | font: initial; } |
|
| 3452 | 3452 | text-shadow: none; |
|
| 3453 | 3453 | box-shadow: none; |
|
| 3454 | 3454 | border: 1px solid #2b2b2b; |
|
| 3455 | - | background-color: #161418; } |
|
| 3455 | + | background-color: #1c1b1e; } |
|
| 3456 | 3456 | #NautilusPathBar .dim-label, #NautilusPathBar label.separator, |
|
| 3457 | 3457 | #NautilusPathBar headerbar .subtitle, |
|
| 3458 | 3458 | headerbar #NautilusPathBar .subtitle, #NautilusPathBar .titlebar .subtitle, .titlebar #NautilusPathBar .subtitle, .pathbar .dim-label, .pathbar label.separator, |
|
| 3541 | 3541 | font: initial; } |
|
| 3542 | 3542 | popover.background > arrow, |
|
| 3543 | 3543 | popover.background > contents { |
|
| 3544 | - | background-color: #0c0b0d; |
|
| 3544 | + | background-color: #121113; |
|
| 3545 | 3545 | background-clip: padding-box; |
|
| 3546 | 3546 | border: 1px solid #2b2b2b; |
|
| 3547 | 3547 | box-shadow: 0 4px 6px #2b2b2b; |
|
| 3605 | 3605 | background-color: #222222; |
|
| 3606 | 3606 | border-color: #222222; } |
|
| 3607 | 3607 | popover.menu > arrow, popover.menu.background > contents { |
|
| 3608 | - | background-color: #0c0b0d; |
|
| 3608 | + | background-color: #121113; |
|
| 3609 | 3609 | color: #ffffff; |
|
| 3610 | 3610 | padding: 5px; } |
|
| 3611 | 3611 | popover.menu > arrow .view, popover.menu > arrow iconview, popover.menu.background > contents .view, popover.menu.background > contents iconview { |
|
| 3785 | 3785 | .osd scale slider { |
|
| 3786 | 3786 | color: #ffffff; |
|
| 3787 | 3787 | border-color: #2b2b2b; |
|
| 3788 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 3788 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 3789 | 3789 | background-clip: padding-box; |
|
| 3790 | 3790 | text-shadow: 0 1px black; |
|
| 3791 | 3791 | -gtk-icon-shadow: 0 1px black; |
|
| 3795 | 3795 | .osd scale slider:hover { |
|
| 3796 | 3796 | color: white; |
|
| 3797 | 3797 | border-color: #2b2b2b; |
|
| 3798 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 3798 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 3799 | 3799 | background-clip: padding-box; |
|
| 3800 | 3800 | text-shadow: 0 1px black; |
|
| 3801 | 3801 | -gtk-icon-shadow: 0 1px black; |
|
| 3804 | 3804 | .osd scale slider:active { |
|
| 3805 | 3805 | color: white; |
|
| 3806 | 3806 | border-color: #2b2b2b; |
|
| 3807 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 3807 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 3808 | 3808 | background-clip: padding-box; |
|
| 3809 | 3809 | text-shadow: none; |
|
| 3810 | 3810 | -gtk-icon-shadow: none; |
|
| 3811 | 3811 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 3812 | 3812 | background-color: #f1f1f1; } |
|
| 3813 | 3813 | .osd scale slider:disabled { |
|
| 3814 | - | color: #868586; |
|
| 3814 | + | color: #898889; |
|
| 3815 | 3815 | border-color: #2b2b2b; |
|
| 3816 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 3816 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 3817 | 3817 | background-clip: padding-box; |
|
| 3818 | 3818 | box-shadow: none; |
|
| 3819 | 3819 | text-shadow: none; |
|
| 4360 | 4360 | .sidebar row:selected label { |
|
| 4361 | 4361 | color: #121113; } |
|
| 4362 | 4362 | .sidebar.source-list { |
|
| 4363 | - | background: #0c0b0d; |
|
| 4363 | + | background: #121113; |
|
| 4364 | 4364 | padding: 4px 0px; } |
|
| 4365 | 4365 | .sidebar.source-list.view, iconview.source-list { |
|
| 4366 | 4366 | transition: all .12s ease-in; } |
|
| 4393 | 4393 | /*******************************************************************/ |
|
| 4394 | 4394 | placessidebar { |
|
| 4395 | 4395 | background-color: transparent; |
|
| 4396 | - | background-image: linear-gradient(to right, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4396 | + | background-image: linear-gradient(to right, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4397 | 4397 | placessidebar row.activatable { |
|
| 4398 | 4398 | padding: 1px 11px; |
|
| 4399 | 4399 | margin: 0; |
|
| 4439 | 4439 | background-color: transparent; } |
|
| 4440 | 4440 | ||
| 4441 | 4441 | .sidebar-pane, .sidebar-pane .bottom-bar { |
|
| 4442 | - | background-color: #0c0b0d; } |
|
| 4442 | + | background-color: #121113; } |
|
| 4443 | 4443 | ||
| 4444 | 4444 | .sidebar-pane .bottom-bar button { |
|
| 4445 | 4445 | border-color: transparent; |
|
| 4548 | 4548 | box-shadow: inset 0 1px rgba(255, 255, 255, 0); |
|
| 4549 | 4549 | text-shadow: none; |
|
| 4550 | 4550 | -gtk-icon-shadow: none; |
|
| 4551 | - | color: #868586; |
|
| 4551 | + | color: #898889; |
|
| 4552 | 4552 | border-color: rgba(43, 43, 43, 0.5); |
|
| 4553 | 4553 | -gtk-icon-shadow: none; |
|
| 4554 | 4554 | box-shadow: none; } |
|
| 4592 | 4592 | .osd spinbutton.vertical > button:first-child, .osd combobox.linked spinbutton.vertical > button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:nth-child(2):dir(rtl) { |
|
| 4593 | 4593 | color: #ffffff; |
|
| 4594 | 4594 | border-color: #2b2b2b; |
|
| 4595 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4595 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4596 | 4596 | background-clip: padding-box; |
|
| 4597 | 4597 | text-shadow: 0 1px black; |
|
| 4598 | 4598 | -gtk-icon-shadow: 0 1px black; |
|
| 4600 | 4600 | .osd spinbutton.vertical > button:first-child:hover, .osd combobox.linked spinbutton.vertical > button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:hover:nth-child(2):dir(rtl) { |
|
| 4601 | 4601 | color: white; |
|
| 4602 | 4602 | border-color: #2b2b2b; |
|
| 4603 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 4603 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 4604 | 4604 | background-clip: padding-box; |
|
| 4605 | 4605 | text-shadow: 0 1px black; |
|
| 4606 | 4606 | -gtk-icon-shadow: 0 1px black; |
|
| 4608 | 4608 | .osd spinbutton.vertical > button:first-child:active, .osd combobox.linked spinbutton.vertical > button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:active:nth-child(2):dir(rtl) { |
|
| 4609 | 4609 | color: white; |
|
| 4610 | 4610 | border-color: #2b2b2b; |
|
| 4611 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 4611 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 4612 | 4612 | background-clip: padding-box; |
|
| 4613 | 4613 | text-shadow: none; |
|
| 4614 | 4614 | -gtk-icon-shadow: none; |
|
| 4615 | 4615 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 4616 | 4616 | .osd spinbutton.vertical > button:first-child:disabled { |
|
| 4617 | - | color: #868586; |
|
| 4617 | + | color: #898889; |
|
| 4618 | 4618 | border-color: #2b2b2b; |
|
| 4619 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 4619 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 4620 | 4620 | background-clip: padding-box; |
|
| 4621 | 4621 | box-shadow: none; |
|
| 4622 | 4622 | text-shadow: none; |
|
| 4712 | 4712 | padding: 13px; |
|
| 4713 | 4713 | border: none; |
|
| 4714 | 4714 | border-radius: 5px; |
|
| 4715 | - | background-color: rgba(12, 11, 13, 0.93); } |
|
| 4715 | + | background-color: rgba(18, 17, 19, 0.93); } |
|
| 4716 | 4716 | toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { |
|
| 4717 | 4717 | border-radius: 0; } |
|
| 4718 | 4718 | toolbar.horizontal separator { |
|
| 4754 | 4754 | box-shadow: none; |
|
| 4755 | 4755 | text-shadow: 0 1px black; } |
|
| 4756 | 4756 | tooltip.background { |
|
| 4757 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4757 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4758 | 4758 | background-clip: padding-box; |
|
| 4759 | 4759 | border: 1px solid #2b2b2b; } |
|
| 4760 | 4760 | tooltip decoration { |
|
| 4935 | 4935 | padding: 4px; |
|
| 4936 | 4936 | border: solid 1px #2b2b2b; |
|
| 4937 | 4937 | border-radius: 0; |
|
| 4938 | - | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #0c0b0d, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4938 | + | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4939 | 4939 | window.solid-csd:backdrop, label:backdrop selection.solid-csd, progressbar:backdrop trough.solid-csd, progressbar:backdrop progress.solid-csd { |
|
| 4940 | 4940 | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4941 | 4941 | window.maximized, window.fullscreen { |
|
| 5542 | 5542 | color: #ffffff; |
|
| 5543 | 5543 | border: solid rgba(43, 43, 43, 0.95); |
|
| 5544 | 5544 | border-width: 1px 0; |
|
| 5545 | - | background-color: rgba(38, 35, 41, 0.45); } |
|
| 5545 | + | background-color: rgba(38, 36, 40, 0.45); } |
|
| 5546 | 5546 | .raven .raven-header *, .raven .raven-header button:link, |
|
| 5547 | 5547 | .raven .raven-header button:visited { |
|
| 5548 | 5548 | padding-top: 0; |
|
| 5577 | 5577 | text-shadow: none; |
|
| 5578 | 5578 | box-shadow: none; |
|
| 5579 | 5579 | border: 1px solid #2b2b2b; |
|
| 5580 | - | background-color: #161418; |
|
| 5580 | + | background-color: #1c1b1e; |
|
| 5581 | 5581 | border-radius: 0; } |
|
| 5582 | 5582 | .raven .raven-header button:hover { |
|
| 5583 | 5583 | color: #e78a53; |
|
| 5586 | 5586 | border-radius: 0; } |
|
| 5587 | 5587 | .raven .raven-header button:active, .raven .raven-header button:checked { |
|
| 5588 | 5588 | color: #e78a53; |
|
| 5589 | - | background-color: #070607; } |
|
| 5589 | + | background-color: #0d0c0e; } |
|
| 5590 | 5590 | .raven .raven-header button:disabled { |
|
| 5591 | 5591 | color: #898889; } |
|
| 5592 | 5592 | .raven list { |
|
| 5599 | 5599 | background-color: transparent; } |
|
| 5600 | 5600 | .raven list row:hover, |
|
| 5601 | 5601 | .raven list row.activatable:hover { |
|
| 5602 | - | background-color: rgba(38, 35, 41, 0.25); } |
|
| 5602 | + | background-color: rgba(38, 36, 40, 0.25); } |
|
| 5603 | 5603 | .raven list row:selected, |
|
| 5604 | 5604 | .raven list row.activatable:selected { |
|
| 5605 | 5605 | background-color: rgba(231, 138, 83, 0.9); } |
|
| 5849 | 5849 | min-height: 16px; } |
|
| 5850 | 5850 | .budgie-menubar arrow.top { |
|
| 5851 | 5851 | -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); |
|
| 5852 | - | border-bottom: 1px solid rgba(40, 39, 41, 0.928); } |
|
| 5852 | + | border-bottom: 1px solid rgba(45, 44, 46, 0.928); } |
|
| 5853 | 5853 | .budgie-menubar arrow.bottom { |
|
| 5854 | 5854 | -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); |
|
| 5855 | - | border-top: 1px solid rgba(40, 39, 41, 0.928); } |
|
| 5855 | + | border-top: 1px solid rgba(45, 44, 46, 0.928); } |
|
| 5856 | 5856 | ||
| 5857 | 5857 | .budgie-menubar menuitem accelerator { |
|
| 5858 | 5858 | color: rgba(255, 255, 255, 0.35); } |
|
| 5875 | 5875 | ||
| 5876 | 5876 | .workspace-switcher .workspace-item, |
|
| 5877 | 5877 | .workspace-switcher .workspace-add-button { |
|
| 5878 | - | border: 0 solid rgba(26, 23, 28, 0.95); } |
|
| 5878 | + | border: 0 solid rgba(26, 24, 27, 0.95); } |
|
| 5879 | 5879 | .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) { |
|
| 5880 | 5880 | border-right-width: 1px; } |
|
| 5881 | 5881 | .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) { |
|
| 6064 | 6064 | label:backdrop selection.calendar-list, |
|
| 6065 | 6065 | progressbar:backdrop trough.calendar-list, |
|
| 6066 | 6066 | progressbar:backdrop progress.calendar-list { |
|
| 6067 | - | background-color: #0c0b0d; } |
|
| 6067 | + | background-color: #121113; } |
|
| 6068 | 6068 | ||
| 6069 | 6069 | /****************************** |
|
| 6070 | 6070 | * Gnome system monitor graph * |
|
| 6242 | 6242 | ||
| 6243 | 6243 | /**level bars**/ |
|
| 6244 | 6244 | .sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus { |
|
| 6245 | - | background: linear-gradient(to right, #322e36, #322e36); |
|
| 6245 | + | background: linear-gradient(to right, #38353b, #38353b); |
|
| 6246 | 6246 | border: 1px solid rgba(0, 0, 0, 0.14); |
|
| 6247 | 6247 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
| 6248 | 6248 | border-radius: 2px; } |
|
| 6340 | 6340 | background-size: calc(100% + 2px); } |
|
| 6341 | 6341 | ||
| 6342 | 6342 | .xfce4-panel.panel { |
|
| 6343 | - | background-color: #0c0b0d; |
|
| 6343 | + | background-color: #121113; |
|
| 6344 | 6344 | text-shadow: none; |
|
| 6345 | 6345 | -gtk-icon-shadow: none; } |
|
| 6346 | 6346 | ||
| 6348 | 6348 | color: rgba(255, 255, 255, 0.8); |
|
| 6349 | 6349 | border-radius: 0; |
|
| 6350 | 6350 | border: none; |
|
| 6351 | - | background-color: rgba(12, 11, 13, 0); } |
|
| 6351 | + | background-color: rgba(18, 17, 19, 0); } |
|
| 6352 | 6352 | #tasklist-button:hover { |
|
| 6353 | 6353 | color: white; |
|
| 6354 | 6354 | background-color: rgba(0, 0, 0, 0.17); } |
|
| 6361 | 6361 | color: #ffffff; |
|
| 6362 | 6362 | border-radius: 0; |
|
| 6363 | 6363 | border: none; |
|
| 6364 | - | background-color: rgba(12, 11, 13, 0); } |
|
| 6364 | + | background-color: rgba(18, 17, 19, 0); } |
|
| 6365 | 6365 | .xfce4-panel.panel button.flat:hover:not(.open_group) { |
|
| 6366 | 6366 | border: none; |
|
| 6367 | - | background-color: #262229; } |
|
| 6367 | + | background-color: #2c292e; } |
|
| 6368 | 6368 | .xfce4-panel.panel button.flat:active:not(.open_group), .xfce4-panel.panel button.flat:checked:not(.open_group) { |
|
| 6369 | 6369 | color: #121113; |
|
| 6370 | 6370 | border: none; |
|
| 6523 | 6523 | border-color: #e78a53; |
|
| 6524 | 6524 | border-radius: 5px; } |
|
| 6525 | 6525 | MsdOsdWindow.background.osd .trough { |
|
| 6526 | - | background-color: rgba(0, 0, 0, 0.93); |
|
| 6526 | + | background-color: rgba(5, 5, 6, 0.93); |
|
| 6527 | 6527 | border: none; |
|
| 6528 | 6528 | border-radius: 5px; } |
|
| 6529 | 6529 | ||
| 6555 | 6555 | * LightDm * |
|
| 6556 | 6556 | ***********/ |
|
| 6557 | 6557 | #panel_window { |
|
| 6558 | - | background-color: #0c0b0d; |
|
| 6558 | + | background-color: #121113; |
|
| 6559 | 6559 | color: #ffffff; |
|
| 6560 | 6560 | font-weight: bold; |
|
| 6561 | 6561 | box-shadow: inset 0 -1px black; } |
|
| 6620 | 6620 | padding-top: 20px; |
|
| 6621 | 6621 | padding-bottom: 0px; |
|
| 6622 | 6622 | border-style: none; |
|
| 6623 | - | background-color: #0c0b0d; |
|
| 6623 | + | background-color: #121113; |
|
| 6624 | 6624 | border-bottom-left-radius: 3px; |
|
| 6625 | 6625 | border-bottom-right-radius: 3px; |
|
| 6626 | 6626 | border: solid rgba(0, 0, 0, 0.1); |
|
| 6629 | 6629 | #buttonbox_frame button { |
|
| 6630 | 6630 | color: #ffffff; |
|
| 6631 | 6631 | border-color: #2b2b2b; |
|
| 6632 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 6632 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 6633 | 6633 | background-clip: padding-box; |
|
| 6634 | 6634 | text-shadow: 0 1px black; |
|
| 6635 | 6635 | -gtk-icon-shadow: 0 1px black; |
|
| 6637 | 6637 | #buttonbox_frame button:hover { |
|
| 6638 | 6638 | color: white; |
|
| 6639 | 6639 | border-color: #2b2b2b; |
|
| 6640 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 6640 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 6641 | 6641 | background-clip: padding-box; |
|
| 6642 | 6642 | text-shadow: 0 1px black; |
|
| 6643 | 6643 | -gtk-icon-shadow: 0 1px black; |
|
| 6645 | 6645 | #buttonbox_frame button:active, #buttonbox_frame button:checked { |
|
| 6646 | 6646 | color: white; |
|
| 6647 | 6647 | border-color: #2b2b2b; |
|
| 6648 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 6648 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 6649 | 6649 | background-clip: padding-box; |
|
| 6650 | 6650 | text-shadow: none; |
|
| 6651 | 6651 | -gtk-icon-shadow: none; |
|
| 6652 | 6652 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 6653 | 6653 | #buttonbox_frame button:disabled { |
|
| 6654 | - | color: #868586; |
|
| 6654 | + | color: #898889; |
|
| 6655 | 6655 | border-color: #2b2b2b; |
|
| 6656 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 6656 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 6657 | 6657 | background-clip: padding-box; |
|
| 6658 | 6658 | box-shadow: none; |
|
| 6659 | 6659 | text-shadow: none; |
|
| 6676 | 6676 | ||
| 6677 | 6677 | .nemo-window .places-treeview .view.cell:hover, |
|
| 6678 | 6678 | .nemo-window .places-treeview iconview.cell:hover { |
|
| 6679 | - | background: rgba(4, 4, 5, 0.7); } |
|
| 6679 | + | background: rgba(10, 10, 11, 0.7); } |
|
| 6680 | 6680 | ||
| 6681 | 6681 | .nemo-window .places-treeview .view.cell:selected, |
|
| 6682 | 6682 | .nemo-window .places-treeview iconview.cell:selected { |
|
| 6684 | 6684 | color: #121113; } |
|
| 6685 | 6685 | ||
| 6686 | 6686 | .nemo-window .sidebar { |
|
| 6687 | - | background-color: #0c0b0d; } |
|
| 6687 | + | background-color: #121113; } |
|
| 6688 | 6688 | .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { |
|
| 6689 | 6689 | color: #98abb2; |
|
| 6690 | 6690 | background-color: transparent; } |
|
| 6703 | 6703 | ||
| 6704 | 6704 | .nemo-window toolbar.primary-toolbar { |
|
| 6705 | 6705 | margin-bottom: -1px; |
|
| 6706 | - | background: #0c0b0d; } |
|
| 6706 | + | background: #121113; } |
|
| 6707 | 6707 | .nemo-window toolbar.primary-toolbar button { |
|
| 6708 | 6708 | color: #ffffff; |
|
| 6709 | 6709 | border-radius: 6px; |
|
| 6710 | 6710 | text-shadow: none; |
|
| 6711 | 6711 | box-shadow: none; |
|
| 6712 | 6712 | border: 1px solid #2b2b2b; |
|
| 6713 | - | background-color: #161418; |
|
| 6713 | + | background-color: #1c1b1e; |
|
| 6714 | 6714 | min-height: 24px; |
|
| 6715 | 6715 | padding: 3px; } |
|
| 6716 | 6716 | .nemo-window toolbar.primary-toolbar button:hover { |
|
| 6729 | 6729 | box-shadow: none; } |
|
| 6730 | 6730 | .nemo-window toolbar.primary-toolbar button:backdrop, .nemo-window toolbar.primary-toolbar button:disabled, .nemo-window toolbar.primary-toolbar button:backdrop:disabled { |
|
| 6731 | 6731 | color: rgba(255, 255, 255, 0.2); |
|
| 6732 | - | background-color: #0c0b0d; |
|
| 6732 | + | background-color: #121113; |
|
| 6733 | 6733 | text-shadow: none; |
|
| 6734 | 6734 | box-shadow: none; } |
|
| 6735 | 6735 | ||
| 6739 | 6739 | ||
| 6740 | 6740 | /* thunar */ |
|
| 6741 | 6741 | .thunar toolbar { |
|
| 6742 | - | background-color: #0c0b0d; } |
|
| 6742 | + | background-color: #121113; } |
|
| 6743 | 6743 | ||
| 6744 | 6744 | /* buttons in toolbar */ |
|
| 6745 | 6745 | .thunar toolbar.horizontal button image { |
|
| 6746 | 6746 | -gtk-icon-transform: scale(0.72); } |
|
| 6747 | 6747 | ||
| 6748 | 6748 | scrolledwindow.sidebar treeview.view { |
|
| 6749 | - | background: #070607; |
|
| 6749 | + | background: #0d0c0e; |
|
| 6750 | 6750 | padding: 1.5px; } |
|
| 6751 | 6751 | ||
| 6752 | 6752 | /* path-bar of thunar */ |
|
| 6757 | 6757 | text-shadow: none; |
|
| 6758 | 6758 | box-shadow: none; |
|
| 6759 | 6759 | border: 1px solid #2b2b2b; |
|
| 6760 | - | background-color: #161418; |
|
| 6760 | + | background-color: #1c1b1e; |
|
| 6761 | 6761 | border-radius: 0; |
|
| 6762 | 6762 | border-right: 0.5px solid #2b2b2b; |
|
| 6763 | 6763 | box-shadow: none; |
|
| 175 | 175 | .app-notification.frame { |
|
| 176 | 176 | padding: 10px; |
|
| 177 | 177 | border-radius: 0 0 5px 5px; |
|
| 178 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 178 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 179 | 179 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); |
|
| 180 | 180 | background-clip: padding-box; } |
|
| 181 | 181 | .app-notification:backdrop, progressbar:backdrop progress.app-notification, progressbar:backdrop trough.app-notification, label:backdrop selection.app-notification, |
|
| 340 | 340 | .app-notification.frame, .osd { |
|
| 341 | 341 | color: #ffffff; |
|
| 342 | 342 | border: none; |
|
| 343 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 343 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 344 | 344 | background-clip: padding-box; |
|
| 345 | 345 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 346 | 346 | text-shadow: 0 1px black; |
|
| 525 | 525 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 526 | 526 | color: #ffffff; |
|
| 527 | 527 | border-color: #2b2b2b; |
|
| 528 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 528 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 529 | 529 | background-clip: padding-box; |
|
| 530 | 530 | text-shadow: 0 1px black; |
|
| 531 | 531 | -gtk-icon-shadow: 0 1px black; |
|
| 539 | 539 | button.osd:hover { |
|
| 540 | 540 | color: white; |
|
| 541 | 541 | border-color: #2b2b2b; |
|
| 542 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 542 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 543 | 543 | background-clip: padding-box; |
|
| 544 | 544 | text-shadow: 0 1px black; |
|
| 545 | 545 | -gtk-icon-shadow: 0 1px black; |
|
| 551 | 551 | button.osd:checked { |
|
| 552 | 552 | color: white; |
|
| 553 | 553 | border-color: #2b2b2b; |
|
| 554 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 554 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 555 | 555 | background-clip: padding-box; |
|
| 556 | 556 | text-shadow: none; |
|
| 557 | 557 | -gtk-icon-shadow: none; |
|
| 561 | 561 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, label:backdrop selection.osd:disabled, label:disabled selection.osd, |
|
| 562 | 562 | button.osd:disabled:backdrop, |
|
| 563 | 563 | button.osd:disabled { |
|
| 564 | - | color: #868586; |
|
| 564 | + | color: #898889; |
|
| 565 | 565 | border-color: #2b2b2b; |
|
| 566 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 566 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 567 | 567 | background-clip: padding-box; |
|
| 568 | 568 | box-shadow: none; |
|
| 569 | 569 | text-shadow: none; |
|
| 573 | 573 | button.osd:backdrop { |
|
| 574 | 574 | color: #ffffff; |
|
| 575 | 575 | border-color: #2b2b2b; |
|
| 576 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 576 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 577 | 577 | background-clip: padding-box; |
|
| 578 | 578 | box-shadow: none; |
|
| 579 | 579 | text-shadow: none; |
|
| 584 | 584 | .app-notification.frame button, .osd .selection-mode windowcontrols button, .selection-mode windowcontrols .osd button, .osd button { |
|
| 585 | 585 | color: #ffffff; |
|
| 586 | 586 | border-color: #2b2b2b; |
|
| 587 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 587 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 588 | 588 | background-clip: padding-box; |
|
| 589 | 589 | text-shadow: 0 1px black; |
|
| 590 | 590 | -gtk-icon-shadow: 0 1px black; |
|
| 592 | 592 | popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover, .osd button:hover { |
|
| 593 | 593 | color: white; |
|
| 594 | 594 | border-color: #2b2b2b; |
|
| 595 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 595 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 596 | 596 | background-clip: padding-box; |
|
| 597 | 597 | text-shadow: 0 1px black; |
|
| 598 | 598 | -gtk-icon-shadow: 0 1px black; |
|
| 600 | 600 | progressbar:backdrop progress:active, progressbar:backdrop trough:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:active, progressbar:backdrop progress:checked, progressbar:backdrop trough:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked, .osd label:backdrop selection:active, label:backdrop .osd selection:active, .osd label:backdrop selection:checked, label:backdrop .osd selection:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { |
|
| 601 | 601 | color: white; |
|
| 602 | 602 | border-color: #2b2b2b; |
|
| 603 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 603 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 604 | 604 | background-clip: padding-box; |
|
| 605 | 605 | text-shadow: none; |
|
| 606 | 606 | -gtk-icon-shadow: none; |
|
| 607 | 607 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 608 | 608 | progressbar:backdrop progress:disabled, progressbar:backdrop trough:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { |
|
| 609 | - | color: #868586; |
|
| 609 | + | color: #898889; |
|
| 610 | 610 | border-color: #2b2b2b; |
|
| 611 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 611 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 612 | 612 | background-clip: padding-box; |
|
| 613 | 613 | box-shadow: none; |
|
| 614 | 614 | text-shadow: none; |
|
| 616 | 616 | popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { |
|
| 617 | 617 | color: #ffffff; |
|
| 618 | 618 | border-color: #2b2b2b; |
|
| 619 | - | background-image: linear-gradient(to bottom, rgba(12, 11, 13, 0.93), rgba(12, 11, 13, 0.93)); |
|
| 619 | + | background-image: linear-gradient(to bottom, rgba(18, 17, 19, 0.93), rgba(18, 17, 19, 0.93)); |
|
| 620 | 620 | background-clip: padding-box; |
|
| 621 | 621 | box-shadow: none; |
|
| 622 | 622 | text-shadow: none; |
|
| 634 | 634 | popover.background.touch-selection button.flat:hover, popover.background.touch-selection .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.touch-selection button:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier .selection-mode windowcontrols button:hover, .selection-mode windowcontrols popover.background.magnifier button:hover, .app-notification button.flat:hover, .app-notification .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .app-notification button:hover, .osd button.flat:hover, .osd .selection-mode windowcontrols button:hover, .selection-mode windowcontrols .osd button:hover { |
|
| 635 | 635 | color: white; |
|
| 636 | 636 | border-color: #2b2b2b; |
|
| 637 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 637 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 638 | 638 | background-clip: padding-box; |
|
| 639 | 639 | text-shadow: 0 1px black; |
|
| 640 | 640 | -gtk-icon-shadow: 0 1px black; |
|
| 641 | 641 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 642 | 642 | popover.background.touch-selection button.flat:disabled, popover.background.touch-selection .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.touch-selection button:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols popover.background.magnifier button:disabled, .osd label:disabled selection.flat, label:disabled .osd selection.flat, .osd button.flat:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled { |
|
| 643 | - | color: #868586; |
|
| 643 | + | color: #898889; |
|
| 644 | 644 | border-color: #2b2b2b; |
|
| 645 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 645 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 646 | 646 | background-clip: padding-box; |
|
| 647 | 647 | box-shadow: none; |
|
| 648 | 648 | text-shadow: none; |
|
| 660 | 660 | popover.background.touch-selection button.flat:active, popover.background.touch-selection .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.touch-selection button:active, popover.background.magnifier button.flat:active, popover.background.magnifier .selection-mode windowcontrols button:active, .selection-mode windowcontrols popover.background.magnifier button:active, .app-notification button.flat:active, .app-notification .selection-mode windowcontrols button:active, .selection-mode windowcontrols .app-notification button:active, popover.background.touch-selection button.flat:checked, popover.background.touch-selection .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.touch-selection button:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier .selection-mode windowcontrols button:checked, .selection-mode windowcontrols popover.background.magnifier button:checked, .app-notification button.flat:checked, .app-notification .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .app-notification button:checked, .osd button.flat:active, .osd .selection-mode windowcontrols button:active, .selection-mode windowcontrols .osd button:active, .osd button.flat:checked, .osd .selection-mode windowcontrols button:checked, .selection-mode windowcontrols .osd button:checked { |
|
| 661 | 661 | color: white; |
|
| 662 | 662 | border-color: #2b2b2b; |
|
| 663 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 663 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 664 | 664 | background-clip: padding-box; |
|
| 665 | 665 | text-shadow: none; |
|
| 666 | 666 | -gtk-icon-shadow: none; |
|
| 818 | 818 | -gtk-icon-shadow: none; |
|
| 819 | 819 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 820 | 820 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.suggested-action:disabled, label:backdrop .osd selection.suggested-action:disabled, .osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode windowcontrols button:disabled, .selection-mode windowcontrols .osd button:disabled { |
|
| 821 | - | color: #868586; |
|
| 821 | + | color: #898889; |
|
| 822 | 822 | border-color: #2b2b2b; |
|
| 823 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 823 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 824 | 824 | background-clip: padding-box; |
|
| 825 | 825 | box-shadow: none; |
|
| 826 | 826 | text-shadow: none; |
|
| 967 | 967 | -gtk-icon-shadow: none; |
|
| 968 | 968 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 969 | 969 | .osd progressbar:backdrop progress:disabled, progressbar:backdrop .osd progress:disabled, .osd progressbar:backdrop trough:disabled, progressbar:backdrop .osd trough:disabled, .osd label:backdrop selection.destructive-action:disabled, label:backdrop .osd selection.destructive-action:disabled, .osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { |
|
| 970 | - | color: #868586; |
|
| 970 | + | color: #898889; |
|
| 971 | 971 | border-color: #2b2b2b; |
|
| 972 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 972 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 973 | 973 | background-clip: padding-box; |
|
| 974 | 974 | box-shadow: none; |
|
| 975 | 975 | text-shadow: none; |
|
| 1784 | 1784 | * Dialogs * |
|
| 1785 | 1785 | ***********/ |
|
| 1786 | 1786 | messagedialog, .messagedialog, .dialog { |
|
| 1787 | - | background-color: #0c0b0d; } |
|
| 1787 | + | background-color: #121113; } |
|
| 1788 | 1788 | messagedialog .titlebar:not(headerbar), .messagedialog .titlebar:not(headerbar), .dialog .titlebar:not(headerbar) { |
|
| 1789 | - | background-color: #0c0b0d; } |
|
| 1789 | + | background-color: #121113; } |
|
| 1790 | 1790 | messagedialog .titlebar, .messagedialog .titlebar, .dialog .titlebar { |
|
| 1791 | 1791 | min-height: 20px; |
|
| 1792 | 1792 | background-image: none; |
|
| 1793 | - | background-color: #0c0b0d; |
|
| 1793 | + | background-color: #121113; |
|
| 1794 | 1794 | border-style: none; |
|
| 1795 | 1795 | border-top-left-radius: 4px; |
|
| 1796 | 1796 | border-top-right-radius: 4px; } |
|
| 1797 | 1797 | messagedialog.csd.background, .messagedialog.csd.background, .dialog.csd.background { |
|
| 1798 | - | background-color: #0c0b0d; |
|
| 1798 | + | background-color: #121113; |
|
| 1799 | 1799 | color: #ffffff; |
|
| 1800 | 1800 | border-bottom-left-radius: 5px; |
|
| 1801 | 1801 | border-bottom-right-radius: 5px; } |
|
| 1965 | 1965 | text-shadow: none; |
|
| 1966 | 1966 | -gtk-icon-shadow: none; } |
|
| 1967 | 1967 | .osd spinbutton.vertical > text:disabled, .osd spinbutton:disabled:not(.vertical), .osd entry:disabled { |
|
| 1968 | - | color: #868586; |
|
| 1968 | + | color: #898889; |
|
| 1969 | 1969 | border-color: #2b2b2b; |
|
| 1970 | - | background-color: rgba(36, 35, 37, 0.5); |
|
| 1970 | + | background-color: rgba(42, 41, 43, 0.5); |
|
| 1971 | 1971 | background-clip: padding-box; |
|
| 1972 | 1972 | box-shadow: none; |
|
| 1973 | 1973 | text-shadow: none; |
|
| 2389 | 2389 | headerbar { |
|
| 2390 | 2390 | padding: 0 6px; |
|
| 2391 | 2391 | min-height: 38px; |
|
| 2392 | - | background: #0c0b0d; |
|
| 2392 | + | background: #121113; |
|
| 2393 | 2393 | color: #ffffff; |
|
| 2394 | 2394 | border-radius: 0; } |
|
| 2395 | 2395 | .titlebar:backdrop, progressbar:backdrop progress.titlebar, progressbar:backdrop trough.titlebar, label:backdrop selection.titlebar, |
|
| 2675 | 2675 | box-shadow: none; } |
|
| 2676 | 2676 | ||
| 2677 | 2677 | .titlebar:not(headerbar) > separator { |
|
| 2678 | - | background: #0c0b0d; } |
|
| 2678 | + | background: #121113; } |
|
| 2679 | 2679 | ||
| 2680 | 2680 | .sidebar-pane .top-bar, .sidebar-pane .top-bar headerbar, .content-pane .top-bar, .content-pane .top-bar headerbar { |
|
| 2681 | - | background-color: #0c0b0d; } |
|
| 2681 | + | background-color: #121113; } |
|
| 2682 | 2682 | ||
| 2683 | 2683 | .raised.top-bar { |
|
| 2684 | - | background-color: #0c0b0d; } |
|
| 2684 | + | background-color: #121113; } |
|
| 2685 | 2685 | ||
| 2686 | 2686 | /************** |
|
| 2687 | 2687 | * GtkInfoBar * |
|
| 2984 | 2984 | *********/ |
|
| 2985 | 2985 | menubar, |
|
| 2986 | 2986 | .menubar { |
|
| 2987 | - | background-color: #0c0b0d; |
|
| 2987 | + | background-color: #121113; |
|
| 2988 | 2988 | color: #ffffff; |
|
| 2989 | 2989 | padding: 0px; |
|
| 2990 | 2990 | box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } |
|
| 3004 | 3004 | .menu, |
|
| 3005 | 3005 | .context-menu { |
|
| 3006 | 3006 | padding: 2px 0px; |
|
| 3007 | - | background: #0c0b0d; |
|
| 3007 | + | background: #121113; |
|
| 3008 | 3008 | border: none; |
|
| 3009 | 3009 | border-radius: 5px; |
|
| 3010 | 3010 | font: initial; } |
|
| 3452 | 3452 | text-shadow: none; |
|
| 3453 | 3453 | box-shadow: none; |
|
| 3454 | 3454 | border: 1px solid #2b2b2b; |
|
| 3455 | - | background-color: #161418; } |
|
| 3455 | + | background-color: #1c1b1e; } |
|
| 3456 | 3456 | #NautilusPathBar .dim-label, #NautilusPathBar label.separator, |
|
| 3457 | 3457 | #NautilusPathBar headerbar .subtitle, |
|
| 3458 | 3458 | headerbar #NautilusPathBar .subtitle, #NautilusPathBar .titlebar .subtitle, .titlebar #NautilusPathBar .subtitle, .pathbar .dim-label, .pathbar label.separator, |
|
| 3541 | 3541 | font: initial; } |
|
| 3542 | 3542 | popover.background > arrow, |
|
| 3543 | 3543 | popover.background > contents { |
|
| 3544 | - | background-color: #0c0b0d; |
|
| 3544 | + | background-color: #121113; |
|
| 3545 | 3545 | background-clip: padding-box; |
|
| 3546 | 3546 | border: 1px solid #2b2b2b; |
|
| 3547 | 3547 | box-shadow: 0 4px 6px #2b2b2b; |
|
| 3605 | 3605 | background-color: #222222; |
|
| 3606 | 3606 | border-color: #222222; } |
|
| 3607 | 3607 | popover.menu > arrow, popover.menu.background > contents { |
|
| 3608 | - | background-color: #0c0b0d; |
|
| 3608 | + | background-color: #121113; |
|
| 3609 | 3609 | color: #ffffff; |
|
| 3610 | 3610 | padding: 5px; } |
|
| 3611 | 3611 | popover.menu > arrow .view, popover.menu > arrow iconview, popover.menu.background > contents .view, popover.menu.background > contents iconview { |
|
| 3785 | 3785 | .osd scale slider { |
|
| 3786 | 3786 | color: #ffffff; |
|
| 3787 | 3787 | border-color: #2b2b2b; |
|
| 3788 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 3788 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 3789 | 3789 | background-clip: padding-box; |
|
| 3790 | 3790 | text-shadow: 0 1px black; |
|
| 3791 | 3791 | -gtk-icon-shadow: 0 1px black; |
|
| 3795 | 3795 | .osd scale slider:hover { |
|
| 3796 | 3796 | color: white; |
|
| 3797 | 3797 | border-color: #2b2b2b; |
|
| 3798 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 3798 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 3799 | 3799 | background-clip: padding-box; |
|
| 3800 | 3800 | text-shadow: 0 1px black; |
|
| 3801 | 3801 | -gtk-icon-shadow: 0 1px black; |
|
| 3804 | 3804 | .osd scale slider:active { |
|
| 3805 | 3805 | color: white; |
|
| 3806 | 3806 | border-color: #2b2b2b; |
|
| 3807 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 3807 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 3808 | 3808 | background-clip: padding-box; |
|
| 3809 | 3809 | text-shadow: none; |
|
| 3810 | 3810 | -gtk-icon-shadow: none; |
|
| 3811 | 3811 | outline-color: rgba(255, 255, 255, 0.3); |
|
| 3812 | 3812 | background-color: #f1f1f1; } |
|
| 3813 | 3813 | .osd scale slider:disabled { |
|
| 3814 | - | color: #868586; |
|
| 3814 | + | color: #898889; |
|
| 3815 | 3815 | border-color: #2b2b2b; |
|
| 3816 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 3816 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 3817 | 3817 | background-clip: padding-box; |
|
| 3818 | 3818 | box-shadow: none; |
|
| 3819 | 3819 | text-shadow: none; |
|
| 4360 | 4360 | .sidebar row:selected label { |
|
| 4361 | 4361 | color: #121113; } |
|
| 4362 | 4362 | .sidebar.source-list { |
|
| 4363 | - | background: #0c0b0d; |
|
| 4363 | + | background: #121113; |
|
| 4364 | 4364 | padding: 4px 0px; } |
|
| 4365 | 4365 | .sidebar.source-list.view, iconview.source-list { |
|
| 4366 | 4366 | transition: all .12s ease-in; } |
|
| 4393 | 4393 | /*******************************************************************/ |
|
| 4394 | 4394 | placessidebar { |
|
| 4395 | 4395 | background-color: transparent; |
|
| 4396 | - | background-image: linear-gradient(to right, black 40px, #0c0b0d 35px, #0c0b0d 36px, #0c0b0d 36px, #0c0b0d 99%, #0c0b0d 100%); } |
|
| 4396 | + | background-image: linear-gradient(to right, #050506 40px, #121113 35px, #121113 36px, #121113 36px, #121113 99%, #121113 100%); } |
|
| 4397 | 4397 | placessidebar row.activatable { |
|
| 4398 | 4398 | padding: 1px 11px; |
|
| 4399 | 4399 | margin: 0; |
|
| 4439 | 4439 | background-color: transparent; } |
|
| 4440 | 4440 | ||
| 4441 | 4441 | .sidebar-pane, .sidebar-pane .bottom-bar { |
|
| 4442 | - | background-color: #0c0b0d; } |
|
| 4442 | + | background-color: #121113; } |
|
| 4443 | 4443 | ||
| 4444 | 4444 | .sidebar-pane .bottom-bar button { |
|
| 4445 | 4445 | border-color: transparent; |
|
| 4548 | 4548 | box-shadow: inset 0 1px rgba(255, 255, 255, 0); |
|
| 4549 | 4549 | text-shadow: none; |
|
| 4550 | 4550 | -gtk-icon-shadow: none; |
|
| 4551 | - | color: #868586; |
|
| 4551 | + | color: #898889; |
|
| 4552 | 4552 | border-color: rgba(43, 43, 43, 0.5); |
|
| 4553 | 4553 | -gtk-icon-shadow: none; |
|
| 4554 | 4554 | box-shadow: none; } |
|
| 4592 | 4592 | .osd spinbutton.vertical > button:first-child, .osd combobox.linked spinbutton.vertical > button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:nth-child(2):dir(rtl) { |
|
| 4593 | 4593 | color: #ffffff; |
|
| 4594 | 4594 | border-color: #2b2b2b; |
|
| 4595 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4595 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4596 | 4596 | background-clip: padding-box; |
|
| 4597 | 4597 | text-shadow: 0 1px black; |
|
| 4598 | 4598 | -gtk-icon-shadow: 0 1px black; |
|
| 4600 | 4600 | .osd spinbutton.vertical > button:first-child:hover, .osd combobox.linked spinbutton.vertical > button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:hover:nth-child(2):dir(rtl) { |
|
| 4601 | 4601 | color: white; |
|
| 4602 | 4602 | border-color: #2b2b2b; |
|
| 4603 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 4603 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 4604 | 4604 | background-clip: padding-box; |
|
| 4605 | 4605 | text-shadow: 0 1px black; |
|
| 4606 | 4606 | -gtk-icon-shadow: 0 1px black; |
|
| 4608 | 4608 | .osd spinbutton.vertical > button:first-child:active, .osd combobox.linked spinbutton.vertical > button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical > button:active:nth-child(2):dir(rtl) { |
|
| 4609 | 4609 | color: white; |
|
| 4610 | 4610 | border-color: #2b2b2b; |
|
| 4611 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 4611 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 4612 | 4612 | background-clip: padding-box; |
|
| 4613 | 4613 | text-shadow: none; |
|
| 4614 | 4614 | -gtk-icon-shadow: none; |
|
| 4615 | 4615 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 4616 | 4616 | .osd spinbutton.vertical > button:first-child:disabled { |
|
| 4617 | - | color: #868586; |
|
| 4617 | + | color: #898889; |
|
| 4618 | 4618 | border-color: #2b2b2b; |
|
| 4619 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 4619 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 4620 | 4620 | background-clip: padding-box; |
|
| 4621 | 4621 | box-shadow: none; |
|
| 4622 | 4622 | text-shadow: none; |
|
| 4712 | 4712 | padding: 13px; |
|
| 4713 | 4713 | border: none; |
|
| 4714 | 4714 | border-radius: 5px; |
|
| 4715 | - | background-color: rgba(12, 11, 13, 0.93); } |
|
| 4715 | + | background-color: rgba(18, 17, 19, 0.93); } |
|
| 4716 | 4716 | toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { |
|
| 4717 | 4717 | border-radius: 0; } |
|
| 4718 | 4718 | toolbar.horizontal separator { |
|
| 4754 | 4754 | box-shadow: none; |
|
| 4755 | 4755 | text-shadow: 0 1px black; } |
|
| 4756 | 4756 | tooltip.background { |
|
| 4757 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 4757 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 4758 | 4758 | background-clip: padding-box; |
|
| 4759 | 4759 | border: 1px solid #2b2b2b; } |
|
| 4760 | 4760 | tooltip decoration { |
|
| 4935 | 4935 | padding: 4px; |
|
| 4936 | 4936 | border: solid 1px #2b2b2b; |
|
| 4937 | 4937 | border-radius: 0; |
|
| 4938 | - | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #0c0b0d, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4938 | + | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4939 | 4939 | window.solid-csd:backdrop, label:backdrop selection.solid-csd, progressbar:backdrop trough.solid-csd, progressbar:backdrop progress.solid-csd { |
|
| 4940 | 4940 | box-shadow: inset 0 0 0 4px #2b2b2b, inset 0 0 0 3px #121113, inset 0 1px rgba(255, 255, 255, 0.07); } |
|
| 4941 | 4941 | window.maximized, window.fullscreen { |
|
| 5542 | 5542 | color: #ffffff; |
|
| 5543 | 5543 | border: solid rgba(43, 43, 43, 0.95); |
|
| 5544 | 5544 | border-width: 1px 0; |
|
| 5545 | - | background-color: rgba(38, 35, 41, 0.45); } |
|
| 5545 | + | background-color: rgba(38, 36, 40, 0.45); } |
|
| 5546 | 5546 | .raven .raven-header *, .raven .raven-header button:link, |
|
| 5547 | 5547 | .raven .raven-header button:visited { |
|
| 5548 | 5548 | padding-top: 0; |
|
| 5577 | 5577 | text-shadow: none; |
|
| 5578 | 5578 | box-shadow: none; |
|
| 5579 | 5579 | border: 1px solid #2b2b2b; |
|
| 5580 | - | background-color: #161418; |
|
| 5580 | + | background-color: #1c1b1e; |
|
| 5581 | 5581 | border-radius: 0; } |
|
| 5582 | 5582 | .raven .raven-header button:hover { |
|
| 5583 | 5583 | color: #e78a53; |
|
| 5586 | 5586 | border-radius: 0; } |
|
| 5587 | 5587 | .raven .raven-header button:active, .raven .raven-header button:checked { |
|
| 5588 | 5588 | color: #e78a53; |
|
| 5589 | - | background-color: #070607; } |
|
| 5589 | + | background-color: #0d0c0e; } |
|
| 5590 | 5590 | .raven .raven-header button:disabled { |
|
| 5591 | 5591 | color: #898889; } |
|
| 5592 | 5592 | .raven list { |
|
| 5599 | 5599 | background-color: transparent; } |
|
| 5600 | 5600 | .raven list row:hover, |
|
| 5601 | 5601 | .raven list row.activatable:hover { |
|
| 5602 | - | background-color: rgba(38, 35, 41, 0.25); } |
|
| 5602 | + | background-color: rgba(38, 36, 40, 0.25); } |
|
| 5603 | 5603 | .raven list row:selected, |
|
| 5604 | 5604 | .raven list row.activatable:selected { |
|
| 5605 | 5605 | background-color: rgba(231, 138, 83, 0.9); } |
|
| 5849 | 5849 | min-height: 16px; } |
|
| 5850 | 5850 | .budgie-menubar arrow.top { |
|
| 5851 | 5851 | -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); |
|
| 5852 | - | border-bottom: 1px solid rgba(40, 39, 41, 0.928); } |
|
| 5852 | + | border-bottom: 1px solid rgba(45, 44, 46, 0.928); } |
|
| 5853 | 5853 | .budgie-menubar arrow.bottom { |
|
| 5854 | 5854 | -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); |
|
| 5855 | - | border-top: 1px solid rgba(40, 39, 41, 0.928); } |
|
| 5855 | + | border-top: 1px solid rgba(45, 44, 46, 0.928); } |
|
| 5856 | 5856 | ||
| 5857 | 5857 | .budgie-menubar menuitem accelerator { |
|
| 5858 | 5858 | color: rgba(255, 255, 255, 0.35); } |
|
| 5875 | 5875 | ||
| 5876 | 5876 | .workspace-switcher .workspace-item, |
|
| 5877 | 5877 | .workspace-switcher .workspace-add-button { |
|
| 5878 | - | border: 0 solid rgba(26, 23, 28, 0.95); } |
|
| 5878 | + | border: 0 solid rgba(26, 24, 27, 0.95); } |
|
| 5879 | 5879 | .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) { |
|
| 5880 | 5880 | border-right-width: 1px; } |
|
| 5881 | 5881 | .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) { |
|
| 6064 | 6064 | label:backdrop selection.calendar-list, |
|
| 6065 | 6065 | progressbar:backdrop trough.calendar-list, |
|
| 6066 | 6066 | progressbar:backdrop progress.calendar-list { |
|
| 6067 | - | background-color: #0c0b0d; } |
|
| 6067 | + | background-color: #121113; } |
|
| 6068 | 6068 | ||
| 6069 | 6069 | /****************************** |
|
| 6070 | 6070 | * Gnome system monitor graph * |
|
| 6242 | 6242 | ||
| 6243 | 6243 | /**level bars**/ |
|
| 6244 | 6244 | .sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus { |
|
| 6245 | - | background: linear-gradient(to right, #322e36, #322e36); |
|
| 6245 | + | background: linear-gradient(to right, #38353b, #38353b); |
|
| 6246 | 6246 | border: 1px solid rgba(0, 0, 0, 0.14); |
|
| 6247 | 6247 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
| 6248 | 6248 | border-radius: 2px; } |
|
| 6340 | 6340 | background-size: calc(100% + 2px); } |
|
| 6341 | 6341 | ||
| 6342 | 6342 | .xfce4-panel.panel { |
|
| 6343 | - | background-color: #0c0b0d; |
|
| 6343 | + | background-color: #121113; |
|
| 6344 | 6344 | text-shadow: none; |
|
| 6345 | 6345 | -gtk-icon-shadow: none; } |
|
| 6346 | 6346 | ||
| 6348 | 6348 | color: rgba(255, 255, 255, 0.8); |
|
| 6349 | 6349 | border-radius: 0; |
|
| 6350 | 6350 | border: none; |
|
| 6351 | - | background-color: rgba(12, 11, 13, 0); } |
|
| 6351 | + | background-color: rgba(18, 17, 19, 0); } |
|
| 6352 | 6352 | #tasklist-button:hover { |
|
| 6353 | 6353 | color: white; |
|
| 6354 | 6354 | background-color: rgba(0, 0, 0, 0.17); } |
|
| 6361 | 6361 | color: #ffffff; |
|
| 6362 | 6362 | border-radius: 0; |
|
| 6363 | 6363 | border: none; |
|
| 6364 | - | background-color: rgba(12, 11, 13, 0); } |
|
| 6364 | + | background-color: rgba(18, 17, 19, 0); } |
|
| 6365 | 6365 | .xfce4-panel.panel button.flat:hover:not(.open_group) { |
|
| 6366 | 6366 | border: none; |
|
| 6367 | - | background-color: #262229; } |
|
| 6367 | + | background-color: #2c292e; } |
|
| 6368 | 6368 | .xfce4-panel.panel button.flat:active:not(.open_group), .xfce4-panel.panel button.flat:checked:not(.open_group) { |
|
| 6369 | 6369 | color: #121113; |
|
| 6370 | 6370 | border: none; |
|
| 6523 | 6523 | border-color: #e78a53; |
|
| 6524 | 6524 | border-radius: 5px; } |
|
| 6525 | 6525 | MsdOsdWindow.background.osd .trough { |
|
| 6526 | - | background-color: rgba(0, 0, 0, 0.93); |
|
| 6526 | + | background-color: rgba(5, 5, 6, 0.93); |
|
| 6527 | 6527 | border: none; |
|
| 6528 | 6528 | border-radius: 5px; } |
|
| 6529 | 6529 | ||
| 6555 | 6555 | * LightDm * |
|
| 6556 | 6556 | ***********/ |
|
| 6557 | 6557 | #panel_window { |
|
| 6558 | - | background-color: #0c0b0d; |
|
| 6558 | + | background-color: #121113; |
|
| 6559 | 6559 | color: #ffffff; |
|
| 6560 | 6560 | font-weight: bold; |
|
| 6561 | 6561 | box-shadow: inset 0 -1px black; } |
|
| 6620 | 6620 | padding-top: 20px; |
|
| 6621 | 6621 | padding-bottom: 0px; |
|
| 6622 | 6622 | border-style: none; |
|
| 6623 | - | background-color: #0c0b0d; |
|
| 6623 | + | background-color: #121113; |
|
| 6624 | 6624 | border-bottom-left-radius: 3px; |
|
| 6625 | 6625 | border-bottom-right-radius: 3px; |
|
| 6626 | 6626 | border: solid rgba(0, 0, 0, 0.1); |
|
| 6629 | 6629 | #buttonbox_frame button { |
|
| 6630 | 6630 | color: #ffffff; |
|
| 6631 | 6631 | border-color: #2b2b2b; |
|
| 6632 | - | background-color: rgba(12, 11, 13, 0.93); |
|
| 6632 | + | background-color: rgba(18, 17, 19, 0.93); |
|
| 6633 | 6633 | background-clip: padding-box; |
|
| 6634 | 6634 | text-shadow: 0 1px black; |
|
| 6635 | 6635 | -gtk-icon-shadow: 0 1px black; |
|
| 6637 | 6637 | #buttonbox_frame button:hover { |
|
| 6638 | 6638 | color: white; |
|
| 6639 | 6639 | border-color: #2b2b2b; |
|
| 6640 | - | background-image: linear-gradient(to bottom, rgba(43, 39, 46, 0.93), rgba(43, 39, 46, 0.93)); |
|
| 6640 | + | background-image: linear-gradient(to bottom, rgba(49, 46, 51, 0.93), rgba(49, 46, 51, 0.93)); |
|
| 6641 | 6641 | background-clip: padding-box; |
|
| 6642 | 6642 | text-shadow: 0 1px black; |
|
| 6643 | 6643 | -gtk-icon-shadow: 0 1px black; |
|
| 6645 | 6645 | #buttonbox_frame button:active, #buttonbox_frame button:checked { |
|
| 6646 | 6646 | color: white; |
|
| 6647 | 6647 | border-color: #2b2b2b; |
|
| 6648 | - | background-image: linear-gradient(to bottom, rgba(27, 25, 30, 0.93), rgba(27, 25, 30, 0.93)); |
|
| 6648 | + | background-image: linear-gradient(to bottom, rgba(33, 31, 35, 0.93), rgba(33, 31, 35, 0.93)); |
|
| 6649 | 6649 | background-clip: padding-box; |
|
| 6650 | 6650 | text-shadow: none; |
|
| 6651 | 6651 | -gtk-icon-shadow: none; |
|
| 6652 | 6652 | outline-color: rgba(255, 255, 255, 0.3); } |
|
| 6653 | 6653 | #buttonbox_frame button:disabled { |
|
| 6654 | - | color: #868586; |
|
| 6654 | + | color: #898889; |
|
| 6655 | 6655 | border-color: #2b2b2b; |
|
| 6656 | - | background-image: linear-gradient(to bottom, rgba(36, 35, 37, 0.5), rgba(36, 35, 37, 0.5)); |
|
| 6656 | + | background-image: linear-gradient(to bottom, rgba(42, 41, 43, 0.5), rgba(42, 41, 43, 0.5)); |
|
| 6657 | 6657 | background-clip: padding-box; |
|
| 6658 | 6658 | box-shadow: none; |
|
| 6659 | 6659 | text-shadow: none; |
|
| 6676 | 6676 | ||
| 6677 | 6677 | .nemo-window .places-treeview .view.cell:hover, |
|
| 6678 | 6678 | .nemo-window .places-treeview iconview.cell:hover { |
|
| 6679 | - | background: rgba(4, 4, 5, 0.7); } |
|
| 6679 | + | background: rgba(10, 10, 11, 0.7); } |
|
| 6680 | 6680 | ||
| 6681 | 6681 | .nemo-window .places-treeview .view.cell:selected, |
|
| 6682 | 6682 | .nemo-window .places-treeview iconview.cell:selected { |
|
| 6684 | 6684 | color: #121113; } |
|
| 6685 | 6685 | ||
| 6686 | 6686 | .nemo-window .sidebar { |
|
| 6687 | - | background-color: #0c0b0d; } |
|
| 6687 | + | background-color: #121113; } |
|
| 6688 | 6688 | .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { |
|
| 6689 | 6689 | color: #98abb2; |
|
| 6690 | 6690 | background-color: transparent; } |
|
| 6703 | 6703 | ||
| 6704 | 6704 | .nemo-window toolbar.primary-toolbar { |
|
| 6705 | 6705 | margin-bottom: -1px; |
|
| 6706 | - | background: #0c0b0d; } |
|
| 6706 | + | background: #121113; } |
|
| 6707 | 6707 | .nemo-window toolbar.primary-toolbar button { |
|
| 6708 | 6708 | color: #ffffff; |
|
| 6709 | 6709 | border-radius: 6px; |
|
| 6710 | 6710 | text-shadow: none; |
|
| 6711 | 6711 | box-shadow: none; |
|
| 6712 | 6712 | border: 1px solid #2b2b2b; |
|
| 6713 | - | background-color: #161418; |
|
| 6713 | + | background-color: #1c1b1e; |
|
| 6714 | 6714 | min-height: 24px; |
|
| 6715 | 6715 | padding: 3px; } |
|
| 6716 | 6716 | .nemo-window toolbar.primary-toolbar button:hover { |
|
| 6729 | 6729 | box-shadow: none; } |
|
| 6730 | 6730 | .nemo-window toolbar.primary-toolbar button:backdrop, .nemo-window toolbar.primary-toolbar button:disabled, .nemo-window toolbar.primary-toolbar button:backdrop:disabled { |
|
| 6731 | 6731 | color: rgba(255, 255, 255, 0.2); |
|
| 6732 | - | background-color: #0c0b0d; |
|
| 6732 | + | background-color: #121113; |
|
| 6733 | 6733 | text-shadow: none; |
|
| 6734 | 6734 | box-shadow: none; } |
|
| 6735 | 6735 | ||
| 6739 | 6739 | ||
| 6740 | 6740 | /* thunar */ |
|
| 6741 | 6741 | .thunar toolbar { |
|
| 6742 | - | background-color: #0c0b0d; } |
|
| 6742 | + | background-color: #121113; } |
|
| 6743 | 6743 | ||
| 6744 | 6744 | /* buttons in toolbar */ |
|
| 6745 | 6745 | .thunar toolbar.horizontal button image { |
|
| 6746 | 6746 | -gtk-icon-transform: scale(0.72); } |
|
| 6747 | 6747 | ||
| 6748 | 6748 | scrolledwindow.sidebar treeview.view { |
|
| 6749 | - | background: #070607; |
|
| 6749 | + | background: #0d0c0e; |
|
| 6750 | 6750 | padding: 1.5px; } |
|
| 6751 | 6751 | ||
| 6752 | 6752 | /* path-bar of thunar */ |
|
| 6757 | 6757 | text-shadow: none; |
|
| 6758 | 6758 | box-shadow: none; |
|
| 6759 | 6759 | border: 1px solid #2b2b2b; |
|
| 6760 | - | background-color: #161418; |
|
| 6760 | + | background-color: #1c1b1e; |
|
| 6761 | 6761 | border-radius: 0; |
|
| 6762 | 6762 | border-right: 0.5px solid #2b2b2b; |
|
| 6763 | 6763 | box-shadow: none; |
|
Binary file — no preview.
Binary file — no preview.
| 6 | 6 | ||
| 7 | 7 | # Surfaces, deepest to lightest |
|
| 8 | 8 | SHADOW = "#060506" |
|
| 9 | - | DARK = "#0c0b0d" # headerbars, panels |
|
| 9 | + | DARK = "#121113" # headerbars, panels, xfwm4 frame; level with BG |
|
| 10 | 10 | BG = "#121113" # window background |
|
| 11 | 11 | SIDEBAR = "#171618" |
|
| 12 | 12 | BASE = "#1c1b1d" # entries, views |
| 32 | 32 | # to itself, instead of being re-read as a Nordic blend and drifting a little |
|
| 33 | 33 | # darker on every run. render-xfwm4.sh calls this after rendering, so it does |
|
| 34 | 34 | # get run more than once. |
|
| 35 | - | HOVER_TINT = "#0d0c0e" |
|
| 35 | + | HOVER_TINT = "#131214" |
|
| 36 | 36 | ||
| 37 | 37 | ANCHORS = [ |
|
| 38 | 38 | (dm.rgb("#353c4a"), dm.rgb(dm.DARK)), |
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
| 55 | 55 | id="layer1" |
|
| 56 | 56 | transform="translate(0,-296.47081)"> |
|
| 57 | 57 | <rect |
|
| 58 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 58 | + | style="opacity:1;fill:#121113;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 59 | 59 | id="bottom-active" |
|
| 60 | 60 | width="0.52916664" |
|
| 61 | 61 | height="4.2333331" |
| 56 | 56 | transform="translate(0,-296.20623)"> |
|
| 57 | 57 | <path |
|
| 58 | 58 | inkscape:connector-curvature="0" |
|
| 59 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 59 | + | style="opacity:1;fill:#121113;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 60 | 60 | d="m 0,296.20623 v 0.52917 h 0.26458328 v 0.26458 h 0.52916667 v -0.79375 z" |
|
| 61 | 61 | id="bottom-left-active" /> |
|
| 62 | 62 | </g> |
| 56 | 56 | transform="translate(0,-296.20623)"> |
|
| 57 | 57 | <path |
|
| 58 | 58 | inkscape:connector-curvature="0" |
|
| 59 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 59 | + | style="opacity:1;fill:#121113;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 60 | 60 | d="m 0,296.20623 v 0.79375 H 0.52916667 V 296.7354 H 0.79375 v -0.52917 z" |
|
| 61 | 61 | id="bottom-right-active" /> |
|
| 62 | 62 | </g> |
| 71 | 71 | id="layer1" |
|
| 72 | 72 | transform="translate(0,-1024.3622)"> |
|
| 73 | 73 | <rect |
|
| 74 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 74 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 75 | 75 | id="rect4741" |
|
| 76 | 76 | width="28" |
|
| 77 | 77 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <path |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | d="m 0,1020.3622 v 32 h 28 v -32 z" |
|
| 64 | 64 | id="rect4741" |
|
| 65 | 65 | inkscape:connector-curvature="0" /> |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <path |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | d="m 0,1020.3622 v 32 h 28 v -32 z" |
|
| 64 | 64 | id="rect4741" |
|
| 65 | 65 | inkscape:connector-curvature="0" /> |
| 81 | 81 | id="layer1" |
|
| 82 | 82 | transform="translate(0,-1024.3622)"> |
|
| 83 | 83 | <rect |
|
| 84 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.56771088;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 84 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.56771088;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 85 | 85 | id="rect4741" |
|
| 86 | 86 | width="28" |
|
| 87 | 87 | height="27.999966" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1024.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1036.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.87040114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.87040114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="26" |
|
| 65 | 65 | height="15.999983" |
| 55 | 55 | id="layer1" |
|
| 56 | 56 | transform="translate(0,-292.76667)"> |
|
| 57 | 57 | <rect |
|
| 58 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 58 | + | style="opacity:1;fill:#121113;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" |
|
| 59 | 59 | id="left-active" |
|
| 60 | 60 | width="0.52916664" |
|
| 61 | 61 | height="4.2333331" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 59 | 59 | id="layer1" |
|
| 60 | 60 | transform="translate(0,-1020.3622)"> |
|
| 61 | 61 | <rect |
|
| 62 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 62 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 63 | 63 | id="rect4741" |
|
| 64 | 64 | width="28" |
|
| 65 | 65 | height="32" |
| 83 | 83 | id="layer1" |
|
| 84 | 84 | transform="translate(0,-1020.3622)"> |
|
| 85 | 85 | <path |
|
| 86 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 86 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | 87 | d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z " |
|
| 88 | 88 | transform="translate(0,1020.3622)" |
|
| 89 | 89 | id="rect4140" /> |
| 83 | 83 | id="layer1" |
|
| 84 | 84 | transform="translate(0,-1020.3622)"> |
|
| 85 | 85 | <path |
|
| 86 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 86 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | 87 | d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z " |
|
| 88 | 88 | transform="translate(0,1020.3622)" |
|
| 89 | 89 | id="rect4140" /> |
| 83 | 83 | id="layer1" |
|
| 84 | 84 | transform="translate(0,-1020.3622)"> |
|
| 85 | 85 | <path |
|
| 86 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 86 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | 87 | d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z " |
|
| 88 | 88 | transform="translate(0,1020.3622)" |
|
| 89 | 89 | id="rect4140" /> |
| 84 | 84 | id="layer1" |
|
| 85 | 85 | transform="translate(0,-1020.3622)"> |
|
| 86 | 86 | <path |
|
| 87 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 88 | 88 | d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z" |
|
| 89 | 89 | id="rect4140" |
|
| 90 | 90 | inkscape:connector-curvature="0" /> |
| 84 | 84 | id="layer1" |
|
| 85 | 85 | transform="translate(0,-1020.3622)"> |
|
| 86 | 86 | <path |
|
| 87 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 88 | 88 | d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z" |
|
| 89 | 89 | id="rect4140" |
|
| 90 | 90 | inkscape:connector-curvature="0" /> |
| 84 | 84 | id="layer1" |
|
| 85 | 85 | transform="translate(0,-1020.3622)"> |
|
| 86 | 86 | <path |
|
| 87 | - | style="opacity:1;fill:#0c0b0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 87 | + | style="opacity:1;fill:#121113;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1" |
|
| 88 | 88 | d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z" |
|
| 89 | 89 | id="rect4140" |
|
| 90 | 90 | inkscape:connector-curvature="0" /> |
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.