From 477a4adfffac0cc0ddf9928845b78e110b13069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Mon, 19 Apr 2021 11:55:32 +0200 Subject: [PATCH] GTK4: regenerate css --- share/themes/Kali-Dark/gtk-4.0/gtk.css | 21 ++++++++++---------- share/themes/Kali-Light/gtk-4.0/gtk-dark.css | 21 ++++++++++---------- share/themes/Kali-Light/gtk-4.0/gtk.css | 7 ++++--- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/share/themes/Kali-Dark/gtk-4.0/gtk.css b/share/themes/Kali-Dark/gtk-4.0/gtk.css index a733322c..b63f2e6e 100644 --- a/share/themes/Kali-Dark/gtk-4.0/gtk.css +++ b/share/themes/Kali-Dark/gtk-4.0/gtk.css @@ -439,7 +439,7 @@ button { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } notebook > header > tabs > arrow, windowcontrols button, button { @@ -688,7 +688,7 @@ button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #0047c0; - background-image: image(#4187ff); + background-image: image(#4b8eff); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } button.suggested-action { @@ -770,7 +770,7 @@ button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #4b0909; - background-image: image(#bd1616); + background-image: image(#c61717); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } button.destructive-action { @@ -2094,7 +2094,7 @@ switch { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); margin: -1px; min-width: 24px; @@ -2452,7 +2452,7 @@ scale { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); border-width: 1px; border-style: solid; @@ -3523,7 +3523,7 @@ colorswatch { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } colorswatch#add-color-button.activatable:hover > overlay { color: #eeeeec; @@ -3960,7 +3960,7 @@ scale slider { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); border-color: black; } switch:hover slider, switch slider:active, @@ -4018,7 +4018,7 @@ treeview.view { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); margin-left: -1px; } treeview.view header button:hover, treeview.view header button:active { @@ -4071,8 +4071,9 @@ notebook > header { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } + background-image: image(#363a48); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); + background: #272a34; } notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, diff --git a/share/themes/Kali-Light/gtk-4.0/gtk-dark.css b/share/themes/Kali-Light/gtk-4.0/gtk-dark.css index a733322c..b63f2e6e 100644 --- a/share/themes/Kali-Light/gtk-4.0/gtk-dark.css +++ b/share/themes/Kali-Light/gtk-4.0/gtk-dark.css @@ -439,7 +439,7 @@ button { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } notebook > header > tabs > arrow, windowcontrols button, button { @@ -688,7 +688,7 @@ button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #0047c0; - background-image: image(#4187ff); + background-image: image(#4b8eff); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } button.suggested-action { @@ -770,7 +770,7 @@ button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #4b0909; - background-image: image(#bd1616); + background-image: image(#c61717); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(98, 12, 12, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } button.destructive-action { @@ -2094,7 +2094,7 @@ switch { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); margin: -1px; min-width: 24px; @@ -2452,7 +2452,7 @@ scale { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); border-width: 1px; border-style: solid; @@ -3523,7 +3523,7 @@ colorswatch { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } colorswatch#add-color-button.activatable:hover > overlay { color: #eeeeec; @@ -3960,7 +3960,7 @@ scale slider { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); border-color: black; } switch:hover slider, switch slider:active, @@ -4018,7 +4018,7 @@ treeview.view { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); + background-image: image(#363a48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); margin-left: -1px; } treeview.view header button:hover, treeview.view header button:active { @@ -4071,8 +4071,9 @@ notebook > header { color: #eeeeec; outline-color: rgba(39, 119, 255, 0.7); border-color: #0d0e11; - background-image: image(#323643); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); } + background-image: image(#363a48); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(6, 7, 8, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); + background: #272a34; } notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop, diff --git a/share/themes/Kali-Light/gtk-4.0/gtk.css b/share/themes/Kali-Light/gtk-4.0/gtk.css index e813fbf7..523ec466 100644 --- a/share/themes/Kali-Light/gtk-4.0/gtk.css +++ b/share/themes/Kali-Light/gtk-4.0/gtk.css @@ -691,7 +691,7 @@ button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.8); border-color: #0047c0; - background-image: image(#4187ff); + background-image: image(#4b8eff); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(0, 81, 218, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); } button.suggested-action { @@ -773,7 +773,7 @@ button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.8); border-color: #790e0e; - background-image: image(#e52222); + background-image: image(#e62b2b); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(144, 17, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); } button.destructive-action { @@ -4090,7 +4090,8 @@ notebook > header { outline-color: rgba(39, 119, 255, 0.5); border-color: #d9d9d9; background-image: image(white); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); } + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0px rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); + background: #fafafa; } notebook > header.top > tabs > tab:checked:backdrop, notebook > header.top > tabs > tab.reorderable-page:checked:backdrop, notebook > header.bottom > tabs > tab:checked:backdrop, notebook > header.bottom > tabs > tab.reorderable-page:checked:backdrop, notebook > header.left > tabs > tab:checked:backdrop,