diff --git a/MonoTheme/gnome-shell/gnome-shell-theme.gresource b/MonoTheme/gnome-shell/gnome-shell-theme.gresource index e9b9952..bfb048f 100644 Binary files a/MonoTheme/gnome-shell/gnome-shell-theme.gresource and b/MonoTheme/gnome-shell/gnome-shell-theme.gresource differ diff --git a/MonoTheme/gnome-shell/gnome-shell.css b/MonoTheme/gnome-shell/gnome-shell.css index df06a12..7531b2d 100644 --- a/MonoTheme/gnome-shell/gnome-shell.css +++ b/MonoTheme/gnome-shell/gnome-shell.css @@ -127,7 +127,8 @@ stage { } .osd-window StIcon { - icon-size: 1.2em; + icon-size: 1.3em; + padding: 15px 0px; } .osd-window StLabel:ltr { @@ -142,13 +143,12 @@ stage { .osd-window .level { margin-bottom: 4px; - height: 6px; - min-width: 10.9em; - -barlevel-height: 6px; + height: 8px; + min-width: 10em; + -barlevel-height: 8px; -barlevel-background-color: rgba(40, 40, 40, 0.1); -barlevel-active-background-color: #252525; -barlevel-overdrive-color: #252525; - -barlevel-overdrive-separator-width: 3px; -barlevel-overdrive-separator-width: 0px; } @@ -557,7 +557,7 @@ stage { -/*SWITCH (WORK IN PROGRESS)*/ +/*SWITCH*/ .toggle-switch { @@ -1256,7 +1256,7 @@ stage { } .message .message-secondary-bin>.event-time { - color: rgba(255, 255, 255, 0.5); + color: rgba(40, 40, 40, 0.5); font-size: 9pt; padding-bottom: 0.13em; } @@ -2084,7 +2084,6 @@ StScrollBar StButton#hhandle:active { max-width: 28em; } -/*footer buttons in wifi menu*/ .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button { @@ -2326,7 +2325,7 @@ StEntry StLabel.hint-text { -/*WINDOW PICKER (window button)*/ +/*WINDOW PICKER*/ .window-picker { @@ -2375,7 +2374,6 @@ StEntry StLabel.hint-text { /*COMMON STYLING*/ -/*хз что это*/ .workspace-thumbnails .workspace-thumbnail { color: #252525; background-color: rgba(40, 40, 40, 0.1); @@ -3694,7 +3692,7 @@ StWidget.focused .app-well-app-running-dot { -/*TILED WINDOW PREVIEW (DESKTOP)*/ +/*TILED WINDOW PREVIEW*/ .tile-preview { diff --git a/MonoTheme/gtk-3.0/gtk-dark.css b/MonoTheme/gtk-3.0/gtk-dark.css index f1ff87c..42107b1 100644 --- a/MonoTheme/gtk-3.0/gtk-dark.css +++ b/MonoTheme/gtk-3.0/gtk-dark.css @@ -7671,11 +7671,11 @@ button:visited>label { button.osd { - min-width: 32px; + min-width: 20px; min-height: 32px; color: #252525; - border-radius: 5px; - background-color: rgba(40, 40, 40, 0.05); + border-radius: 99px; + background-color: rgba(200, 200, 200, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7689,7 +7689,7 @@ button.osd.image-button { button.osd:hover { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.1); + background-color: rgba(170, 170, 170, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7699,7 +7699,7 @@ button.osd:hover { button.osd:active { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.05); + background-color: rgba(200, 200, 200, 0.7) background-clip: padding-box; outline-color: transparent; border: none; @@ -7709,7 +7709,7 @@ button.osd:active { button.osd:checked { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.1); + background-color: rgba(170, 170, 170, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7721,7 +7721,7 @@ button.osd:disabled { color: rgba(40, 40, 40, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(40, 40, 40, 0.05)); + background-color: rgba(200, 200, 200, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -7733,7 +7733,7 @@ button.osd:backdrop { color: rgba(40, 40, 40, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(40, 40, 40, 0.05)); + background-color: rgba(200, 200, 200, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; diff --git a/MonoTheme/gtk-3.0/gtk.css b/MonoTheme/gtk-3.0/gtk.css index f1ff87c..42107b1 100644 --- a/MonoTheme/gtk-3.0/gtk.css +++ b/MonoTheme/gtk-3.0/gtk.css @@ -7671,11 +7671,11 @@ button:visited>label { button.osd { - min-width: 32px; + min-width: 20px; min-height: 32px; color: #252525; - border-radius: 5px; - background-color: rgba(40, 40, 40, 0.05); + border-radius: 99px; + background-color: rgba(200, 200, 200, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7689,7 +7689,7 @@ button.osd.image-button { button.osd:hover { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.1); + background-color: rgba(170, 170, 170, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7699,7 +7699,7 @@ button.osd:hover { button.osd:active { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.05); + background-color: rgba(200, 200, 200, 0.7) background-clip: padding-box; outline-color: transparent; border: none; @@ -7709,7 +7709,7 @@ button.osd:active { button.osd:checked { color: #252525; border-color: transparent; - background-color: rgba(40, 40, 40, 0.1); + background-color: rgba(170, 170, 170, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7721,7 +7721,7 @@ button.osd:disabled { color: rgba(40, 40, 40, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(40, 40, 40, 0.05)); + background-color: rgba(200, 200, 200, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -7733,7 +7733,7 @@ button.osd:backdrop { color: rgba(40, 40, 40, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(40, 40, 40, 0.05)); + background-color: rgba(200, 200, 200, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; diff --git a/MonoTheme/gtk-4.0/gtk-dark.css b/MonoTheme/gtk-4.0/gtk-dark.css index 57bbddf..6d739d9 100644 --- a/MonoTheme/gtk-4.0/gtk-dark.css +++ b/MonoTheme/gtk-4.0/gtk-dark.css @@ -5963,8 +5963,7 @@ button.image-button { } notebook>header>tabs>arrow.text-button, -colorswatch#add-color-button>overlay.text-button, -button.text-button { +colorswatch#add-color-button>overlay.text-button { padding-left: 17px; padding-right: 17px; } @@ -6092,7 +6091,7 @@ button.osd { animation-timing-function: ease-in-out; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(60, 60, 60, 0.7); margin: 5px; padding: 0; } @@ -6113,7 +6112,7 @@ button.osd:focus:focus-visible { menubutton.osd>button:hover, button.osd:hover { box-shadow: none; - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button.keyboard-activating, @@ -6121,24 +6120,24 @@ menubutton.osd>button:active, button.osd.keyboard-activating, button.osd:active { color: white; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(60, 60, 60, 0.7); } menubutton.osd>button:checked, button.osd:checked { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button:checked:hover, button.osd:checked:hover { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(100, 100, 100, 0.7); } menubutton.osd>button:checked.keyboard-activating, menubutton.osd>button:checked:active, button.osd:checked.keyboard-activating, button.osd:checked:active { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button:backdrop, @@ -6146,7 +6145,7 @@ menubutton.osd>button:disabled, button.osd:backdrop, button.osd:disabled { color: rgba(255, 255, 255, 0.5); - background-color: rgba(120, 120, 120, 0.1); + background-color: rgba(60, 60, 60, 0.5); } diff --git a/MonoTheme/gtk-4.0/gtk.css b/MonoTheme/gtk-4.0/gtk.css index ac57d71..1bf7b1e 100644 --- a/MonoTheme/gtk-4.0/gtk.css +++ b/MonoTheme/gtk-4.0/gtk.css @@ -5968,8 +5968,7 @@ button.image-button { } notebook>header>tabs>arrow.text-button, -colorswatch#add-color-button>overlay.text-button, -button.text-button { +colorswatch#add-color-button>overlay.text-button { padding-left: 17px; padding-right: 17px; } @@ -6097,7 +6096,7 @@ button.osd { animation-timing-function: ease-in-out; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #252525; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(200, 200, 200, 0.7); margin: 5px; padding: 0; } @@ -6118,7 +6117,7 @@ button.osd:focus:focus-visible { menubutton.osd>button:hover, button.osd:hover { box-shadow: none; - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button.keyboard-activating, @@ -6126,24 +6125,24 @@ menubutton.osd>button:active, button.osd.keyboard-activating, button.osd:active { color: #252525; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(200, 200, 200, 0.7); } menubutton.osd>button:checked, button.osd:checked { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button:checked:hover, button.osd:checked:hover { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(150, 150, 150, 0.7); } menubutton.osd>button:checked.keyboard-activating, menubutton.osd>button:checked:active, button.osd:checked.keyboard-activating, button.osd:checked:active { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button:backdrop, @@ -6151,7 +6150,7 @@ menubutton.osd>button:disabled, button.osd:backdrop, button.osd:disabled { color: rgba(40, 40, 40, 0.5); - background-color: rgba(120, 120, 120, 0.1); + background-color: rgba(200, 200, 200, 0.5); } diff --git a/MonoThemeDark/gnome-shell/gnome-shell-theme.gresource b/MonoThemeDark/gnome-shell/gnome-shell-theme.gresource index 5cbc2f2..d00af6e 100644 Binary files a/MonoThemeDark/gnome-shell/gnome-shell-theme.gresource and b/MonoThemeDark/gnome-shell/gnome-shell-theme.gresource differ diff --git a/MonoThemeDark/gnome-shell/gnome-shell.css b/MonoThemeDark/gnome-shell/gnome-shell.css index f796fe0..968c807 100644 --- a/MonoThemeDark/gnome-shell/gnome-shell.css +++ b/MonoThemeDark/gnome-shell/gnome-shell.css @@ -127,7 +127,8 @@ stage { } .osd-window StIcon { - icon-size: 1.2em; + icon-size: 1.3em; + padding: 15px 0px; } .osd-window StLabel:ltr { @@ -142,13 +143,12 @@ stage { .osd-window .level { margin-bottom: 4px; - height: 6px; - min-width: 10.9em; - -barlevel-height: 6px; + height: 8px; + min-width: 10em; + -barlevel-height: 8px; -barlevel-background-color: rgba(255, 255, 255, 0.1); -barlevel-active-background-color: white; -barlevel-overdrive-color: white; - -barlevel-overdrive-separator-width: 3px; -barlevel-overdrive-separator-width: 0px; } @@ -574,7 +574,7 @@ stage { -/*SWITCH (WORK IN PROGRESS)*/ +/*SWITCH*/ .toggle-switch { @@ -1265,7 +1265,6 @@ stage { .message .message-title { font-weight: bold; - /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ padding-top: 0.57em; } @@ -1276,7 +1275,6 @@ stage { .message .message-secondary-bin>.event-time { color: rgba(255, 255, 255, 0.5); font-size: 9pt; - /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ padding-bottom: 0.13em; } @@ -2103,7 +2101,6 @@ StScrollBar StButton#hhandle:active { max-width: 28em; } -/*footer buttons in wifi menu*/ .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, .notification-banner .notification-button { @@ -2328,7 +2325,7 @@ StEntry StLabel.hint-text { -/*WINDOW PICKER (window button)*/ +/*WINDOW PICKER*/ .window-picker { @@ -2377,7 +2374,6 @@ StEntry StLabel.hint-text { /*COMMON STYLING*/ -/*хз что это*/ .workspace-thumbnails .workspace-thumbnail { color: white; background-color: rgba(255, 255, 255, 0.1); @@ -3691,7 +3687,7 @@ StWidget.focused .app-well-app-running-dot { -/*TILED WINDOW PREVIEW (DESKTOP)*/ +/*TILED WINDOW PREVIEW*/ .tile-preview { diff --git a/MonoThemeDark/gtk-3.0/gtk-dark.css b/MonoThemeDark/gtk-3.0/gtk-dark.css index da47444..d8dd3d7 100644 --- a/MonoThemeDark/gtk-3.0/gtk-dark.css +++ b/MonoThemeDark/gtk-3.0/gtk-dark.css @@ -7667,11 +7667,11 @@ button:visited>label { button.osd { - min-width: 32px; + min-width: 20px; min-height: 32px; color: white; - border-radius: 5px; - background-color: rgba(255, 255, 255, 0.05); + border-radius: 99px; + background-color: rgba(60, 60, 60, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7685,7 +7685,7 @@ button.osd.image-button { button.osd:hover { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(80, 80, 80, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7695,7 +7695,7 @@ button.osd:hover { button.osd:active { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.05); + background-color: rgba(60, 60, 60, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7705,7 +7705,7 @@ button.osd:active { button.osd:checked { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(80, 80, 80, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7717,7 +7717,7 @@ button.osd:disabled { color: rgba(255, 255, 255, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.05)); + background-color: rgba(60, 60, 60, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -7729,7 +7729,7 @@ button.osd:backdrop { color: rgba(255, 255, 255, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.05)); + background-color: rgba(60, 60, 60, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; diff --git a/MonoThemeDark/gtk-3.0/gtk.css b/MonoThemeDark/gtk-3.0/gtk.css index da47444..d8dd3d7 100644 --- a/MonoThemeDark/gtk-3.0/gtk.css +++ b/MonoThemeDark/gtk-3.0/gtk.css @@ -7667,11 +7667,11 @@ button:visited>label { button.osd { - min-width: 32px; + min-width: 20px; min-height: 32px; color: white; - border-radius: 5px; - background-color: rgba(255, 255, 255, 0.05); + border-radius: 99px; + background-color: rgba(60, 60, 60, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7685,7 +7685,7 @@ button.osd.image-button { button.osd:hover { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(80, 80, 80, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7695,7 +7695,7 @@ button.osd:hover { button.osd:active { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.05); + background-color: rgba(60, 60, 60, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7705,7 +7705,7 @@ button.osd:active { button.osd:checked { color: white; border-color: transparent; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(80, 80, 80, 0.7); background-clip: padding-box; outline-color: transparent; border: none; @@ -7717,7 +7717,7 @@ button.osd:disabled { color: rgba(255, 255, 255, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.05)); + background-color: rgba(60, 60, 60, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; @@ -7729,7 +7729,7 @@ button.osd:backdrop { color: rgba(255, 255, 255, 0.5); border-color: transparent; background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.05)); + background-color: rgba(60, 60, 60, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; diff --git a/MonoThemeDark/gtk-4.0/gtk-dark.css b/MonoThemeDark/gtk-4.0/gtk-dark.css index ac57d71..1bf7b1e 100644 --- a/MonoThemeDark/gtk-4.0/gtk-dark.css +++ b/MonoThemeDark/gtk-4.0/gtk-dark.css @@ -5968,8 +5968,7 @@ button.image-button { } notebook>header>tabs>arrow.text-button, -colorswatch#add-color-button>overlay.text-button, -button.text-button { +colorswatch#add-color-button>overlay.text-button { padding-left: 17px; padding-right: 17px; } @@ -6097,7 +6096,7 @@ button.osd { animation-timing-function: ease-in-out; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #252525; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(200, 200, 200, 0.7); margin: 5px; padding: 0; } @@ -6118,7 +6117,7 @@ button.osd:focus:focus-visible { menubutton.osd>button:hover, button.osd:hover { box-shadow: none; - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button.keyboard-activating, @@ -6126,24 +6125,24 @@ menubutton.osd>button:active, button.osd.keyboard-activating, button.osd:active { color: #252525; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(200, 200, 200, 0.7); } menubutton.osd>button:checked, button.osd:checked { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button:checked:hover, button.osd:checked:hover { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(150, 150, 150, 0.7); } menubutton.osd>button:checked.keyboard-activating, menubutton.osd>button:checked:active, button.osd:checked.keyboard-activating, button.osd:checked:active { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(170, 170, 170, 0.7); } menubutton.osd>button:backdrop, @@ -6151,7 +6150,7 @@ menubutton.osd>button:disabled, button.osd:backdrop, button.osd:disabled { color: rgba(40, 40, 40, 0.5); - background-color: rgba(120, 120, 120, 0.1); + background-color: rgba(200, 200, 200, 0.5); } diff --git a/MonoThemeDark/gtk-4.0/gtk.css b/MonoThemeDark/gtk-4.0/gtk.css index 57bbddf..6d739d9 100644 --- a/MonoThemeDark/gtk-4.0/gtk.css +++ b/MonoThemeDark/gtk-4.0/gtk.css @@ -5963,8 +5963,7 @@ button.image-button { } notebook>header>tabs>arrow.text-button, -colorswatch#add-color-button>overlay.text-button, -button.text-button { +colorswatch#add-color-button>overlay.text-button { padding-left: 17px; padding-right: 17px; } @@ -6092,7 +6091,7 @@ button.osd { animation-timing-function: ease-in-out; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: white; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(60, 60, 60, 0.7); margin: 5px; padding: 0; } @@ -6113,7 +6112,7 @@ button.osd:focus:focus-visible { menubutton.osd>button:hover, button.osd:hover { box-shadow: none; - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button.keyboard-activating, @@ -6121,24 +6120,24 @@ menubutton.osd>button:active, button.osd.keyboard-activating, button.osd:active { color: white; - background-color: rgba(120, 120, 120, 0.2); + background-color: rgba(60, 60, 60, 0.7); } menubutton.osd>button:checked, button.osd:checked { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button:checked:hover, button.osd:checked:hover { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(100, 100, 100, 0.7); } menubutton.osd>button:checked.keyboard-activating, menubutton.osd>button:checked:active, button.osd:checked.keyboard-activating, button.osd:checked:active { - background-color: rgba(150, 150, 150, 0.2); + background-color: rgba(80, 80, 80, 0.7); } menubutton.osd>button:backdrop, @@ -6146,7 +6145,7 @@ menubutton.osd>button:disabled, button.osd:backdrop, button.osd:disabled { color: rgba(255, 255, 255, 0.5); - background-color: rgba(120, 120, 120, 0.1); + background-color: rgba(60, 60, 60, 0.5); }