Update theme css

This commit is contained in:
Daniel Ruiz de Alegría
2021-12-01 21:12:22 +01:00
parent 6dc69cf8e9
commit c546d3d7c3
6 changed files with 42 additions and 27 deletions
+12 -7
View File
@@ -2512,7 +2512,7 @@ scrollbar {
scrollbar.right {
border-left: 1px solid #0d0e11; }
scrollbar:backdrop {
background-color: #272a34;
background-color: #1c1e25;
border-color: #0d0e11;
transition: 200ms ease-out; }
scrollbar slider {
@@ -2522,10 +2522,10 @@ scrollbar {
border: 4px solid transparent;
border-radius: 10px;
background-clip: padding-box;
background-color: #41434b;
background-color: #9d9ea0;
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar slider:hover {
background-color: #4b4d54; }
background-color: #c5c6c6; }
scrollbar slider:hover:active {
background-color: #2777ff; }
scrollbar slider:backdrop {
@@ -2589,7 +2589,7 @@ scrollbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #41434b; }
color: #9d9ea0; }
scrollbar button:hover {
border-color: transparent;
background-color: transparent;
@@ -2597,7 +2597,7 @@ scrollbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #4b4d54; }
color: #c5c6c6; }
scrollbar button:active, scrollbar button:checked {
border-color: transparent;
background-color: transparent;
@@ -2613,7 +2613,7 @@ scrollbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: rgba(65, 67, 75, 0.2); }
color: rgba(157, 158, 160, 0.2); }
scrollbar button:backdrop {
border-color: transparent;
background-color: transparent;
@@ -3921,7 +3921,7 @@ scrolledwindow junction {
border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop {
border-image-source: linear-gradient(to bottom, #0d0e11 1px, transparent 1px);
background-color: #272a34;
background-color: #1c1e25;
transition: 200ms ease-out; }
separator {
@@ -6093,6 +6093,11 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
.path-bar-box:backdrop {
border-color: #0d0e11; }
/* GNOME TERMINAL */
terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: none; }
/* GNOME TWEAKS */
list.tweak-categories separator {
background: transparent; }
+2 -2
View File
@@ -2078,10 +2078,10 @@ scrollbar {
border: 4px solid transparent;
border-radius: 10px;
background-clip: padding-box;
background-color: #41434b;
background-color: #9d9ea0;
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar > range > trough > slider:hover {
background-color: #4b4d54; }
background-color: #c5c6c6; }
scrollbar > range > trough > slider:hover:active {
background-color: #2777ff; }
scrollbar > range > trough > slider:disabled {