mirror of
				https://github.com/horst3180/arc-theme.git
				synced 2025-06-13 12:53:52 +00:00 
			
		
		
		
	Slightly darken fonts for light theme to improve contrast
The current font colour for the light theme does not provide enough of a contrast to be easily legible. This commit reduces the contrast colour by approx 7% This resolves for #406
This commit is contained in:
		
							parent
							
								
									19fdd92489
								
							
						
					
					
						commit
						5680ad1909
					
				| @ -1,7 +1,7 @@ | |||||||
| gtk-color-scheme = "base_color: #ffffff" | gtk-color-scheme = "base_color: #ffffff" | ||||||
| gtk-color-scheme = "text_color: #5c616c" | gtk-color-scheme = "text_color: #3b3e45" | ||||||
| gtk-color-scheme = "bg_color: #f5f6f7" | gtk-color-scheme = "bg_color: #f5f6f7" | ||||||
| gtk-color-scheme = "fg_color: #5c616c" | gtk-color-scheme = "fg_color: #3b3e45" | ||||||
| gtk-color-scheme = "tooltip_bg_color: #4B5162" | gtk-color-scheme = "tooltip_bg_color: #4B5162" | ||||||
| gtk-color-scheme = "tooltip_fg_color: #ffffff" | gtk-color-scheme = "tooltip_fg_color: #ffffff" | ||||||
| gtk-color-scheme = "selected_bg_color: #5294e2" | gtk-color-scheme = "selected_bg_color: #5294e2" | ||||||
|  | |||||||
| @ -21,14 +21,14 @@ | |||||||
|   -GtkDialog-button-spacing: 4; |   -GtkDialog-button-spacing: 4; | ||||||
|   -GtkDialog-action-area-border: 0; |   -GtkDialog-action-area-border: 0; | ||||||
|   -GtkStatusbar-shadow-type: none; |   -GtkStatusbar-shadow-type: none; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   outline-style: dashed; |   outline-style: dashed; | ||||||
|   outline-offset: -3px; |   outline-offset: -3px; | ||||||
|   outline-width: 1px; |   outline-width: 1px; | ||||||
|   outline-radius: 2px; } |   outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   background-color: rgba(245, 246, 247, 0.999); } |   background-color: rgba(245, 246, 247, 0.999); } | ||||||
| 
 | 
 | ||||||
| *:insensitive { | *:insensitive { | ||||||
| @ -36,25 +36,25 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
|   .gtkstyle-fallback:prelight { |   .gtkstyle-fallback:prelight { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .gtkstyle-fallback:insensitive { |   .gtkstyle-fallback:insensitive { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .view { | .view { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view.dim-label, .view.label.separator, .header-bar .view.subtitle { |   .view.dim-label, .view.label.separator, .header-bar .view.subtitle { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { |     .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { | ||||||
|       color: rgba(255, 255, 255, 0.65); |       color: rgba(255, 255, 255, 0.65); | ||||||
|       text-shadow: none; } |       text-shadow: none; } | ||||||
| @ -64,10 +64,10 @@ | |||||||
|   background-color: rgba(38, 121, 219, 0.2); } |   background-color: rgba(38, 121, 219, 0.2); } | ||||||
| 
 | 
 | ||||||
| .label.separator, .popover .label.separator, .sidebar .label.view.separator { | .label.separator, .popover .label.separator, .sidebar .label.view.separator { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .label:insensitive { | .label:insensitive { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { | .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { | ||||||
|   opacity: 0.55; } |   opacity: 0.55; } | ||||||
| @ -127,19 +127,19 @@ GtkTextView { | |||||||
|   padding: 5px 8px; |   padding: 5px 8px; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   background-image: linear-gradient(to bottom, #ffffff); } |   background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   .entry.image { |   .entry.image { | ||||||
|     color: #7d8189; } |     color: #6d7178; } | ||||||
|     .entry.image.left { |     .entry.image.left { | ||||||
|       padding-left: 0; } |       padding-left: 0; } | ||||||
|     .entry.image.right { |     .entry.image.right { | ||||||
|       padding-right: 0; } |       padding-right: 0; } | ||||||
|   .entry.flat, .entry.flat:focus { |   .entry.flat, .entry.flat:focus { | ||||||
|     padding: 2px; |     padding: 2px; | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: linear-gradient(to bottom, #ffffff); |     background-image: linear-gradient(to bottom, #ffffff); | ||||||
| @ -147,12 +147,12 @@ GtkTextView { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   .entry:focus { |   .entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: linear-gradient(to bottom, #ffffff); } |     background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   .entry:insensitive { |   .entry:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); |     background-color: rgba(255, 255, 255, 0.55); | ||||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } |     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||||
| @ -219,8 +219,8 @@ GtkSearchEntry.entry { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 5px 8px; |   padding: 5px 8px; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .button.flat, .sidebar-button.button { |   .button.flat, .sidebar-button.button { | ||||||
| @ -236,8 +236,8 @@ GtkSearchEntry.entry { | |||||||
|       .button.flat:hover:active, .sidebar-button.button:hover:active { |       .button.flat:hover:active, .sidebar-button.button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   .button:hover { |   .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-image-effect: highlight; } |     -gtk-image-effect: highlight; } | ||||||
| @ -252,7 +252,7 @@ GtkSearchEntry.entry { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   .button:active { |   .button:active { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .button:active:hover, .button:checked { |   .button:active:hover, .button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   .button.flat:insensitive, .sidebar-button.button:insensitive { |   .button.flat:insensitive, .sidebar-button.button:insensitive { | ||||||
| @ -260,7 +260,7 @@ GtkSearchEntry.entry { | |||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
|   .button:insensitive { |   .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .button:insensitive > GtkLabel { |     .button:insensitive > GtkLabel { | ||||||
| @ -362,9 +362,9 @@ GtkSearchEntry.entry { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .button.suggested-action:insensitive { |     .button.suggested-action:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .button.suggested-action:insensitive > GtkLabel { |       .button.suggested-action:insensitive > GtkLabel { | ||||||
| @ -397,9 +397,9 @@ GtkSearchEntry.entry { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .button.destructive-action:insensitive { |     .button.destructive-action:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .button.destructive-action:insensitive > GtkLabel { |       .button.destructive-action:insensitive > GtkLabel { | ||||||
| @ -457,13 +457,13 @@ GtkSearchEntry.entry { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar GtkToolButton > .button { | .inline-toolbar GtkToolButton > .button { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar GtkToolButton > .button:hover { |   .inline-toolbar GtkToolButton > .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { |   .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { | ||||||
| @ -472,7 +472,7 @@ GtkSearchEntry.entry { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .inline-toolbar GtkToolButton > .button:insensitive { |   .inline-toolbar GtkToolButton > .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { |     .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { | ||||||
| @ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|   outline-offset: -1px; |   outline-offset: -1px; | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { |   .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #eceeef; } | ||||||
|   .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { |   .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
| 
 | 
 | ||||||
| *:link, .button:link, .button:visited { | *:link, .button:link, .button:visited { | ||||||
|   color: #2679db; } |   color: #2679db; } | ||||||
| @ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     background-image: none; |     background-image: none; | ||||||
|     border: 1px solid rgba(220, 223, 227, 0.6); |     border: 1px solid rgba(220, 223, 227, 0.6); | ||||||
|     border-style: none none none solid; |     border-style: none none none solid; | ||||||
|     color: #646973; |     color: #52565e; | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     box-shadow: none; } |     box-shadow: none; } | ||||||
|     .spinbutton .button:dir(rtl) { |     .spinbutton .button:dir(rtl) { | ||||||
| @ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     .spinbutton .button:first-child { |     .spinbutton .button:first-child { | ||||||
|       color: red; } |       color: red; } | ||||||
|     .spinbutton .button:insensitive { |     .spinbutton .button:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .spinbutton .button:active { |     .spinbutton .button:active { | ||||||
|       background-color: #5294e2; |       background-color: #5294e2; | ||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { |   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
|     .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { |     .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { | ||||||
| @ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|       border-color: #5294e2; |       border-color: #5294e2; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { |     .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { | ||||||
|       color: #5c616c; |       color: #494d56; | ||||||
|       outline-color: rgba(92, 97, 108, 0.3); |       outline-color: rgba(73, 77, 86, 0.3); | ||||||
|       border-color: #cfd6e6; |       border-color: #cfd6e6; | ||||||
|       background-color: white; } |       background-color: white; } | ||||||
|     .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { |     .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { |       .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { | ||||||
|         color: inherit; } |         color: inherit; } | ||||||
|   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { |   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
|     .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { |     .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { | ||||||
| @ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|       border-color: #5294e2; |       border-color: #5294e2; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { |     .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { | ||||||
|       color: #5c616c; |       color: #494d56; | ||||||
|       outline-color: rgba(92, 97, 108, 0.3); |       outline-color: rgba(73, 77, 86, 0.3); | ||||||
|       border-color: #cfd6e6; |       border-color: #cfd6e6; | ||||||
|       background-color: white; } |       background-color: white; } | ||||||
|     .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { |     .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { |       .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { | ||||||
| @ -797,7 +797,7 @@ GtkComboBox { | |||||||
|     padding-top: 3px; |     padding-top: 3px; | ||||||
|     padding-bottom: 3px; } |     padding-bottom: 3px; } | ||||||
|   GtkComboBox:insensitive { |   GtkComboBox:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|   GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { |   GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { | ||||||
|     -GtkWidget-wide-separators: true; } |     -GtkWidget-wide-separators: true; } | ||||||
|   GtkComboBox.combobox-entry .entry:dir(ltr) { |   GtkComboBox.combobox-entry .entry:dir(ltr) { | ||||||
| @ -1290,27 +1290,27 @@ GtkTreeView.view { | |||||||
|   -GtkTreeView-tree-line-width: 1; |   -GtkTreeView-tree-line-width: 1; | ||||||
|   -GtkTreeView-tree-line-pattern: ''; |   -GtkTreeView-tree-line-pattern: ''; | ||||||
|   -GtkTreeView-expander-size: 16; |   -GtkTreeView-expander-size: 16; | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(73, 77, 86, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   GtkTreeView.view:selected { |   GtkTreeView.view:selected { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(73, 77, 86, 0.1); } | ||||||
|   GtkTreeView.view:insensitive { |   GtkTreeView.view:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     GtkTreeView.view:insensitive:selected { |     GtkTreeView.view:insensitive:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   GtkTreeView.view.dnd { |   GtkTreeView.view.dnd { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #4e719c; } | ||||||
|   GtkTreeView.view.expander { |   GtkTreeView.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #a4a6ab; } | ||||||
|     GtkTreeView.view.expander:dir(rtl) { |     GtkTreeView.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     GtkTreeView.view.expander:hover { |     GtkTreeView.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     GtkTreeView.view.expander:selected { |     GtkTreeView.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       GtkTreeView.view.expander:selected:hover { |       GtkTreeView.view.expander:selected:hover { | ||||||
| @ -1326,7 +1326,7 @@ GtkTreeView.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-image: linear-gradient(to bottom, #ffffff); } |       background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   GtkTreeView.view.trough { |   GtkTreeView.view.trough { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     background-image: linear-gradient(to bottom, #cfd6e6); |     background-image: linear-gradient(to bottom, #cfd6e6); | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1337,14 +1337,14 @@ GtkTreeView.view { | |||||||
|       border-width: 0; } |       border-width: 0; } | ||||||
| 
 | 
 | ||||||
| column-header .button { | column-header .button { | ||||||
|   color: #7d8189; |   color: #6d7178; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   column-header .button:hover { |   column-header .button:hover { | ||||||
|     color: #5294e2; |     color: #5294e2; | ||||||
|     box-shadow: none; |     box-shadow: none; | ||||||
|     transition: none; } |     transition: none; } | ||||||
|   column-header .button:active { |   column-header .button:active { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     transition: none; } |     transition: none; } | ||||||
| 
 | 
 | ||||||
| column-header:last-child .button, column-header:last-child.button { | column-header:last-child .button, column-header:last-child.button { | ||||||
| @ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|   column-header .button:active, column-header .button:hover { |   column-header .button:active, column-header .button:hover { | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   column-header .button:active:hover { |   column-header .button:active:hover { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   column-header .button:insensitive { |   column-header .button:insensitive { | ||||||
|     border-color: #F5F6F7; |     border-color: #F5F6F7; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
| @ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .menu .menuitem:insensitive { |     .menu .menuitem:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .menu .menuitem.separator { |     .menu .menuitem.separator { | ||||||
|       color: rgba(255, 255, 255, 0); } |       color: rgba(255, 255, 255, 0); } | ||||||
|     .menu .menuitem.arrow { |     .menu .menuitem.arrow { | ||||||
| @ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     border-style: none; |     border-style: none; | ||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|     .menu.button.top { |     .menu.button.top { | ||||||
|       border-bottom: 1px solid #efeff0; } |       border-bottom: 1px solid #ededee; } | ||||||
|     .menu.button.bottom { |     .menu.button.bottom { | ||||||
|       border-top: 1px solid #efeff0; } |       border-top: 1px solid #ededee; } | ||||||
|     .menu.button:hover { |     .menu.button:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ededee; } | ||||||
|     .menu.button:insensitive { |     .menu.button:insensitive { | ||||||
|       color: transparent; |       color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
| @ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|         box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } |         box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } | ||||||
|     .notebook tab GtkLabel { |     .notebook tab GtkLabel { | ||||||
|       padding: 0 2px; |       padding: 0 2px; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { |     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { | ||||||
|       color: rgba(92, 97, 108, 0.775); } |       color: rgba(73, 77, 86, 0.775); } | ||||||
|     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { |     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     .notebook tab .button { |     .notebook tab .button { | ||||||
|       padding: 0; |       padding: 0; | ||||||
|       color: #92959d; } |       color: #85888e; } | ||||||
|       .notebook tab .button:hover { |       .notebook tab .button:hover { | ||||||
|         color: #ff4d4d; } |         color: #ff4d4d; } | ||||||
|       .notebook tab .button:active { |       .notebook tab .button:active { | ||||||
| @ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|       .notebook tab .button > GtkImage { |       .notebook tab .button > GtkImage { | ||||||
|         padding: 2px; } |         padding: 2px; } | ||||||
|   .notebook.arrow { |   .notebook.arrow { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     .notebook.arrow:hover { |     .notebook.arrow:hover { | ||||||
|       color: rgba(92, 97, 108, 0.775); } |       color: rgba(73, 77, 86, 0.775); } | ||||||
|     .notebook.arrow:active { |     .notebook.arrow:active { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     .notebook.arrow:insensitive { |     .notebook.arrow:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.25); } |       color: rgba(73, 77, 86, 0.25); } | ||||||
| 
 | 
 | ||||||
| .scrollbar { | .scrollbar { | ||||||
|   -GtkRange-slider-width: 13; |   -GtkRange-slider-width: 13; | ||||||
| @ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     -GtkRange-slider-width: 6px; } |     -GtkRange-slider-width: 6px; } | ||||||
|     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { |     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { | ||||||
|       margin: 0; |       margin: 0; | ||||||
|       background-color: #8a8e96; |       background-color: #7d8086; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); |       border: 1px solid rgba(255, 255, 255, 0.6); | ||||||
|       background-clip: padding-box; } |       background-clip: padding-box; } | ||||||
|     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { |     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { | ||||||
| @ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     background-color: #fcfcfc; |     background-color: #fcfcfc; | ||||||
|     border: 1px none #dcdfe3; } |     border: 1px none #dcdfe3; } | ||||||
|   .scrollbar .slider { |   .scrollbar .slider { | ||||||
|     background-color: #b8babf; } |     background-color: #b0b2b7; } | ||||||
|     .scrollbar .slider:hover { |     .scrollbar .slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #c1c3c7; } | ||||||
|     .scrollbar .slider:prelight:active, .scrollbar .slider:active { |     .scrollbar .slider:prelight:active, .scrollbar .slider:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .scrollbar .slider:insensitive { |     .scrollbar .slider:insensitive { | ||||||
| @ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { | |||||||
|   padding: 1px 2px 4px; |   padding: 1px 2px 4px; | ||||||
|   outline-offset: 0; } |   outline-offset: 0; } | ||||||
|   GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { |   GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| .scale { | .scale { | ||||||
|   -GtkScale-slider-length: 15; |   -GtkScale-slider-length: 15; | ||||||
| @ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { | |||||||
| GtkProgressBar { | GtkProgressBar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(73, 77, 86, 0.7); } | ||||||
|   GtkProgressBar.osd { |   GtkProgressBar.osd { | ||||||
|     -GtkProgressBar-xspacing: 0; |     -GtkProgressBar-xspacing: 0; | ||||||
|     -GtkProgressBar-yspacing: 0; |     -GtkProgressBar-yspacing: 0; | ||||||
| @ -2079,8 +2079,8 @@ GtkLevelBar { | |||||||
|     border-color: #F27835; |     border-color: #F27835; | ||||||
|     background-color: #F27835; } |     background-color: #F27835; } | ||||||
|   .level-bar.fill-block.empty-fill-block { |   .level-bar.fill-block.empty-fill-block { | ||||||
|     background-color: rgba(92, 97, 108, 0.2); |     background-color: rgba(73, 77, 86, 0.2); | ||||||
|     border-color: rgba(92, 97, 108, 0.2); } |     border-color: rgba(73, 77, 86, 0.2); } | ||||||
| 
 | 
 | ||||||
| .frame { | .frame { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| .list-row.activatable:active { | .list-row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .list-row.activatable:selected:active { | .list-row.activatable:selected:active { | ||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| @ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { | |||||||
|   .expander:dir(rtl) { |   .expander:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   .expander:hover { |   .expander:hover { | ||||||
|     color: #aaaeb7; } |     color: #9499a4; } | ||||||
|   .expander:checked { |   .expander:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| GtkCalendar { | GtkCalendar { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -2199,24 +2199,24 @@ GtkCalendar { | |||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   GtkCalendar.header { |   GtkCalendar.header { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border: none; |     border: none; | ||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   GtkCalendar.button, GtkCalendar.button:focus { |   GtkCalendar.button, GtkCalendar.button:focus { | ||||||
|     color: rgba(92, 97, 108, 0.45); |     color: rgba(73, 77, 86, 0.45); | ||||||
|     border-color: transparent; |     border-color: transparent; | ||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
|     GtkCalendar.button:hover, GtkCalendar.button:focus:hover { |     GtkCalendar.button:hover, GtkCalendar.button:focus:hover { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { |     GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
|   GtkCalendar:inconsistent { |   GtkCalendar:inconsistent { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   GtkCalendar.highlight { |   GtkCalendar.highlight { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .message-dialog .dialog-action-area .button { | .message-dialog .dialog-action-area .button { | ||||||
|   padding: 8px; } |   padding: 8px; } | ||||||
| @ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { | |||||||
|   background-color: #d9dde0; } |   background-color: #d9dde0; } | ||||||
| 
 | 
 | ||||||
| GtkPlacesSidebar.sidebar .list-row.activatable { | GtkPlacesSidebar.sidebar .list-row.activatable { | ||||||
|   color: rgba(92, 97, 108, 0.8); |   color: rgba(73, 77, 86, 0.8); | ||||||
|   border-width: 0; |   border-width: 0; | ||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| @ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { | |||||||
| GtkColorSwatch#add-color-button { | GtkColorSwatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   GtkColorSwatch#add-color-button:hover { |   GtkColorSwatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   GtkColorSwatch#add-color-button .overlay { |   GtkColorSwatch#add-color-button .overlay { | ||||||
| @ -2462,8 +2462,8 @@ GtkColorButton.button { | |||||||
| .scale-popup .button { | .scale-popup .button { | ||||||
|   padding: 6px; } |   padding: 6px; } | ||||||
|   .scale-popup .button:hover { |   .scale-popup .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { | |||||||
| 
 | 
 | ||||||
| GtkHTML { | GtkHTML { | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
|   GtkHTML:active { |   GtkHTML:active { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
| @ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { | |||||||
|   border-width: 0; } |   border-width: 0; } | ||||||
| 
 | 
 | ||||||
| TerminalWindow .notebook tab .button { | TerminalWindow .notebook tab .button { | ||||||
|   color: #92959d; } |   color: #85888e; } | ||||||
|   TerminalWindow .notebook tab .button:hover { |   TerminalWindow .notebook tab .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
| 
 | 
 | ||||||
| @ -2749,13 +2749,13 @@ EelEditableLabel.entry { | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, | .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #9fa2a7; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(73, 77, 86, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(50, 52, 58, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:prelight { |   .open-document-selector-treeview.view:prelight { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f2f3f3; } | ||||||
|     .open-document-selector-treeview.view:prelight:selected { |     .open-document-selector-treeview.view:prelight:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #a4a6ab; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .prelight-row .button { | .gedit-document-panel .prelight-row .button { | ||||||
|   color: #92959d; } |   color: #85888e; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .list-row .button:hover, | .gedit-document-panel .list-row .button:hover, | ||||||
| .gedit-document-panel .prelight-row .button:hover { | .gedit-document-panel .prelight-row .button:hover { | ||||||
| @ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .prelight-row .button:active { | .gedit-document-panel .prelight-row .button:active { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GeditStatusbar { | GeditStatusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { | |||||||
|   border-color: rgba(0, 0, 0, 0.3); } |   border-color: rgba(0, 0, 0, 0.3); } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(73, 77, 86, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| GbWorkbench .floating-bar { | GbWorkbench .floating-bar { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), | GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), | ||||||
| GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { | GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { | ||||||
| @ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { | |||||||
| 
 | 
 | ||||||
| GbTerminalView { | GbTerminalView { | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GbSourceStyleSchemeWidget GtkSourceView { | GbSourceStyleSchemeWidget GtkSourceView { | ||||||
|   font-family: Monospace; } |   font-family: Monospace; } | ||||||
| @ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { | |||||||
|     opacity: 1; } |     opacity: 1; } | ||||||
| 
 | 
 | ||||||
| EphyWindow .floating-bar { | EphyWindow .floating-bar { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .documents-load-more.button { | .documents-load-more.button { | ||||||
|   border-width: 1px 0 0; |   border-width: 1px 0 0; | ||||||
| @ -3038,7 +3038,7 @@ EphyWindow .floating-bar { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon { | .documents-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-favorite.button:active, | .documents-favorite.button:active, | ||||||
| @ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { | |||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { |     WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| PantheonTerminalPantheonTerminalWindow.background { | PantheonTerminalPantheonTerminalWindow.background { | ||||||
|   background-color: transparent; } |   background-color: transparent; } | ||||||
| 
 | 
 | ||||||
| SwitchboardCategoryView .view:selected, | SwitchboardCategoryView .view:selected, | ||||||
| SwitchboardCategoryView .view:selected:focus { | SwitchboardCategoryView .view:selected:focus { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| UnityDecoration { | UnityDecoration { | ||||||
|   -UnityDecoration-extents: 28px 1 1 1; |   -UnityDecoration-extents: 28px 1 1 1; | ||||||
| @ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { | |||||||
| .source-list, | .source-list, | ||||||
| .source-list.view { | .source-list.view { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome GtkLabel { | GraniteWidgetsWelcome GtkLabel { | ||||||
|   color: #a9acb2; |   color: #9fa2a7; | ||||||
|   font: open sans 11; |   font: open sans 11; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(73, 77, 86, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #7d8086; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3603,7 +3603,7 @@ GtkListBox .h4 { | |||||||
|   font: normal; |   font: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3614,13 +3614,13 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame .button { | #content_frame .button { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame .button:hover { |   #content_frame .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame .button:active, #content_frame .button:checked { |   #content_frame .button:active, #content_frame .button:checked { | ||||||
| @ -3629,7 +3629,7 @@ GtkListBox .h4 { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   #content_frame .button:insensitive { |   #content_frame .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame .button:insensitive > GtkLabel { |     #content_frame .button:insensitive > GtkLabel { | ||||||
| @ -3667,7 +3667,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.2); } |     background-color: rgba(102, 109, 132, 0.2); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   font: 13px; } |   font: 13px; } | ||||||
|   #login_window #user_combobox .menu { |   #login_window #user_combobox .menu { | ||||||
|     font: normal; } |     font: normal; } | ||||||
| @ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW | |||||||
|   MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { |   MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { | ||||||
|     background-color: transparent; } |     background-color: transparent; } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #494d56; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #494d56; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #494d56; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #494d56; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#494d56, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #494d56; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #494d56; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
|  | |||||||
| @ -21,14 +21,14 @@ | |||||||
|   -GtkDialog-button-spacing: 4; |   -GtkDialog-button-spacing: 4; | ||||||
|   -GtkDialog-action-area-border: 0; |   -GtkDialog-action-area-border: 0; | ||||||
|   -GtkStatusbar-shadow-type: none; |   -GtkStatusbar-shadow-type: none; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   outline-style: dashed; |   outline-style: dashed; | ||||||
|   outline-offset: -3px; |   outline-offset: -3px; | ||||||
|   outline-width: 1px; |   outline-width: 1px; | ||||||
|   outline-radius: 2px; } |   outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   background-color: #F5F6F7; } |   background-color: #F5F6F7; } | ||||||
| 
 | 
 | ||||||
| *:insensitive { | *:insensitive { | ||||||
| @ -36,25 +36,25 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
|   .gtkstyle-fallback:prelight { |   .gtkstyle-fallback:prelight { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .gtkstyle-fallback:insensitive { |   .gtkstyle-fallback:insensitive { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .view { | .view { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view.dim-label, .view.label.separator, .header-bar .view.subtitle { |   .view.dim-label, .view.label.separator, .header-bar .view.subtitle { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { |     .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { | ||||||
|       color: rgba(255, 255, 255, 0.65); |       color: rgba(255, 255, 255, 0.65); | ||||||
|       text-shadow: none; } |       text-shadow: none; } | ||||||
| @ -64,10 +64,10 @@ | |||||||
|   background-color: rgba(38, 121, 219, 0.2); } |   background-color: rgba(38, 121, 219, 0.2); } | ||||||
| 
 | 
 | ||||||
| .label.separator, .popover .label.separator, .sidebar .label.view.separator { | .label.separator, .popover .label.separator, .sidebar .label.view.separator { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .label:insensitive { | .label:insensitive { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { | .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { | ||||||
|   opacity: 0.55; } |   opacity: 0.55; } | ||||||
| @ -127,19 +127,19 @@ GtkTextView { | |||||||
|   padding: 5px 8px; |   padding: 5px 8px; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   background-image: linear-gradient(to bottom, #ffffff); } |   background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   .entry.image { |   .entry.image { | ||||||
|     color: #7d8189; } |     color: #6d7178; } | ||||||
|     .entry.image.left { |     .entry.image.left { | ||||||
|       padding-left: 0; } |       padding-left: 0; } | ||||||
|     .entry.image.right { |     .entry.image.right { | ||||||
|       padding-right: 0; } |       padding-right: 0; } | ||||||
|   .entry.flat, .entry.flat:focus { |   .entry.flat, .entry.flat:focus { | ||||||
|     padding: 2px; |     padding: 2px; | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: linear-gradient(to bottom, #ffffff); |     background-image: linear-gradient(to bottom, #ffffff); | ||||||
| @ -147,12 +147,12 @@ GtkTextView { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   .entry:focus { |   .entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: linear-gradient(to bottom, #ffffff); } |     background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   .entry:insensitive { |   .entry:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); |     background-color: rgba(255, 255, 255, 0.55); | ||||||
|     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } |     background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } | ||||||
| @ -219,8 +219,8 @@ GtkSearchEntry.entry { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 5px 8px; |   padding: 5px 8px; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .button.flat, .sidebar-button.button { |   .button.flat, .sidebar-button.button { | ||||||
| @ -236,8 +236,8 @@ GtkSearchEntry.entry { | |||||||
|       .button.flat:hover:active, .sidebar-button.button:hover:active { |       .button.flat:hover:active, .sidebar-button.button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   .button:hover { |   .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-image-effect: highlight; } |     -gtk-image-effect: highlight; } | ||||||
| @ -252,7 +252,7 @@ GtkSearchEntry.entry { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   .button:active { |   .button:active { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .button:active:hover, .button:checked { |   .button:active:hover, .button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   .button.flat:insensitive, .sidebar-button.button:insensitive { |   .button.flat:insensitive, .sidebar-button.button:insensitive { | ||||||
| @ -260,7 +260,7 @@ GtkSearchEntry.entry { | |||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
|   .button:insensitive { |   .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .button:insensitive > GtkLabel { |     .button:insensitive > GtkLabel { | ||||||
| @ -362,9 +362,9 @@ GtkSearchEntry.entry { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .button.suggested-action:insensitive { |     .button.suggested-action:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .button.suggested-action:insensitive > GtkLabel { |       .button.suggested-action:insensitive > GtkLabel { | ||||||
| @ -397,9 +397,9 @@ GtkSearchEntry.entry { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .button.destructive-action:insensitive { |     .button.destructive-action:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .button.destructive-action:insensitive > GtkLabel { |       .button.destructive-action:insensitive > GtkLabel { | ||||||
| @ -457,13 +457,13 @@ GtkSearchEntry.entry { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar GtkToolButton > .button { | .inline-toolbar GtkToolButton > .button { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar GtkToolButton > .button:hover { |   .inline-toolbar GtkToolButton > .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { |   .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { | ||||||
| @ -472,7 +472,7 @@ GtkSearchEntry.entry { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .inline-toolbar GtkToolButton > .button:insensitive { |   .inline-toolbar GtkToolButton > .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { |     .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { | ||||||
| @ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|   outline-offset: -1px; |   outline-offset: -1px; | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { |   .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #eceeef; } | ||||||
|   .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { |   .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
| 
 | 
 | ||||||
| *:link, .button:link, .button:visited { | *:link, .button:link, .button:visited { | ||||||
|   color: #2679db; } |   color: #2679db; } | ||||||
| @ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     background-image: none; |     background-image: none; | ||||||
|     border: 1px solid rgba(220, 223, 227, 0.6); |     border: 1px solid rgba(220, 223, 227, 0.6); | ||||||
|     border-style: none none none solid; |     border-style: none none none solid; | ||||||
|     color: #646973; |     color: #52565e; | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     box-shadow: none; } |     box-shadow: none; } | ||||||
|     .spinbutton .button:dir(rtl) { |     .spinbutton .button:dir(rtl) { | ||||||
| @ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     .spinbutton .button:first-child { |     .spinbutton .button:first-child { | ||||||
|       color: red; } |       color: red; } | ||||||
|     .spinbutton .button:insensitive { |     .spinbutton .button:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .spinbutton .button:active { |     .spinbutton .button:active { | ||||||
|       background-color: #5294e2; |       background-color: #5294e2; | ||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { |   .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
|     .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { |     .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { | ||||||
| @ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|       border-color: #5294e2; |       border-color: #5294e2; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { |     .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { | ||||||
|       color: #5c616c; |       color: #494d56; | ||||||
|       outline-color: rgba(92, 97, 108, 0.3); |       outline-color: rgba(73, 77, 86, 0.3); | ||||||
|       border-color: #cfd6e6; |       border-color: #cfd6e6; | ||||||
|       background-color: white; } |       background-color: white; } | ||||||
|     .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { |     .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { |       .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { | ||||||
|         color: inherit; } |         color: inherit; } | ||||||
|   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { |   .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
|     .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { |     .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { | ||||||
| @ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|       border-color: #5294e2; |       border-color: #5294e2; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { |     .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { | ||||||
|       color: #5c616c; |       color: #494d56; | ||||||
|       outline-color: rgba(92, 97, 108, 0.3); |       outline-color: rgba(73, 77, 86, 0.3); | ||||||
|       border-color: #cfd6e6; |       border-color: #cfd6e6; | ||||||
|       background-color: white; } |       background-color: white; } | ||||||
|     .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { |     .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { |       .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { | ||||||
| @ -797,7 +797,7 @@ GtkComboBox { | |||||||
|     padding-top: 3px; |     padding-top: 3px; | ||||||
|     padding-bottom: 3px; } |     padding-bottom: 3px; } | ||||||
|   GtkComboBox:insensitive { |   GtkComboBox:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|   GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { |   GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { | ||||||
|     -GtkWidget-wide-separators: true; } |     -GtkWidget-wide-separators: true; } | ||||||
|   GtkComboBox.combobox-entry .entry:dir(ltr) { |   GtkComboBox.combobox-entry .entry:dir(ltr) { | ||||||
| @ -1290,27 +1290,27 @@ GtkTreeView.view { | |||||||
|   -GtkTreeView-tree-line-width: 1; |   -GtkTreeView-tree-line-width: 1; | ||||||
|   -GtkTreeView-tree-line-pattern: ''; |   -GtkTreeView-tree-line-pattern: ''; | ||||||
|   -GtkTreeView-expander-size: 16; |   -GtkTreeView-expander-size: 16; | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(73, 77, 86, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   GtkTreeView.view:selected { |   GtkTreeView.view:selected { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(73, 77, 86, 0.1); } | ||||||
|   GtkTreeView.view:insensitive { |   GtkTreeView.view:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     GtkTreeView.view:insensitive:selected { |     GtkTreeView.view:insensitive:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   GtkTreeView.view.dnd { |   GtkTreeView.view.dnd { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #4e719c; } | ||||||
|   GtkTreeView.view.expander { |   GtkTreeView.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #a4a6ab; } | ||||||
|     GtkTreeView.view.expander:dir(rtl) { |     GtkTreeView.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     GtkTreeView.view.expander:hover { |     GtkTreeView.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     GtkTreeView.view.expander:selected { |     GtkTreeView.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       GtkTreeView.view.expander:selected:hover { |       GtkTreeView.view.expander:selected:hover { | ||||||
| @ -1326,7 +1326,7 @@ GtkTreeView.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-image: linear-gradient(to bottom, #ffffff); } |       background-image: linear-gradient(to bottom, #ffffff); } | ||||||
|   GtkTreeView.view.trough { |   GtkTreeView.view.trough { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     background-image: linear-gradient(to bottom, #cfd6e6); |     background-image: linear-gradient(to bottom, #cfd6e6); | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1337,14 +1337,14 @@ GtkTreeView.view { | |||||||
|       border-width: 0; } |       border-width: 0; } | ||||||
| 
 | 
 | ||||||
| column-header .button { | column-header .button { | ||||||
|   color: #7d8189; |   color: #6d7178; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   column-header .button:hover { |   column-header .button:hover { | ||||||
|     color: #5294e2; |     color: #5294e2; | ||||||
|     box-shadow: none; |     box-shadow: none; | ||||||
|     transition: none; } |     transition: none; } | ||||||
|   column-header .button:active { |   column-header .button:active { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     transition: none; } |     transition: none; } | ||||||
| 
 | 
 | ||||||
| column-header:last-child .button, column-header:last-child.button { | column-header:last-child .button, column-header:last-child.button { | ||||||
| @ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|   column-header .button:active, column-header .button:hover { |   column-header .button:active, column-header .button:hover { | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   column-header .button:active:hover { |   column-header .button:active:hover { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   column-header .button:insensitive { |   column-header .button:insensitive { | ||||||
|     border-color: #F5F6F7; |     border-color: #F5F6F7; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
| @ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .menu .menuitem:insensitive { |     .menu .menuitem:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .menu .menuitem.separator { |     .menu .menuitem.separator { | ||||||
|       color: rgba(255, 255, 255, 0); } |       color: rgba(255, 255, 255, 0); } | ||||||
|     .menu .menuitem.arrow { |     .menu .menuitem.arrow { | ||||||
| @ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     border-style: none; |     border-style: none; | ||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|     .menu.button.top { |     .menu.button.top { | ||||||
|       border-bottom: 1px solid #efeff0; } |       border-bottom: 1px solid #ededee; } | ||||||
|     .menu.button.bottom { |     .menu.button.bottom { | ||||||
|       border-top: 1px solid #efeff0; } |       border-top: 1px solid #ededee; } | ||||||
|     .menu.button:hover { |     .menu.button:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ededee; } | ||||||
|     .menu.button:insensitive { |     .menu.button:insensitive { | ||||||
|       color: transparent; |       color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
| @ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|         box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } |         box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } | ||||||
|     .notebook tab GtkLabel { |     .notebook tab GtkLabel { | ||||||
|       padding: 0 2px; |       padding: 0 2px; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
|     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { |     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { | ||||||
|       color: rgba(92, 97, 108, 0.775); } |       color: rgba(73, 77, 86, 0.775); } | ||||||
|     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { |     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     .notebook tab .button { |     .notebook tab .button { | ||||||
|       padding: 0; |       padding: 0; | ||||||
|       color: #92959d; } |       color: #85888e; } | ||||||
|       .notebook tab .button:hover { |       .notebook tab .button:hover { | ||||||
|         color: #ff4d4d; } |         color: #ff4d4d; } | ||||||
|       .notebook tab .button:active { |       .notebook tab .button:active { | ||||||
| @ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|       .notebook tab .button > GtkImage { |       .notebook tab .button > GtkImage { | ||||||
|         padding: 2px; } |         padding: 2px; } | ||||||
|   .notebook.arrow { |   .notebook.arrow { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
|     .notebook.arrow:hover { |     .notebook.arrow:hover { | ||||||
|       color: rgba(92, 97, 108, 0.775); } |       color: rgba(73, 77, 86, 0.775); } | ||||||
|     .notebook.arrow:active { |     .notebook.arrow:active { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     .notebook.arrow:insensitive { |     .notebook.arrow:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.25); } |       color: rgba(73, 77, 86, 0.25); } | ||||||
| 
 | 
 | ||||||
| .scrollbar { | .scrollbar { | ||||||
|   -GtkRange-slider-width: 13; |   -GtkRange-slider-width: 13; | ||||||
| @ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     -GtkRange-slider-width: 6px; } |     -GtkRange-slider-width: 6px; } | ||||||
|     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { |     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { | ||||||
|       margin: 0; |       margin: 0; | ||||||
|       background-color: #8a8e96; |       background-color: #7d8086; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); |       border: 1px solid rgba(255, 255, 255, 0.6); | ||||||
|       background-clip: padding-box; } |       background-clip: padding-box; } | ||||||
|     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { |     .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { | ||||||
| @ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active | |||||||
|     background-color: #fcfcfc; |     background-color: #fcfcfc; | ||||||
|     border: 1px none #dcdfe3; } |     border: 1px none #dcdfe3; } | ||||||
|   .scrollbar .slider { |   .scrollbar .slider { | ||||||
|     background-color: #b8babf; } |     background-color: #b0b2b7; } | ||||||
|     .scrollbar .slider:hover { |     .scrollbar .slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #c1c3c7; } | ||||||
|     .scrollbar .slider:prelight:active, .scrollbar .slider:active { |     .scrollbar .slider:prelight:active, .scrollbar .slider:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     .scrollbar .slider:insensitive { |     .scrollbar .slider:insensitive { | ||||||
| @ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { | |||||||
|   padding: 1px 2px 4px; |   padding: 1px 2px 4px; | ||||||
|   outline-offset: 0; } |   outline-offset: 0; } | ||||||
|   GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { |   GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| .scale { | .scale { | ||||||
|   -GtkScale-slider-length: 15; |   -GtkScale-slider-length: 15; | ||||||
| @ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { | |||||||
| GtkProgressBar { | GtkProgressBar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(73, 77, 86, 0.7); } | ||||||
|   GtkProgressBar.osd { |   GtkProgressBar.osd { | ||||||
|     -GtkProgressBar-xspacing: 0; |     -GtkProgressBar-xspacing: 0; | ||||||
|     -GtkProgressBar-yspacing: 0; |     -GtkProgressBar-yspacing: 0; | ||||||
| @ -2079,8 +2079,8 @@ GtkLevelBar { | |||||||
|     border-color: #F27835; |     border-color: #F27835; | ||||||
|     background-color: #F27835; } |     background-color: #F27835; } | ||||||
|   .level-bar.fill-block.empty-fill-block { |   .level-bar.fill-block.empty-fill-block { | ||||||
|     background-color: rgba(92, 97, 108, 0.2); |     background-color: rgba(73, 77, 86, 0.2); | ||||||
|     border-color: rgba(92, 97, 108, 0.2); } |     border-color: rgba(73, 77, 86, 0.2); } | ||||||
| 
 | 
 | ||||||
| .frame { | .frame { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| .list-row.activatable:active { | .list-row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .list-row.activatable:selected:active { | .list-row.activatable:selected:active { | ||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| @ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { | |||||||
|   .expander:dir(rtl) { |   .expander:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   .expander:hover { |   .expander:hover { | ||||||
|     color: #aaaeb7; } |     color: #9499a4; } | ||||||
|   .expander:checked { |   .expander:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| GtkCalendar { | GtkCalendar { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -2199,24 +2199,24 @@ GtkCalendar { | |||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   GtkCalendar.header { |   GtkCalendar.header { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border: none; |     border: none; | ||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   GtkCalendar.button, GtkCalendar.button:focus { |   GtkCalendar.button, GtkCalendar.button:focus { | ||||||
|     color: rgba(92, 97, 108, 0.45); |     color: rgba(73, 77, 86, 0.45); | ||||||
|     border-color: transparent; |     border-color: transparent; | ||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
|     background-image: none; } |     background-image: none; } | ||||||
|     GtkCalendar.button:hover, GtkCalendar.button:focus:hover { |     GtkCalendar.button:hover, GtkCalendar.button:focus:hover { | ||||||
|       color: #5c616c; } |       color: #494d56; } | ||||||
|     GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { |     GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(73, 77, 86, 0.55); | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
|   GtkCalendar:inconsistent { |   GtkCalendar:inconsistent { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   GtkCalendar.highlight { |   GtkCalendar.highlight { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .message-dialog .dialog-action-area .button { | .message-dialog .dialog-action-area .button { | ||||||
|   padding: 8px; } |   padding: 8px; } | ||||||
| @ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { | |||||||
|   background-color: #d9dde0; } |   background-color: #d9dde0; } | ||||||
| 
 | 
 | ||||||
| GtkPlacesSidebar.sidebar .list-row.activatable { | GtkPlacesSidebar.sidebar .list-row.activatable { | ||||||
|   color: rgba(92, 97, 108, 0.8); |   color: rgba(73, 77, 86, 0.8); | ||||||
|   border-width: 0; |   border-width: 0; | ||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| @ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { | |||||||
| GtkColorSwatch#add-color-button { | GtkColorSwatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   GtkColorSwatch#add-color-button:hover { |   GtkColorSwatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   GtkColorSwatch#add-color-button .overlay { |   GtkColorSwatch#add-color-button .overlay { | ||||||
| @ -2462,8 +2462,8 @@ GtkColorButton.button { | |||||||
| .scale-popup .button { | .scale-popup .button { | ||||||
|   padding: 6px; } |   padding: 6px; } | ||||||
|   .scale-popup .button:hover { |   .scale-popup .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { | |||||||
| 
 | 
 | ||||||
| GtkHTML { | GtkHTML { | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
|   GtkHTML:active { |   GtkHTML:active { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
| @ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { | |||||||
|   border-width: 0; } |   border-width: 0; } | ||||||
| 
 | 
 | ||||||
| TerminalWindow .notebook tab .button { | TerminalWindow .notebook tab .button { | ||||||
|   color: #92959d; } |   color: #85888e; } | ||||||
|   TerminalWindow .notebook tab .button:hover { |   TerminalWindow .notebook tab .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: #fbfbfc; } |     background-color: #fbfbfc; } | ||||||
| 
 | 
 | ||||||
| @ -2749,13 +2749,13 @@ EelEditableLabel.entry { | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { | ||||||
|     color: #5c616c; } |     color: #494d56; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, | .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #9fa2a7; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(73, 77, 86, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(50, 52, 58, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:prelight { |   .open-document-selector-treeview.view:prelight { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f2f3f3; } | ||||||
|     .open-document-selector-treeview.view:prelight:selected { |     .open-document-selector-treeview.view:prelight:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #a4a6ab; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .prelight-row .button { | .gedit-document-panel .prelight-row .button { | ||||||
|   color: #92959d; } |   color: #85888e; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .list-row .button:hover, | .gedit-document-panel .list-row .button:hover, | ||||||
| .gedit-document-panel .prelight-row .button:hover { | .gedit-document-panel .prelight-row .button:hover { | ||||||
| @ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . | |||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel .prelight-row .button:active { | .gedit-document-panel .prelight-row .button:active { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GeditStatusbar { | GeditStatusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { | |||||||
|   border-color: rgba(0, 0, 0, 0.3); } |   border-color: rgba(0, 0, 0, 0.3); } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(73, 77, 86, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| GbWorkbench .floating-bar { | GbWorkbench .floating-bar { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), | GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), | ||||||
| GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { | GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { | ||||||
| @ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { | |||||||
| 
 | 
 | ||||||
| GbTerminalView { | GbTerminalView { | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| GbSourceStyleSchemeWidget GtkSourceView { | GbSourceStyleSchemeWidget GtkSourceView { | ||||||
|   font-family: Monospace; } |   font-family: Monospace; } | ||||||
| @ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { | |||||||
|     opacity: 1; } |     opacity: 1; } | ||||||
| 
 | 
 | ||||||
| EphyWindow .floating-bar { | EphyWindow .floating-bar { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| .documents-load-more.button { | .documents-load-more.button { | ||||||
|   border-width: 1px 0 0; |   border-width: 1px 0 0; | ||||||
| @ -3038,7 +3038,7 @@ EphyWindow .floating-bar { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon { | .documents-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-favorite.button:active, | .documents-favorite.button:active, | ||||||
| @ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { | |||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { |     WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(73, 77, 86, 0.55); } | ||||||
| 
 | 
 | ||||||
| PantheonTerminalPantheonTerminalWindow.background { | PantheonTerminalPantheonTerminalWindow.background { | ||||||
|   background-color: transparent; } |   background-color: transparent; } | ||||||
| 
 | 
 | ||||||
| SwitchboardCategoryView .view:selected, | SwitchboardCategoryView .view:selected, | ||||||
| SwitchboardCategoryView .view:selected:focus { | SwitchboardCategoryView .view:selected:focus { | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| UnityDecoration { | UnityDecoration { | ||||||
|   -UnityDecoration-extents: 28px 1 1 1; |   -UnityDecoration-extents: 28px 1 1 1; | ||||||
| @ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { | |||||||
| .source-list, | .source-list, | ||||||
| .source-list.view { | .source-list.view { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome GtkLabel { | GraniteWidgetsWelcome GtkLabel { | ||||||
|   color: #a9acb2; |   color: #9fa2a7; | ||||||
|   font: open sans 11; |   font: open sans 11; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(73, 77, 86, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #7d8086; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3603,7 +3603,7 @@ GtkListBox .h4 { | |||||||
|   font: normal; |   font: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #494d56; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3614,13 +3614,13 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame .button { | #content_frame .button { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   outline-color: rgba(92, 97, 108, 0.3); |   outline-color: rgba(73, 77, 86, 0.3); | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame .button:hover { |   #content_frame .button:hover { | ||||||
|     color: #5c616c; |     color: #494d56; | ||||||
|     outline-color: rgba(92, 97, 108, 0.3); |     outline-color: rgba(73, 77, 86, 0.3); | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame .button:active, #content_frame .button:checked { |   #content_frame .button:active, #content_frame .button:checked { | ||||||
| @ -3629,7 +3629,7 @@ GtkListBox .h4 { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   #content_frame .button:insensitive { |   #content_frame .button:insensitive { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(73, 77, 86, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame .button:insensitive > GtkLabel { |     #content_frame .button:insensitive > GtkLabel { | ||||||
| @ -3667,7 +3667,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.25); } |     background-color: rgba(102, 109, 132, 0.25); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #494d56; | ||||||
|   font: 13px; } |   font: 13px; } | ||||||
|   #login_window #user_combobox .menu { |   #login_window #user_combobox .menu { | ||||||
|     font: normal; } |     font: normal; } | ||||||
| @ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW | |||||||
|   MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { |   MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { | ||||||
|     background-color: transparent; } |     background-color: transparent; } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #494d56; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #494d56; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #494d56; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #494d56; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#494d56, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #494d56; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #494d56; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
|  | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -3,9 +3,9 @@ | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| $base_color: if($variant =='light', #ffffff, #404552); | $base_color: if($variant =='light', #ffffff, #404552); | ||||||
| $text_color: if($variant == 'light', #5c616c, #D3DAE3); | $text_color: if($variant == 'light', #3b3e45, #D3DAE3); | ||||||
| $bg_color: if($variant =='light', #F5F6F7, #383C4A); | $bg_color: if($variant =='light', #F5F6F7, #383C4A); | ||||||
| $fg_color: if($variant =='light', #5c616c, #D3DAE3); | $fg_color: if($variant =='light', #3b3e45, #D3DAE3); | ||||||
| 
 | 
 | ||||||
| $selected_fg_color: #ffffff; | $selected_fg_color: #ffffff; | ||||||
| $selected_bg_color: #5294e2; | $selected_bg_color: #5294e2; | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ | |||||||
|   -gtk-outline-radius: 2px; } |   -gtk-outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: rgba(245, 246, 247, 0.999); } |   background-color: rgba(245, 246, 247, 0.999); } | ||||||
| 
 | 
 | ||||||
| *:disabled { | *:disabled { | ||||||
| @ -23,16 +23,16 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:hover { |   .gtkstyle-fallback:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:disabled { |   .gtkstyle-fallback:disabled { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| @ -41,7 +41,7 @@ | |||||||
| .view text, | .view text, | ||||||
| iconview text, | iconview text, | ||||||
| textview text { | textview text { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, |   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, | ||||||
|   .view text:selected, |   .view text:selected, | ||||||
| @ -68,14 +68,14 @@ flowbox flowboxchild { | |||||||
| 
 | 
 | ||||||
| label.separator, popover label.separator, | label.separator, popover label.separator, | ||||||
| popover.background label.separator { | popover.background label.separator { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| label selection { | label selection { | ||||||
|   color: #ffffff; |   color: #ffffff; | ||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| label:disabled { | label:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, label.separator, popover label.separator, | .dim-label, label.separator, popover label.separator, | ||||||
| popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | ||||||
| @ -128,13 +128,13 @@ entry { | |||||||
|   caret-color: currentColor; |   caret-color: currentColor; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   entry.search { |   entry.search { | ||||||
|     border-radius: 20px; } |     border-radius: 20px; } | ||||||
|   entry image { |   entry image { | ||||||
|     color: #7d8189; } |     color: #62656a; } | ||||||
|     entry image.left { |     entry image.left { | ||||||
|       padding-left: 0; |       padding-left: 0; | ||||||
|       padding-right: 5px; } |       padding-right: 5px; } | ||||||
| @ -149,11 +149,11 @@ entry { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   entry:focus { |   entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   entry:disabled { |   entry:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(59, 62, 69, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); } |     background-color: rgba(255, 255, 255, 0.55); } | ||||||
|   entry.warning { |   entry.warning { | ||||||
| @ -244,7 +244,7 @@ button { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px 6px; |   padding: 2px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   button separator { |   button separator { | ||||||
| @ -260,7 +260,7 @@ button { | |||||||
|       button.flat:hover:active, button.sidebar-button:hover:active { |       button.flat:hover:active, button.sidebar-button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   button:hover { |   button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| @ -274,7 +274,7 @@ button { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   button:active { |   button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   button:active:hover, button:checked { |   button:active:hover, button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   button.flat:disabled, button.sidebar-button:disabled { |   button.flat:disabled, button.sidebar-button:disabled { | ||||||
| @ -285,7 +285,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     button:disabled label, button:disabled { |     button:disabled label, button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button:disabled:active, button:disabled:checked { |     button:disabled:active, button:disabled:checked { | ||||||
|       border-color: rgba(82, 148, 226, 0.75); |       border-color: rgba(82, 148, 226, 0.75); | ||||||
|       background-color: rgba(82, 148, 226, 0.75); |       background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -398,12 +398,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.suggested-action:disabled { |     button.suggested-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.suggested-action:disabled label, button.suggested-action:disabled { |       button.suggested-action:disabled label, button.suggested-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   button.destructive-action { |   button.destructive-action { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: white; |     color: white; | ||||||
| @ -428,12 +428,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.destructive-action:disabled { |     button.destructive-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.destructive-action:disabled label, button.destructive-action:disabled { |       button.destructive-action:disabled label, button.destructive-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   .stack-switcher > button { |   .stack-switcher > button { | ||||||
|     outline-offset: -3px; } |     outline-offset: -3px; } | ||||||
|     .stack-switcher > button > label { |     .stack-switcher > button > label { | ||||||
| @ -468,11 +468,11 @@ button { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar toolbutton > button { | .inline-toolbar toolbutton > button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar toolbutton > button:hover { |   .inline-toolbar toolbutton > button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { |   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { | ||||||
| @ -483,7 +483,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { |     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { |   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { | ||||||
|     border-color: rgba(82, 148, 226, 0.75); |     border-color: rgba(82, 148, 226, 0.75); | ||||||
|     background-color: rgba(82, 148, 226, 0.75); |     background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -724,10 +724,10 @@ modelbutton.flat { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   menuitem.button.flat:hover, |   menuitem.button.flat:hover, | ||||||
|   modelbutton.flat:hover { |   modelbutton.flat:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #ecedee; } | ||||||
|   menuitem.button.flat:checked, |   menuitem.button.flat:checked, | ||||||
|   modelbutton.flat:checked { |   modelbutton.flat:checked { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   menuitem.button.flat check:last-child, |   menuitem.button.flat check:last-child, | ||||||
|   menuitem.button.flat radio:last-child, |   menuitem.button.flat radio:last-child, | ||||||
|   modelbutton.flat check:last-child, |   modelbutton.flat check:last-child, | ||||||
| @ -775,7 +775,7 @@ spinbutton button:active { | |||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| spinbutton:disabled { | spinbutton:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| spinbutton:not(.vertical) entry { | spinbutton:not(.vertical) entry { | ||||||
|   min-width: 28px; } |   min-width: 28px; } | ||||||
| @ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   padding-right: 4px; } |   padding-right: 4px; } | ||||||
| 
 | 
 | ||||||
| treeview.view { | treeview.view { | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(59, 62, 69, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   * { |   * { | ||||||
|     -GtkTreeView-horizontal-separator: 4; |     -GtkTreeView-horizontal-separator: 4; | ||||||
| @ -1388,9 +1388,9 @@ treeview.view { | |||||||
|   treeview.view:selected, treeview.view:selected:focus { |   treeview.view:selected, treeview.view:selected:focus { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(59, 62, 69, 0.1); } | ||||||
|   treeview.view:disabled { |   treeview.view:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|     treeview.view:disabled:selected { |     treeview.view:disabled:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   treeview.view.separator { |   treeview.view.separator { | ||||||
| @ -1399,18 +1399,18 @@ treeview.view { | |||||||
|   treeview.view:drop(active) { |   treeview.view:drop(active) { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #476994; } | ||||||
|     treeview.view:drop(active).after { |     treeview.view:drop(active).after { | ||||||
|       border-top-style: none; } |       border-top-style: none; } | ||||||
|     treeview.view:drop(active).before { |     treeview.view:drop(active).before { | ||||||
|       border-bottom-style: none; } |       border-bottom-style: none; } | ||||||
|   treeview.view.expander { |   treeview.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #9d9fa2; } | ||||||
|     treeview.view.expander:dir(rtl) { |     treeview.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     treeview.view.expander:hover { |     treeview.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view.expander:selected { |     treeview.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       treeview.view.expander:selected:hover { |       treeview.view.expander:selected:hover { | ||||||
| @ -1426,7 +1426,7 @@ treeview.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|   treeview.view.trough { |   treeview.view.trough { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     background-color: #cfd6e6; |     background-color: #cfd6e6; | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1440,7 +1440,7 @@ treeview.view { | |||||||
|     min-width: 0; |     min-width: 0; | ||||||
|     padding: 3px 6px; |     padding: 3px 6px; | ||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
|     color: #7d8189; |     color: #62656a; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: none; |     background-image: none; | ||||||
|     border-style: none solid none none; |     border-style: none solid none none; | ||||||
| @ -1449,11 +1449,11 @@ treeview.view { | |||||||
|     treeview.view header button:hover { |     treeview.view header button:hover { | ||||||
|       color: #5294e2; } |       color: #5294e2; } | ||||||
|     treeview.view header button:active { |     treeview.view header button:active { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:active, treeview.view header button:hover { |     treeview.view header button:active, treeview.view header button:hover { | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|     treeview.view header button:active:hover { |     treeview.view header button:active:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:disabled { |     treeview.view header button:disabled { | ||||||
|       border-color: #F5F6F7; |       border-color: #F5F6F7; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
| @ -1531,7 +1531,7 @@ menu, | |||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     menu menuitem:disabled, |     menu menuitem:disabled, | ||||||
|     .menu menuitem:disabled { |     .menu menuitem:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     menu menuitem arrow, |     menu menuitem arrow, | ||||||
|     .menu menuitem arrow { |     .menu menuitem arrow { | ||||||
|       min-height: 16px; |       min-height: 16px; | ||||||
| @ -1568,16 +1568,16 @@ menu, | |||||||
|     menu > arrow.top, |     menu > arrow.top, | ||||||
|     .menu > arrow.top { |     .menu > arrow.top { | ||||||
|       margin-top: -6px; |       margin-top: -6px; | ||||||
|       border-bottom: 1px solid #efeff0; |       border-bottom: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } | ||||||
|     menu > arrow.bottom, |     menu > arrow.bottom, | ||||||
|     .menu > arrow.bottom { |     .menu > arrow.bottom { | ||||||
|       margin-bottom: -6px; |       margin-bottom: -6px; | ||||||
|       border-top: 1px solid #efeff0; |       border-top: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
|     menu > arrow:hover, |     menu > arrow:hover, | ||||||
|     .menu > arrow:hover { |     .menu > arrow:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ebecec; } | ||||||
|     menu > arrow:disabled, |     menu > arrow:disabled, | ||||||
|     .menu > arrow:disabled { |     .menu > arrow:disabled { | ||||||
|       color: transparent; |       color: transparent; | ||||||
| @ -1719,13 +1719,13 @@ notebook { | |||||||
|       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { |       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { | ||||||
|         margin-bottom: 2px; } |         margin-bottom: 2px; } | ||||||
|     notebook > header > tabs > arrow { |     notebook > header > tabs > arrow { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|       notebook > header > tabs > arrow:hover { |       notebook > header > tabs > arrow:hover { | ||||||
|         color: rgba(92, 97, 108, 0.775); } |         color: rgba(59, 62, 69, 0.775); } | ||||||
|       notebook > header > tabs > arrow:active { |       notebook > header > tabs > arrow:active { | ||||||
|         color: #5c616c; } |         color: #3b3e45; } | ||||||
|       notebook > header > tabs > arrow:disabled { |       notebook > header > tabs > arrow:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.25); } |         color: rgba(59, 62, 69, 0.25); } | ||||||
|     notebook > header.top > tabs > tab:hover:not(:checked) { |     notebook > header.top > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 0 -1px #dcdfe3; } |       box-shadow: inset 0 -1px #dcdfe3; } | ||||||
|     notebook > header.bottom > tabs > tab:hover:not(:checked) { |     notebook > header.bottom > tabs > tab:hover:not(:checked) { | ||||||
| @ -1735,21 +1735,21 @@ notebook { | |||||||
|     notebook > header.right > tabs > tab:hover:not(:checked) { |     notebook > header.right > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 1px 0 #dcdfe3; } |       box-shadow: inset 1px 0 #dcdfe3; } | ||||||
|     notebook > header > tabs > tab { |     notebook > header > tabs > tab { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(59, 62, 69, 0.55); | ||||||
|       background-color: rgba(255, 255, 255, 0); } |       background-color: rgba(255, 255, 255, 0); } | ||||||
|       notebook > header > tabs > tab:hover:not(:checked) { |       notebook > header > tabs > tab:hover:not(:checked) { | ||||||
|         color: rgba(92, 97, 108, 0.775); |         color: rgba(59, 62, 69, 0.775); | ||||||
|         background-color: rgba(255, 255, 255, 0.5); |         background-color: rgba(255, 255, 255, 0.5); | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab:checked { |       notebook > header > tabs > tab:checked { | ||||||
|         color: #5c616c; |         color: #3b3e45; | ||||||
|         background-color: #ffffff; |         background-color: #ffffff; | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { |       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { | ||||||
|         min-height: 22px; |         min-height: 22px; | ||||||
|         min-width: 16px; |         min-width: 16px; | ||||||
|         padding: 0; |         padding: 0; | ||||||
|         color: #92959d; } |         color: #7c7e83; } | ||||||
|         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { |         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { | ||||||
|           color: #ff4d4d; } |           color: #ff4d4d; } | ||||||
|         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { |         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { | ||||||
| @ -1786,9 +1786,9 @@ scrollbar { | |||||||
|     border: 4px solid transparent; |     border: 4px solid transparent; | ||||||
|     border-radius: 8px; |     border-radius: 8px; | ||||||
|     background-clip: padding-box; |     background-clip: padding-box; | ||||||
|     background-color: #b8babf; } |     background-color: #abacb0; } | ||||||
|     scrollbar slider:hover { |     scrollbar slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #bdbfc2; } | ||||||
|     scrollbar slider:hover:active { |     scrollbar slider:hover:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     scrollbar slider:disabled { |     scrollbar slider:disabled { | ||||||
| @ -1808,7 +1808,7 @@ scrollbar { | |||||||
|       margin: 0; |       margin: 0; | ||||||
|       min-width: 4px; |       min-width: 4px; | ||||||
|       min-height: 4px; |       min-height: 4px; | ||||||
|       background-color: #8a8e96; |       background-color: #73757a; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); } |       border: 1px solid rgba(255, 255, 255, 0.6); } | ||||||
|     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { |     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { | ||||||
|       margin: 0 2px; |       margin: 0 2px; | ||||||
| @ -2245,7 +2245,7 @@ scale { | |||||||
| progressbar { | progressbar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(59, 62, 69, 0.7); } | ||||||
|   progressbar.osd { |   progressbar.osd { | ||||||
|     min-width: 3px; |     min-width: 3px; | ||||||
|     min-height: 3px; |     min-height: 3px; | ||||||
| @ -2308,8 +2308,8 @@ levelbar block.full { | |||||||
|   background-color: #73d216; } |   background-color: #73d216; } | ||||||
| 
 | 
 | ||||||
| levelbar block.empty { | levelbar block.empty { | ||||||
|   background-color: rgba(92, 97, 108, 0.2); |   background-color: rgba(59, 62, 69, 0.2); | ||||||
|   border-color: rgba(92, 97, 108, 0.2); } |   border-color: rgba(59, 62, 69, 0.2); } | ||||||
| 
 | 
 | ||||||
| printdialog paper { | printdialog paper { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| row.activatable:active { | row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| row.activatable:disabled { | row.activatable:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
|   row.activatable:disabled image { |   row.activatable:disabled image { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| @ -2486,30 +2486,30 @@ expander arrow { | |||||||
|   expander arrow:dir(rtl) { |   expander arrow:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   expander arrow:hover { |   expander arrow:hover { | ||||||
|     color: #aaaeb7; } |     color: #848995; } | ||||||
|   expander arrow:checked { |   expander arrow:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| calendar { | calendar { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
|   calendar:selected { |   calendar:selected { | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   calendar.header { |   calendar.header { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border: none; } |     border: none; } | ||||||
|   calendar.button { |   calendar.button { | ||||||
|     color: rgba(92, 97, 108, 0.45); } |     color: rgba(59, 62, 69, 0.45); } | ||||||
|     calendar.button:hover { |     calendar.button:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     calendar.button:disabled { |     calendar.button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   calendar:indeterminate { |   calendar:indeterminate { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   calendar.highlight { |   calendar.highlight { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| messagedialog .titlebar { | messagedialog .titlebar { | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
| @ -2787,11 +2787,11 @@ colorswatch:disabled { | |||||||
| colorswatch#add-color-button { | colorswatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   colorswatch#add-color-button:hover { |   colorswatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   colorswatch#add-color-button overlay { |   colorswatch#add-color-button overlay { | ||||||
| @ -2814,7 +2814,7 @@ colorchooser .popover.osd { | |||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| 
 | 
 | ||||||
| .scale-popup button:hover { | .scale-popup button:hover { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: white; } |   background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2841,7 +2841,7 @@ button.circular-button { | |||||||
|   min-width: 16px; |   min-width: 16px; | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
|   padding: 3px 6px 4px 6px; |   padding: 3px 6px 4px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 2.5px; |   border-radius: 2.5px; | ||||||
| @ -3027,7 +3027,7 @@ terminal-window notebook > header.top, | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     text-shadow: none; } |     text-shadow: none; } | ||||||
| @ -3035,7 +3035,7 @@ terminal-window notebook > header.top, | |||||||
| .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | ||||||
| popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #989a9e; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(59, 62, 69, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(35, 37, 42, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .nemo-window .nemo-window-pane widget.entry { | .nemo-window .nemo-window-pane widget.entry { | ||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #5294e2; |   border-color: #5294e2; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| @ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { |   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f1f1f2; } | ||||||
|     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { |     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #9d9fa2; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:not(:selected) button { | .gedit-document-panel row:hover:not(:selected) button { | ||||||
|   color: #92959d; } |   color: #7c7e83; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:hover { |   .gedit-document-panel row:hover:not(:selected) button:hover { | ||||||
|     color: #ff4d4d; } |     color: #ff4d4d; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:active { |   .gedit-document-panel row:hover:not(:selected) button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:selected button:hover { | .gedit-document-panel row:hover:selected button:hover { | ||||||
|   color: #ff6666; |   color: #ff6666; | ||||||
| @ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-side-panel-paned statusbar { | .gedit-side-panel-paned statusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(59, 62, 69, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, | |||||||
| gstyleslidein #strings_controls button.toggle:checked, | gstyleslidein #strings_controls button.toggle:checked, | ||||||
| gstyleslidein #palette_controls button.toggle:checked, | gstyleslidein #palette_controls button.toggle:checked, | ||||||
| gstyleslidein #components_controls button.toggle:checked { | gstyleslidein #components_controls button.toggle:checked { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| configurationview entry.flat { | configurationview entry.flat { | ||||||
|   background: none; } |   background: none; } | ||||||
| @ -3361,7 +3361,7 @@ button.documents-load-more { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon, .photos-collection-icon { | .documents-collection-icon, .photos-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(59, 62, 69, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| button.documents-favorite:active, | button.documents-favorite:active, | ||||||
| @ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { | |||||||
| .source-list.view, | .source-list.view, | ||||||
| iconview.source-list { | iconview.source-list { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome label { | GraniteWidgetsWelcome label { | ||||||
|   color: #a9acb2; |   color: #989a9e; | ||||||
|   font-size: 11px; |   font-size: 11px; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(59, 62, 69, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #73757a; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3954,7 +3954,7 @@ GtkListBox .h4 { | |||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3965,11 +3965,11 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame button { | #content_frame button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame button:hover { |   #content_frame button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame button:active, #content_frame button:checked { |   #content_frame button:active, #content_frame button:checked { | ||||||
| @ -3980,7 +3980,7 @@ GtkListBox .h4 { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame button:disabled label, #content_frame button:disabled { |     #content_frame button:disabled label, #content_frame button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| #buttonbox_frame { | #buttonbox_frame { | ||||||
|   padding-top: 20px; |   padding-top: 20px; | ||||||
| @ -4011,7 +4011,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.2); } |     background-color: rgba(102, 109, 132, 0.2); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   font-size: 13px; } |   font-size: 13px; } | ||||||
|   #login_window #user_combobox menu { |   #login_window #user_combobox menu { | ||||||
|     font-weight: normal; } |     font-weight: normal; } | ||||||
| @ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
|   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { |   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { | ||||||
|     background-color: rgba(42, 45, 55, 0.95); } |     background-color: rgba(42, 45, 55, 0.95); } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #3b3e45; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #3b3e45; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #3b3e45; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #3b3e45; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#3b3e45, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #3b3e45; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #3b3e45; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ | |||||||
|   -gtk-outline-radius: 2px; } |   -gtk-outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #F5F6F7; } |   background-color: #F5F6F7; } | ||||||
| 
 | 
 | ||||||
| *:disabled { | *:disabled { | ||||||
| @ -23,16 +23,16 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:hover { |   .gtkstyle-fallback:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:disabled { |   .gtkstyle-fallback:disabled { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| @ -41,7 +41,7 @@ | |||||||
| .view text, | .view text, | ||||||
| iconview text, | iconview text, | ||||||
| textview text { | textview text { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, |   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, | ||||||
|   .view text:selected, |   .view text:selected, | ||||||
| @ -68,14 +68,14 @@ flowbox flowboxchild { | |||||||
| 
 | 
 | ||||||
| label.separator, popover label.separator, | label.separator, popover label.separator, | ||||||
| popover.background label.separator { | popover.background label.separator { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| label selection { | label selection { | ||||||
|   color: #ffffff; |   color: #ffffff; | ||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| label:disabled { | label:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, label.separator, popover label.separator, | .dim-label, label.separator, popover label.separator, | ||||||
| popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | ||||||
| @ -128,13 +128,13 @@ entry { | |||||||
|   caret-color: currentColor; |   caret-color: currentColor; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   entry.search { |   entry.search { | ||||||
|     border-radius: 20px; } |     border-radius: 20px; } | ||||||
|   entry image { |   entry image { | ||||||
|     color: #7d8189; } |     color: #62656a; } | ||||||
|     entry image.left { |     entry image.left { | ||||||
|       padding-left: 0; |       padding-left: 0; | ||||||
|       padding-right: 5px; } |       padding-right: 5px; } | ||||||
| @ -149,11 +149,11 @@ entry { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   entry:focus { |   entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   entry:disabled { |   entry:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(59, 62, 69, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); } |     background-color: rgba(255, 255, 255, 0.55); } | ||||||
|   entry.warning { |   entry.warning { | ||||||
| @ -244,7 +244,7 @@ button { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px 6px; |   padding: 2px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   button separator { |   button separator { | ||||||
| @ -260,7 +260,7 @@ button { | |||||||
|       button.flat:hover:active, button.sidebar-button:hover:active { |       button.flat:hover:active, button.sidebar-button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   button:hover { |   button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| @ -274,7 +274,7 @@ button { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   button:active { |   button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   button:active:hover, button:checked { |   button:active:hover, button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   button.flat:disabled, button.sidebar-button:disabled { |   button.flat:disabled, button.sidebar-button:disabled { | ||||||
| @ -285,7 +285,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     button:disabled label, button:disabled { |     button:disabled label, button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button:disabled:active, button:disabled:checked { |     button:disabled:active, button:disabled:checked { | ||||||
|       border-color: rgba(82, 148, 226, 0.75); |       border-color: rgba(82, 148, 226, 0.75); | ||||||
|       background-color: rgba(82, 148, 226, 0.75); |       background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -398,12 +398,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.suggested-action:disabled { |     button.suggested-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.suggested-action:disabled label, button.suggested-action:disabled { |       button.suggested-action:disabled label, button.suggested-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   button.destructive-action { |   button.destructive-action { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: white; |     color: white; | ||||||
| @ -428,12 +428,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.destructive-action:disabled { |     button.destructive-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.destructive-action:disabled label, button.destructive-action:disabled { |       button.destructive-action:disabled label, button.destructive-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   .stack-switcher > button { |   .stack-switcher > button { | ||||||
|     outline-offset: -3px; } |     outline-offset: -3px; } | ||||||
|     .stack-switcher > button > label { |     .stack-switcher > button > label { | ||||||
| @ -468,11 +468,11 @@ button { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar toolbutton > button { | .inline-toolbar toolbutton > button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar toolbutton > button:hover { |   .inline-toolbar toolbutton > button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { |   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { | ||||||
| @ -483,7 +483,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { |     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { |   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { | ||||||
|     border-color: rgba(82, 148, 226, 0.75); |     border-color: rgba(82, 148, 226, 0.75); | ||||||
|     background-color: rgba(82, 148, 226, 0.75); |     background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -724,10 +724,10 @@ modelbutton.flat { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   menuitem.button.flat:hover, |   menuitem.button.flat:hover, | ||||||
|   modelbutton.flat:hover { |   modelbutton.flat:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #ecedee; } | ||||||
|   menuitem.button.flat:checked, |   menuitem.button.flat:checked, | ||||||
|   modelbutton.flat:checked { |   modelbutton.flat:checked { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   menuitem.button.flat check:last-child, |   menuitem.button.flat check:last-child, | ||||||
|   menuitem.button.flat radio:last-child, |   menuitem.button.flat radio:last-child, | ||||||
|   modelbutton.flat check:last-child, |   modelbutton.flat check:last-child, | ||||||
| @ -775,7 +775,7 @@ spinbutton button:active { | |||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| spinbutton:disabled { | spinbutton:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| spinbutton:not(.vertical) entry { | spinbutton:not(.vertical) entry { | ||||||
|   min-width: 28px; } |   min-width: 28px; } | ||||||
| @ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   padding-right: 4px; } |   padding-right: 4px; } | ||||||
| 
 | 
 | ||||||
| treeview.view { | treeview.view { | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(59, 62, 69, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   * { |   * { | ||||||
|     -GtkTreeView-horizontal-separator: 4; |     -GtkTreeView-horizontal-separator: 4; | ||||||
| @ -1388,9 +1388,9 @@ treeview.view { | |||||||
|   treeview.view:selected, treeview.view:selected:focus { |   treeview.view:selected, treeview.view:selected:focus { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(59, 62, 69, 0.1); } | ||||||
|   treeview.view:disabled { |   treeview.view:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|     treeview.view:disabled:selected { |     treeview.view:disabled:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   treeview.view.separator { |   treeview.view.separator { | ||||||
| @ -1399,18 +1399,18 @@ treeview.view { | |||||||
|   treeview.view:drop(active) { |   treeview.view:drop(active) { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #476994; } | ||||||
|     treeview.view:drop(active).after { |     treeview.view:drop(active).after { | ||||||
|       border-top-style: none; } |       border-top-style: none; } | ||||||
|     treeview.view:drop(active).before { |     treeview.view:drop(active).before { | ||||||
|       border-bottom-style: none; } |       border-bottom-style: none; } | ||||||
|   treeview.view.expander { |   treeview.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #9d9fa2; } | ||||||
|     treeview.view.expander:dir(rtl) { |     treeview.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     treeview.view.expander:hover { |     treeview.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view.expander:selected { |     treeview.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       treeview.view.expander:selected:hover { |       treeview.view.expander:selected:hover { | ||||||
| @ -1426,7 +1426,7 @@ treeview.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|   treeview.view.trough { |   treeview.view.trough { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     background-color: #cfd6e6; |     background-color: #cfd6e6; | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1440,7 +1440,7 @@ treeview.view { | |||||||
|     min-width: 0; |     min-width: 0; | ||||||
|     padding: 3px 6px; |     padding: 3px 6px; | ||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
|     color: #7d8189; |     color: #62656a; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: none; |     background-image: none; | ||||||
|     border-style: none solid none none; |     border-style: none solid none none; | ||||||
| @ -1449,11 +1449,11 @@ treeview.view { | |||||||
|     treeview.view header button:hover { |     treeview.view header button:hover { | ||||||
|       color: #5294e2; } |       color: #5294e2; } | ||||||
|     treeview.view header button:active { |     treeview.view header button:active { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:active, treeview.view header button:hover { |     treeview.view header button:active, treeview.view header button:hover { | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|     treeview.view header button:active:hover { |     treeview.view header button:active:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:disabled { |     treeview.view header button:disabled { | ||||||
|       border-color: #F5F6F7; |       border-color: #F5F6F7; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
| @ -1531,7 +1531,7 @@ menu, | |||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     menu menuitem:disabled, |     menu menuitem:disabled, | ||||||
|     .menu menuitem:disabled { |     .menu menuitem:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     menu menuitem arrow, |     menu menuitem arrow, | ||||||
|     .menu menuitem arrow { |     .menu menuitem arrow { | ||||||
|       min-height: 16px; |       min-height: 16px; | ||||||
| @ -1568,16 +1568,16 @@ menu, | |||||||
|     menu > arrow.top, |     menu > arrow.top, | ||||||
|     .menu > arrow.top { |     .menu > arrow.top { | ||||||
|       margin-top: -6px; |       margin-top: -6px; | ||||||
|       border-bottom: 1px solid #efeff0; |       border-bottom: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } | ||||||
|     menu > arrow.bottom, |     menu > arrow.bottom, | ||||||
|     .menu > arrow.bottom { |     .menu > arrow.bottom { | ||||||
|       margin-bottom: -6px; |       margin-bottom: -6px; | ||||||
|       border-top: 1px solid #efeff0; |       border-top: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
|     menu > arrow:hover, |     menu > arrow:hover, | ||||||
|     .menu > arrow:hover { |     .menu > arrow:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ebecec; } | ||||||
|     menu > arrow:disabled, |     menu > arrow:disabled, | ||||||
|     .menu > arrow:disabled { |     .menu > arrow:disabled { | ||||||
|       color: transparent; |       color: transparent; | ||||||
| @ -1719,13 +1719,13 @@ notebook { | |||||||
|       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { |       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { | ||||||
|         margin-bottom: 2px; } |         margin-bottom: 2px; } | ||||||
|     notebook > header > tabs > arrow { |     notebook > header > tabs > arrow { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|       notebook > header > tabs > arrow:hover { |       notebook > header > tabs > arrow:hover { | ||||||
|         color: rgba(92, 97, 108, 0.775); } |         color: rgba(59, 62, 69, 0.775); } | ||||||
|       notebook > header > tabs > arrow:active { |       notebook > header > tabs > arrow:active { | ||||||
|         color: #5c616c; } |         color: #3b3e45; } | ||||||
|       notebook > header > tabs > arrow:disabled { |       notebook > header > tabs > arrow:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.25); } |         color: rgba(59, 62, 69, 0.25); } | ||||||
|     notebook > header.top > tabs > tab:hover:not(:checked) { |     notebook > header.top > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 0 -1px #dcdfe3; } |       box-shadow: inset 0 -1px #dcdfe3; } | ||||||
|     notebook > header.bottom > tabs > tab:hover:not(:checked) { |     notebook > header.bottom > tabs > tab:hover:not(:checked) { | ||||||
| @ -1735,21 +1735,21 @@ notebook { | |||||||
|     notebook > header.right > tabs > tab:hover:not(:checked) { |     notebook > header.right > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 1px 0 #dcdfe3; } |       box-shadow: inset 1px 0 #dcdfe3; } | ||||||
|     notebook > header > tabs > tab { |     notebook > header > tabs > tab { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(59, 62, 69, 0.55); | ||||||
|       background-color: rgba(255, 255, 255, 0); } |       background-color: rgba(255, 255, 255, 0); } | ||||||
|       notebook > header > tabs > tab:hover:not(:checked) { |       notebook > header > tabs > tab:hover:not(:checked) { | ||||||
|         color: rgba(92, 97, 108, 0.775); |         color: rgba(59, 62, 69, 0.775); | ||||||
|         background-color: rgba(255, 255, 255, 0.5); |         background-color: rgba(255, 255, 255, 0.5); | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab:checked { |       notebook > header > tabs > tab:checked { | ||||||
|         color: #5c616c; |         color: #3b3e45; | ||||||
|         background-color: #ffffff; |         background-color: #ffffff; | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { |       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { | ||||||
|         min-height: 22px; |         min-height: 22px; | ||||||
|         min-width: 16px; |         min-width: 16px; | ||||||
|         padding: 0; |         padding: 0; | ||||||
|         color: #92959d; } |         color: #7c7e83; } | ||||||
|         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { |         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { | ||||||
|           color: #ff4d4d; } |           color: #ff4d4d; } | ||||||
|         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { |         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { | ||||||
| @ -1786,9 +1786,9 @@ scrollbar { | |||||||
|     border: 4px solid transparent; |     border: 4px solid transparent; | ||||||
|     border-radius: 8px; |     border-radius: 8px; | ||||||
|     background-clip: padding-box; |     background-clip: padding-box; | ||||||
|     background-color: #b8babf; } |     background-color: #abacb0; } | ||||||
|     scrollbar slider:hover { |     scrollbar slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #bdbfc2; } | ||||||
|     scrollbar slider:hover:active { |     scrollbar slider:hover:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     scrollbar slider:disabled { |     scrollbar slider:disabled { | ||||||
| @ -1808,7 +1808,7 @@ scrollbar { | |||||||
|       margin: 0; |       margin: 0; | ||||||
|       min-width: 4px; |       min-width: 4px; | ||||||
|       min-height: 4px; |       min-height: 4px; | ||||||
|       background-color: #8a8e96; |       background-color: #73757a; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); } |       border: 1px solid rgba(255, 255, 255, 0.6); } | ||||||
|     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { |     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { | ||||||
|       margin: 0 2px; |       margin: 0 2px; | ||||||
| @ -2245,7 +2245,7 @@ scale { | |||||||
| progressbar { | progressbar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(59, 62, 69, 0.7); } | ||||||
|   progressbar.osd { |   progressbar.osd { | ||||||
|     min-width: 3px; |     min-width: 3px; | ||||||
|     min-height: 3px; |     min-height: 3px; | ||||||
| @ -2308,8 +2308,8 @@ levelbar block.full { | |||||||
|   background-color: #73d216; } |   background-color: #73d216; } | ||||||
| 
 | 
 | ||||||
| levelbar block.empty { | levelbar block.empty { | ||||||
|   background-color: rgba(92, 97, 108, 0.2); |   background-color: rgba(59, 62, 69, 0.2); | ||||||
|   border-color: rgba(92, 97, 108, 0.2); } |   border-color: rgba(59, 62, 69, 0.2); } | ||||||
| 
 | 
 | ||||||
| printdialog paper { | printdialog paper { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| row.activatable:active { | row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| row.activatable:disabled { | row.activatable:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
|   row.activatable:disabled image { |   row.activatable:disabled image { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| @ -2486,30 +2486,30 @@ expander arrow { | |||||||
|   expander arrow:dir(rtl) { |   expander arrow:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   expander arrow:hover { |   expander arrow:hover { | ||||||
|     color: #aaaeb7; } |     color: #848995; } | ||||||
|   expander arrow:checked { |   expander arrow:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| calendar { | calendar { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
|   calendar:selected { |   calendar:selected { | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   calendar.header { |   calendar.header { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border: none; } |     border: none; } | ||||||
|   calendar.button { |   calendar.button { | ||||||
|     color: rgba(92, 97, 108, 0.45); } |     color: rgba(59, 62, 69, 0.45); } | ||||||
|     calendar.button:hover { |     calendar.button:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     calendar.button:disabled { |     calendar.button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   calendar:indeterminate { |   calendar:indeterminate { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   calendar.highlight { |   calendar.highlight { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| messagedialog .titlebar { | messagedialog .titlebar { | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
| @ -2787,11 +2787,11 @@ colorswatch:disabled { | |||||||
| colorswatch#add-color-button { | colorswatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   colorswatch#add-color-button:hover { |   colorswatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   colorswatch#add-color-button overlay { |   colorswatch#add-color-button overlay { | ||||||
| @ -2814,7 +2814,7 @@ colorchooser .popover.osd { | |||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| 
 | 
 | ||||||
| .scale-popup button:hover { | .scale-popup button:hover { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: white; } |   background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2841,7 +2841,7 @@ button.circular-button { | |||||||
|   min-width: 16px; |   min-width: 16px; | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
|   padding: 3px 6px 4px 6px; |   padding: 3px 6px 4px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 2.5px; |   border-radius: 2.5px; | ||||||
| @ -3027,7 +3027,7 @@ terminal-window notebook > header.top, | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     text-shadow: none; } |     text-shadow: none; } | ||||||
| @ -3035,7 +3035,7 @@ terminal-window notebook > header.top, | |||||||
| .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | ||||||
| popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #989a9e; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(59, 62, 69, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(35, 37, 42, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .nemo-window .nemo-window-pane widget.entry { | .nemo-window .nemo-window-pane widget.entry { | ||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #5294e2; |   border-color: #5294e2; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| @ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { |   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f1f1f2; } | ||||||
|     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { |     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #9d9fa2; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:not(:selected) button { | .gedit-document-panel row:hover:not(:selected) button { | ||||||
|   color: #92959d; } |   color: #7c7e83; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:hover { |   .gedit-document-panel row:hover:not(:selected) button:hover { | ||||||
|     color: #ff4d4d; } |     color: #ff4d4d; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:active { |   .gedit-document-panel row:hover:not(:selected) button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:selected button:hover { | .gedit-document-panel row:hover:selected button:hover { | ||||||
|   color: #ff6666; |   color: #ff6666; | ||||||
| @ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-side-panel-paned statusbar { | .gedit-side-panel-paned statusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(59, 62, 69, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, | |||||||
| gstyleslidein #strings_controls button.toggle:checked, | gstyleslidein #strings_controls button.toggle:checked, | ||||||
| gstyleslidein #palette_controls button.toggle:checked, | gstyleslidein #palette_controls button.toggle:checked, | ||||||
| gstyleslidein #components_controls button.toggle:checked { | gstyleslidein #components_controls button.toggle:checked { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| configurationview entry.flat { | configurationview entry.flat { | ||||||
|   background: none; } |   background: none; } | ||||||
| @ -3361,7 +3361,7 @@ button.documents-load-more { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon, .photos-collection-icon { | .documents-collection-icon, .photos-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(59, 62, 69, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| button.documents-favorite:active, | button.documents-favorite:active, | ||||||
| @ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { | |||||||
| .source-list.view, | .source-list.view, | ||||||
| iconview.source-list { | iconview.source-list { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome label { | GraniteWidgetsWelcome label { | ||||||
|   color: #a9acb2; |   color: #989a9e; | ||||||
|   font-size: 11px; |   font-size: 11px; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(59, 62, 69, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #73757a; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3954,7 +3954,7 @@ GtkListBox .h4 { | |||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3965,11 +3965,11 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame button { | #content_frame button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame button:hover { |   #content_frame button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame button:active, #content_frame button:checked { |   #content_frame button:active, #content_frame button:checked { | ||||||
| @ -3980,7 +3980,7 @@ GtkListBox .h4 { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame button:disabled label, #content_frame button:disabled { |     #content_frame button:disabled label, #content_frame button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| #buttonbox_frame { | #buttonbox_frame { | ||||||
|   padding-top: 20px; |   padding-top: 20px; | ||||||
| @ -4011,7 +4011,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.25); } |     background-color: rgba(102, 109, 132, 0.25); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   font-size: 13px; } |   font-size: 13px; } | ||||||
|   #login_window #user_combobox menu { |   #login_window #user_combobox menu { | ||||||
|     font-weight: normal; } |     font-weight: normal; } | ||||||
| @ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
|   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { |   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { | ||||||
|     background-color: #2a2d37; } |     background-color: #2a2d37; } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #3b3e45; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #3b3e45; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #3b3e45; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #3b3e45; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#3b3e45, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #3b3e45; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #3b3e45; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ | |||||||
|   -gtk-outline-radius: 2px; } |   -gtk-outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #F5F6F7; } |   background-color: #F5F6F7; } | ||||||
| 
 | 
 | ||||||
| *:disabled { | *:disabled { | ||||||
| @ -23,16 +23,16 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:hover { |   .gtkstyle-fallback:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:disabled { |   .gtkstyle-fallback:disabled { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| @ -41,7 +41,7 @@ | |||||||
| .view text, | .view text, | ||||||
| iconview text, | iconview text, | ||||||
| textview text { | textview text { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, |   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, | ||||||
|   .view text:selected, |   .view text:selected, | ||||||
| @ -68,14 +68,14 @@ flowbox flowboxchild { | |||||||
| 
 | 
 | ||||||
| label.separator, popover label.separator, | label.separator, popover label.separator, | ||||||
| popover.background label.separator { | popover.background label.separator { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| label selection { | label selection { | ||||||
|   color: #ffffff; |   color: #ffffff; | ||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| label:disabled { | label:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, label.separator, popover label.separator, | .dim-label, label.separator, popover label.separator, | ||||||
| popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | ||||||
| @ -128,13 +128,13 @@ entry { | |||||||
|   caret-color: currentColor; |   caret-color: currentColor; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   entry.search { |   entry.search { | ||||||
|     border-radius: 20px; } |     border-radius: 20px; } | ||||||
|   entry image { |   entry image { | ||||||
|     color: #7d8189; } |     color: #62656a; } | ||||||
|     entry image.left { |     entry image.left { | ||||||
|       padding-left: 0; |       padding-left: 0; | ||||||
|       padding-right: 5px; } |       padding-right: 5px; } | ||||||
| @ -149,11 +149,11 @@ entry { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   entry:focus { |   entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   entry:disabled { |   entry:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(59, 62, 69, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); } |     background-color: rgba(255, 255, 255, 0.55); } | ||||||
|   entry.warning { |   entry.warning { | ||||||
| @ -244,7 +244,7 @@ button { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px 6px; |   padding: 2px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   button separator { |   button separator { | ||||||
| @ -260,7 +260,7 @@ button { | |||||||
|       button.flat:hover:active, button.sidebar-button:hover:active { |       button.flat:hover:active, button.sidebar-button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   button:hover { |   button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| @ -274,7 +274,7 @@ button { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   button:active { |   button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   button:active:hover, button:checked { |   button:active:hover, button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   button.flat:disabled, button.sidebar-button:disabled { |   button.flat:disabled, button.sidebar-button:disabled { | ||||||
| @ -285,7 +285,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     button:disabled label, button:disabled { |     button:disabled label, button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button:disabled:active, button:disabled:checked { |     button:disabled:active, button:disabled:checked { | ||||||
|       border-color: rgba(82, 148, 226, 0.75); |       border-color: rgba(82, 148, 226, 0.75); | ||||||
|       background-color: rgba(82, 148, 226, 0.75); |       background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -398,12 +398,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.suggested-action:disabled { |     button.suggested-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.suggested-action:disabled label, button.suggested-action:disabled { |       button.suggested-action:disabled label, button.suggested-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   button.destructive-action { |   button.destructive-action { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: white; |     color: white; | ||||||
| @ -428,12 +428,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.destructive-action:disabled { |     button.destructive-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.destructive-action:disabled label, button.destructive-action:disabled { |       button.destructive-action:disabled label, button.destructive-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   .stack-switcher > button { |   .stack-switcher > button { | ||||||
|     outline-offset: -3px; } |     outline-offset: -3px; } | ||||||
|     .stack-switcher > button > label { |     .stack-switcher > button > label { | ||||||
| @ -468,11 +468,11 @@ button { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar toolbutton > button { | .inline-toolbar toolbutton > button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar toolbutton > button:hover { |   .inline-toolbar toolbutton > button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { |   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { | ||||||
| @ -483,7 +483,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { |     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { |   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { | ||||||
|     border-color: rgba(82, 148, 226, 0.75); |     border-color: rgba(82, 148, 226, 0.75); | ||||||
|     background-color: rgba(82, 148, 226, 0.75); |     background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -724,10 +724,10 @@ modelbutton.flat { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   menuitem.button.flat:hover, |   menuitem.button.flat:hover, | ||||||
|   modelbutton.flat:hover { |   modelbutton.flat:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #ecedee; } | ||||||
|   menuitem.button.flat:checked, |   menuitem.button.flat:checked, | ||||||
|   modelbutton.flat:checked { |   modelbutton.flat:checked { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   menuitem.button.flat check:last-child, |   menuitem.button.flat check:last-child, | ||||||
|   menuitem.button.flat radio:last-child, |   menuitem.button.flat radio:last-child, | ||||||
|   modelbutton.flat check:last-child, |   modelbutton.flat check:last-child, | ||||||
| @ -775,7 +775,7 @@ spinbutton button:active { | |||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| spinbutton:disabled { | spinbutton:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| spinbutton:not(.vertical) entry { | spinbutton:not(.vertical) entry { | ||||||
|   min-width: 28px; } |   min-width: 28px; } | ||||||
| @ -881,7 +881,7 @@ toolbar, .inline-toolbar { | |||||||
|     margin-right: 0; } |     margin-right: 0; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar:not(.libreoffice-toolbar) { | .primary-toolbar:not(.libreoffice-toolbar) { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   box-shadow: none; |   box-shadow: none; | ||||||
|   border-width: 0 0 1px 0; |   border-width: 0 0 1px 0; | ||||||
| @ -915,7 +915,7 @@ headerbar, | |||||||
|   border-width: 0 0 1px; |   border-width: 0 0 1px; | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-color: #d4d5db; |   border-color: #d4d5db; | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   box-shadow: inset 0 1px #eff0f2; } |   box-shadow: inset 0 1px #eff0f2; } | ||||||
|   .csd headerbar, |   .csd headerbar, | ||||||
| @ -925,7 +925,7 @@ headerbar, | |||||||
|   headerbar:backdrop, |   headerbar:backdrop, | ||||||
|   .titlebar:backdrop:not(headerbar) { |   .titlebar:backdrop:not(headerbar) { | ||||||
|     transition: 200ms ease-out; |     transition: 200ms ease-out; | ||||||
|     color: rgba(82, 93, 118, 0.5); |     color: rgba(53, 59, 75, 0.5); | ||||||
|     background-color: #eff0f2; } |     background-color: #eff0f2; } | ||||||
|     .csd headerbar:backdrop, |     .csd headerbar:backdrop, | ||||||
|     .csd .titlebar:backdrop:not(headerbar) { |     .csd .titlebar:backdrop:not(headerbar) { | ||||||
| @ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   min-height: 1px; |   min-height: 1px; | ||||||
|   background: none; |   background: none; | ||||||
|   border-width: 0 1px; |   border-width: 0 1px; | ||||||
|   border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } |   border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } | ||||||
|   .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { |   .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { | ||||||
|     opacity: 0.6; } |     opacity: 0.6; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar entry, headerbar entry { | .primary-toolbar entry, headerbar entry { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { |   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { |     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { |   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { |   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
| @ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|       color: #FC4138; } |       color: #FC4138; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button, headerbar button { | .primary-toolbar button, headerbar button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   outline-offset: -3px; |   outline-offset: -3px; | ||||||
|   background-color: rgba(231, 232, 235, 0); |   background-color: rgba(231, 232, 235, 0); | ||||||
|   border-color: rgba(231, 232, 235, 0); } |   border-color: rgba(231, 232, 235, 0); } | ||||||
|   .primary-toolbar button:backdrop, headerbar button:backdrop { |   .primary-toolbar button:backdrop, headerbar button:backdrop { | ||||||
|     opacity: 0.7; } |     opacity: 0.7; } | ||||||
|   .primary-toolbar button:hover, headerbar button:hover { |   .primary-toolbar button:hover, headerbar button:hover { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { |   .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
| @ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { |     .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
|   .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { |   .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { | ||||||
|     color: rgba(255, 255, 255, 0.75); |     color: rgba(255, 255, 255, 0.75); | ||||||
|     border-color: rgba(82, 148, 226, 0.65); |     border-color: rgba(82, 148, 226, 0.65); | ||||||
| @ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   box-shadow: none; } |   box-shadow: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { |   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { | ||||||
|     background-color: rgba(255, 255, 255, 0.9); } |     background-color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { |   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.4); } |     color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | ||||||
|   box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { | .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { | ||||||
|   border-left-color: rgba(82, 93, 118, 0); } |   border-left-color: rgba(53, 59, 75, 0); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { | .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { | ||||||
|   border-left-color: #FC4138; } |   border-left-color: #FC4138; } | ||||||
| @ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { |     .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { | .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { | ||||||
|   opacity: 0.8; } |   opacity: 0.8; } | ||||||
| @ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { |     .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { | .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { | ||||||
|   opacity: 0.8; } |   opacity: 0.8; } | ||||||
| @ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   caret-color: #ffffff; } |   caret-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { | .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { | ||||||
| @ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.4); } |   color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { | .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { | .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { | .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { | .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { | ||||||
|   box-shadow: none; } |   box-shadow: none; } | ||||||
| @ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   border-left-color: #5294e2; } |   border-left-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox:disabled, headerbar combobox:disabled { | .primary-toolbar combobox:disabled, headerbar combobox:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.2); } |   color: rgba(53, 59, 75, 0.2); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { |   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     box-shadow: none; } |     box-shadow: none; } | ||||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { |   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||||
| @ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   opacity: 0.75; } |   opacity: 0.75; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar progressbar trough, headerbar progressbar trough { | .primary-toolbar progressbar trough, headerbar progressbar trough { | ||||||
|   background-color: rgba(82, 93, 118, 0.15); } |   background-color: rgba(53, 59, 75, 0.15); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { | .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { | ||||||
|   opacity: 0.75; } |   opacity: 0.75; } | ||||||
| @ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
| 
 | 
 | ||||||
| .primary-toolbar scale slider, headerbar scale slider { | .primary-toolbar scale slider, headerbar scale slider { | ||||||
|   background-color: #fbfbfc; |   background-color: #fbfbfc; | ||||||
|   border-color: rgba(82, 93, 118, 0.3); } |   border-color: rgba(53, 59, 75, 0.3); } | ||||||
|   .primary-toolbar scale slider:hover, headerbar scale slider:hover { |   .primary-toolbar scale slider:hover, headerbar scale slider:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     border-color: rgba(82, 93, 118, 0.3); } |     border-color: rgba(53, 59, 75, 0.3); } | ||||||
|   .primary-toolbar scale slider:active, headerbar scale slider:active { |   .primary-toolbar scale slider:active, headerbar scale slider:active { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     border-color: #5294e2; } |     border-color: #5294e2; } | ||||||
|   .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { |   .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { | ||||||
|     background-color: #f5f5f7; |     background-color: #f5f5f7; | ||||||
|     border-color: rgba(82, 93, 118, 0.3); } |     border-color: rgba(53, 59, 75, 0.3); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar scale trough, headerbar scale trough { | .primary-toolbar scale trough, headerbar scale trough { | ||||||
|   background-color: rgba(82, 93, 118, 0.15); } |   background-color: rgba(53, 59, 75, 0.15); } | ||||||
|   .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { |   .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { | ||||||
|     background-color: rgba(82, 93, 118, 0.1); } |     background-color: rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .path-bar button.text-button, .path-bar button.image-button, .path-bar button { | .path-bar button.text-button, .path-bar button.image-button, .path-bar button { | ||||||
|   padding-left: 6px; |   padding-left: 6px; | ||||||
| @ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   padding-right: 4px; } |   padding-right: 4px; } | ||||||
| 
 | 
 | ||||||
| treeview.view { | treeview.view { | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(59, 62, 69, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   * { |   * { | ||||||
|     -GtkTreeView-horizontal-separator: 4; |     -GtkTreeView-horizontal-separator: 4; | ||||||
| @ -1392,9 +1392,9 @@ treeview.view { | |||||||
|   treeview.view:selected, treeview.view:selected:focus { |   treeview.view:selected, treeview.view:selected:focus { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(59, 62, 69, 0.1); } | ||||||
|   treeview.view:disabled { |   treeview.view:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|     treeview.view:disabled:selected { |     treeview.view:disabled:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   treeview.view.separator { |   treeview.view.separator { | ||||||
| @ -1403,18 +1403,18 @@ treeview.view { | |||||||
|   treeview.view:drop(active) { |   treeview.view:drop(active) { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #476994; } | ||||||
|     treeview.view:drop(active).after { |     treeview.view:drop(active).after { | ||||||
|       border-top-style: none; } |       border-top-style: none; } | ||||||
|     treeview.view:drop(active).before { |     treeview.view:drop(active).before { | ||||||
|       border-bottom-style: none; } |       border-bottom-style: none; } | ||||||
|   treeview.view.expander { |   treeview.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #9d9fa2; } | ||||||
|     treeview.view.expander:dir(rtl) { |     treeview.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     treeview.view.expander:hover { |     treeview.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view.expander:selected { |     treeview.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       treeview.view.expander:selected:hover { |       treeview.view.expander:selected:hover { | ||||||
| @ -1430,7 +1430,7 @@ treeview.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|   treeview.view.trough { |   treeview.view.trough { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     background-color: #cfd6e6; |     background-color: #cfd6e6; | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1444,7 +1444,7 @@ treeview.view { | |||||||
|     min-width: 0; |     min-width: 0; | ||||||
|     padding: 3px 6px; |     padding: 3px 6px; | ||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
|     color: #7d8189; |     color: #62656a; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: none; |     background-image: none; | ||||||
|     border-style: none solid none none; |     border-style: none solid none none; | ||||||
| @ -1453,11 +1453,11 @@ treeview.view { | |||||||
|     treeview.view header button:hover { |     treeview.view header button:hover { | ||||||
|       color: #5294e2; } |       color: #5294e2; } | ||||||
|     treeview.view header button:active { |     treeview.view header button:active { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:active, treeview.view header button:hover { |     treeview.view header button:active, treeview.view header button:hover { | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|     treeview.view header button:active:hover { |     treeview.view header button:active:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:disabled { |     treeview.view header button:disabled { | ||||||
|       border-color: #F5F6F7; |       border-color: #F5F6F7; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
| @ -1481,10 +1481,10 @@ menubar, | |||||||
|   -GtkWidget-window-dragging: true; |   -GtkWidget-window-dragging: true; | ||||||
|   padding: 0px; |   padding: 0px; | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   color: rgba(82, 93, 118, 0.8); } |   color: rgba(53, 59, 75, 0.8); } | ||||||
|   menubar:backdrop, |   menubar:backdrop, | ||||||
|   .menubar:backdrop { |   .menubar:backdrop { | ||||||
|     color: rgba(82, 93, 118, 0.5); } |     color: rgba(53, 59, 75, 0.5); } | ||||||
|   menubar > menuitem, |   menubar > menuitem, | ||||||
|   .menubar > menuitem { |   .menubar > menuitem { | ||||||
|     padding: 4px 8px; |     padding: 4px 8px; | ||||||
| @ -1496,7 +1496,7 @@ menubar, | |||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|     menubar > menuitem:disabled, |     menubar > menuitem:disabled, | ||||||
|     .menubar > menuitem:disabled { |     .menubar > menuitem:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.2); |       color: rgba(53, 59, 75, 0.2); | ||||||
|       border-color: transparent; } |       border-color: transparent; } | ||||||
| 
 | 
 | ||||||
| menu, | menu, | ||||||
| @ -1535,7 +1535,7 @@ menu, | |||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     menu menuitem:disabled, |     menu menuitem:disabled, | ||||||
|     .menu menuitem:disabled { |     .menu menuitem:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     menu menuitem arrow, |     menu menuitem arrow, | ||||||
|     .menu menuitem arrow { |     .menu menuitem arrow { | ||||||
|       min-height: 16px; |       min-height: 16px; | ||||||
| @ -1572,16 +1572,16 @@ menu, | |||||||
|     menu > arrow.top, |     menu > arrow.top, | ||||||
|     .menu > arrow.top { |     .menu > arrow.top { | ||||||
|       margin-top: -6px; |       margin-top: -6px; | ||||||
|       border-bottom: 1px solid #efeff0; |       border-bottom: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } | ||||||
|     menu > arrow.bottom, |     menu > arrow.bottom, | ||||||
|     .menu > arrow.bottom { |     .menu > arrow.bottom { | ||||||
|       margin-bottom: -6px; |       margin-bottom: -6px; | ||||||
|       border-top: 1px solid #efeff0; |       border-top: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
|     menu > arrow:hover, |     menu > arrow:hover, | ||||||
|     .menu > arrow:hover { |     .menu > arrow:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ebecec; } | ||||||
|     menu > arrow:disabled, |     menu > arrow:disabled, | ||||||
|     .menu > arrow:disabled { |     .menu > arrow:disabled { | ||||||
|       color: transparent; |       color: transparent; | ||||||
| @ -1723,13 +1723,13 @@ notebook { | |||||||
|       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { |       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { | ||||||
|         margin-bottom: 2px; } |         margin-bottom: 2px; } | ||||||
|     notebook > header > tabs > arrow { |     notebook > header > tabs > arrow { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|       notebook > header > tabs > arrow:hover { |       notebook > header > tabs > arrow:hover { | ||||||
|         color: rgba(92, 97, 108, 0.775); } |         color: rgba(59, 62, 69, 0.775); } | ||||||
|       notebook > header > tabs > arrow:active { |       notebook > header > tabs > arrow:active { | ||||||
|         color: #5c616c; } |         color: #3b3e45; } | ||||||
|       notebook > header > tabs > arrow:disabled { |       notebook > header > tabs > arrow:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.25); } |         color: rgba(59, 62, 69, 0.25); } | ||||||
|     notebook > header.top > tabs > tab:hover:not(:checked) { |     notebook > header.top > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 0 -1px #dcdfe3; } |       box-shadow: inset 0 -1px #dcdfe3; } | ||||||
|     notebook > header.bottom > tabs > tab:hover:not(:checked) { |     notebook > header.bottom > tabs > tab:hover:not(:checked) { | ||||||
| @ -1739,21 +1739,21 @@ notebook { | |||||||
|     notebook > header.right > tabs > tab:hover:not(:checked) { |     notebook > header.right > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 1px 0 #dcdfe3; } |       box-shadow: inset 1px 0 #dcdfe3; } | ||||||
|     notebook > header > tabs > tab { |     notebook > header > tabs > tab { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(59, 62, 69, 0.55); | ||||||
|       background-color: rgba(255, 255, 255, 0); } |       background-color: rgba(255, 255, 255, 0); } | ||||||
|       notebook > header > tabs > tab:hover:not(:checked) { |       notebook > header > tabs > tab:hover:not(:checked) { | ||||||
|         color: rgba(92, 97, 108, 0.775); |         color: rgba(59, 62, 69, 0.775); | ||||||
|         background-color: rgba(255, 255, 255, 0.5); |         background-color: rgba(255, 255, 255, 0.5); | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab:checked { |       notebook > header > tabs > tab:checked { | ||||||
|         color: #5c616c; |         color: #3b3e45; | ||||||
|         background-color: #ffffff; |         background-color: #ffffff; | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { |       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { | ||||||
|         min-height: 22px; |         min-height: 22px; | ||||||
|         min-width: 16px; |         min-width: 16px; | ||||||
|         padding: 0; |         padding: 0; | ||||||
|         color: #92959d; } |         color: #7c7e83; } | ||||||
|         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { |         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { | ||||||
|           color: #ff4d4d; } |           color: #ff4d4d; } | ||||||
|         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { |         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { | ||||||
| @ -1790,9 +1790,9 @@ scrollbar { | |||||||
|     border: 4px solid transparent; |     border: 4px solid transparent; | ||||||
|     border-radius: 8px; |     border-radius: 8px; | ||||||
|     background-clip: padding-box; |     background-clip: padding-box; | ||||||
|     background-color: #b8babf; } |     background-color: #abacb0; } | ||||||
|     scrollbar slider:hover { |     scrollbar slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #bdbfc2; } | ||||||
|     scrollbar slider:hover:active { |     scrollbar slider:hover:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     scrollbar slider:disabled { |     scrollbar slider:disabled { | ||||||
| @ -1812,7 +1812,7 @@ scrollbar { | |||||||
|       margin: 0; |       margin: 0; | ||||||
|       min-width: 4px; |       min-width: 4px; | ||||||
|       min-height: 4px; |       min-height: 4px; | ||||||
|       background-color: #8a8e96; |       background-color: #73757a; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); } |       border: 1px solid rgba(255, 255, 255, 0.6); } | ||||||
|     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { |     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { | ||||||
|       margin: 0 2px; |       margin: 0 2px; | ||||||
| @ -2249,7 +2249,7 @@ scale { | |||||||
| progressbar { | progressbar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(59, 62, 69, 0.7); } | ||||||
|   progressbar.osd { |   progressbar.osd { | ||||||
|     min-width: 3px; |     min-width: 3px; | ||||||
|     min-height: 3px; |     min-height: 3px; | ||||||
| @ -2312,8 +2312,8 @@ levelbar block.full { | |||||||
|   background-color: #73d216; } |   background-color: #73d216; } | ||||||
| 
 | 
 | ||||||
| levelbar block.empty { | levelbar block.empty { | ||||||
|   background-color: rgba(92, 97, 108, 0.2); |   background-color: rgba(59, 62, 69, 0.2); | ||||||
|   border-color: rgba(92, 97, 108, 0.2); } |   border-color: rgba(59, 62, 69, 0.2); } | ||||||
| 
 | 
 | ||||||
| printdialog paper { | printdialog paper { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| row.activatable:active { | row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| row.activatable:disabled { | row.activatable:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
|   row.activatable:disabled image { |   row.activatable:disabled image { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| @ -2490,30 +2490,30 @@ expander arrow { | |||||||
|   expander arrow:dir(rtl) { |   expander arrow:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   expander arrow:hover { |   expander arrow:hover { | ||||||
|     color: #aaaeb7; } |     color: #848995; } | ||||||
|   expander arrow:checked { |   expander arrow:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| calendar { | calendar { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
|   calendar:selected { |   calendar:selected { | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   calendar.header { |   calendar.header { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border: none; } |     border: none; } | ||||||
|   calendar.button { |   calendar.button { | ||||||
|     color: rgba(92, 97, 108, 0.45); } |     color: rgba(59, 62, 69, 0.45); } | ||||||
|     calendar.button:hover { |     calendar.button:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     calendar.button:disabled { |     calendar.button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   calendar:indeterminate { |   calendar:indeterminate { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   calendar.highlight { |   calendar.highlight { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| messagedialog .titlebar { | messagedialog .titlebar { | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
| @ -2791,11 +2791,11 @@ colorswatch:disabled { | |||||||
| colorswatch#add-color-button { | colorswatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   colorswatch#add-color-button:hover { |   colorswatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   colorswatch#add-color-button overlay { |   colorswatch#add-color-button overlay { | ||||||
| @ -2818,7 +2818,7 @@ colorchooser .popover.osd { | |||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| 
 | 
 | ||||||
| .scale-popup button:hover { | .scale-popup button:hover { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: white; } |   background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2845,7 +2845,7 @@ button.circular-button { | |||||||
|   min-width: 16px; |   min-width: 16px; | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
|   padding: 3px 6px 4px 6px; |   padding: 3px 6px 4px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 2.5px; |   border-radius: 2.5px; | ||||||
| @ -2911,8 +2911,8 @@ headerbar button.titlebutton, | |||||||
|   background-color: rgba(231, 232, 235, 0); } |   background-color: rgba(231, 232, 235, 0); } | ||||||
|   headerbar button.titlebutton:hover, |   headerbar button.titlebutton:hover, | ||||||
|   .titlebar button.titlebutton:hover { |   .titlebar button.titlebutton:hover { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   headerbar button.titlebutton:active, headerbar button.titlebutton:checked, |   headerbar button.titlebutton:active, headerbar button.titlebutton:checked, | ||||||
|   .titlebar button.titlebutton:active, |   .titlebar button.titlebutton:active, | ||||||
| @ -3031,7 +3031,7 @@ terminal-window notebook > header.top, | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     text-shadow: none; } |     text-shadow: none; } | ||||||
| @ -3039,7 +3039,7 @@ terminal-window notebook > header.top, | |||||||
| .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | ||||||
| popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #989a9e; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(59, 62, 69, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(35, 37, 42, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| 
 | 
 | ||||||
| @keyframes needs_attention_keyframes { | @keyframes needs_attention_keyframes { | ||||||
|   0% { |   0% { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   100% { |   100% { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
| @ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .nemo-window .nemo-window-pane widget.entry { | .nemo-window .nemo-window-pane widget.entry { | ||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #5294e2; |   border-color: #5294e2; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { |   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { | ||||||
|     margin: 0 0 1px 0; } |     margin: 0 0 1px 0; } | ||||||
| @ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { |   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.4); } |     color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | ||||||
|   box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .caja-notebook { | .caja-notebook { | ||||||
|   border-top: 1px solid #dcdfe3; } |   border-top: 1px solid #dcdfe3; } | ||||||
| @ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { |   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f1f1f2; } | ||||||
|     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { |     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #9d9fa2; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:not(:selected) button { | .gedit-document-panel row:hover:not(:selected) button { | ||||||
|   color: #92959d; } |   color: #7c7e83; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:hover { |   .gedit-document-panel row:hover:not(:selected) button:hover { | ||||||
|     color: #ff4d4d; } |     color: #ff4d4d; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:active { |   .gedit-document-panel row:hover:not(:selected) button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:selected button:hover { | .gedit-document-panel row:hover:selected button:hover { | ||||||
|   color: #ff6666; |   color: #ff6666; | ||||||
| @ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-side-panel-paned statusbar { | .gedit-side-panel-paned statusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(59, 62, 69, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, | |||||||
| gstyleslidein #strings_controls button.toggle:checked, | gstyleslidein #strings_controls button.toggle:checked, | ||||||
| gstyleslidein #palette_controls button.toggle:checked, | gstyleslidein #palette_controls button.toggle:checked, | ||||||
| gstyleslidein #components_controls button.toggle:checked { | gstyleslidein #components_controls button.toggle:checked { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| configurationview entry.flat { | configurationview entry.flat { | ||||||
|   background: none; } |   background: none; } | ||||||
| @ -3365,7 +3365,7 @@ button.documents-load-more { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon, .photos-collection-icon { | .documents-collection-icon, .photos-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(59, 62, 69, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| button.documents-favorite:active, | button.documents-favorite:active, | ||||||
| @ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto | |||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding-left: 4px; |   padding-left: 4px; | ||||||
|   padding-right: 4px; |   padding-right: 4px; | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { |   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .marlin-pathbar.pathbar:disabled { |   .marlin-pathbar.pathbar:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { |   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||||
|     color: #5294e2; } |     color: #5294e2; } | ||||||
| @ -3667,11 +3667,11 @@ UnityDecoration { | |||||||
|     border-radius: 4px 4px 0 0; |     border-radius: 4px 4px 0 0; | ||||||
|     padding: 1px 6px 0 6px; |     padding: 1px 6px 0 6px; | ||||||
|     background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); |     background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     box-shadow: inset 0 1px #eff0f2; } |     box-shadow: inset 0 1px #eff0f2; } | ||||||
|     UnityDecoration .top:backdrop { |     UnityDecoration .top:backdrop { | ||||||
|       border-bottom-width: 0; |       border-bottom-width: 0; | ||||||
|       color: rgba(82, 93, 118, 0.5); } |       color: rgba(53, 59, 75, 0.5); } | ||||||
|   UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, |   UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, | ||||||
|   UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { |   UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { | ||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
| @ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { | |||||||
| .source-list.view, | .source-list.view, | ||||||
| iconview.source-list { | iconview.source-list { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome label { | GraniteWidgetsWelcome label { | ||||||
|   color: #a9acb2; |   color: #989a9e; | ||||||
|   font-size: 11px; |   font-size: 11px; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(59, 62, 69, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #73757a; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3958,7 +3958,7 @@ GtkListBox .h4 { | |||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3969,11 +3969,11 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame button { | #content_frame button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame button:hover { |   #content_frame button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame button:active, #content_frame button:checked { |   #content_frame button:active, #content_frame button:checked { | ||||||
| @ -3984,7 +3984,7 @@ GtkListBox .h4 { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame button:disabled label, #content_frame button:disabled { |     #content_frame button:disabled label, #content_frame button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| #buttonbox_frame { | #buttonbox_frame { | ||||||
|   padding-top: 20px; |   padding-top: 20px; | ||||||
| @ -4015,7 +4015,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.25); } |     background-color: rgba(102, 109, 132, 0.25); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   font-size: 13px; } |   font-size: 13px; } | ||||||
|   #login_window #user_combobox menu { |   #login_window #user_combobox menu { | ||||||
|     font-weight: normal; } |     font-weight: normal; } | ||||||
| @ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
|   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { |   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { | ||||||
|     background-color: #2a2d37; } |     background-color: #2a2d37; } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #3b3e45; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #3b3e45; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #3b3e45; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #3b3e45; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#3b3e45, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #3b3e45; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #3b3e45; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
| @ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
| @define-color placeholder_text_color #A8A8A8; | @define-color placeholder_text_color #A8A8A8; | ||||||
| @define-color link_color #2679db; | @define-color link_color #2679db; | ||||||
| @define-color content_view_bg #ffffff; | @define-color content_view_bg #ffffff; | ||||||
| @define-color wm_title alpha(#525d76, 0.8); | @define-color wm_title alpha(#353b4b, 0.8); | ||||||
| @define-color wm_unfocused_title alpha(#525d76, 0.5); | @define-color wm_unfocused_title alpha(#353b4b, 0.5); | ||||||
| @define-color wm_bg #e7e8eb; | @define-color wm_bg #e7e8eb; | ||||||
| @define-color wm_bg_unfocused #eff0f2; | @define-color wm_bg_unfocused #eff0f2; | ||||||
| @define-color wm_highlight #eff0f2; | @define-color wm_highlight #eff0f2; | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ | |||||||
|   -gtk-outline-radius: 2px; } |   -gtk-outline-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .background { | .background { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: rgba(245, 246, 247, 0.999); } |   background-color: rgba(245, 246, 247, 0.999); } | ||||||
| 
 | 
 | ||||||
| *:disabled { | *:disabled { | ||||||
| @ -23,16 +23,16 @@ | |||||||
| 
 | 
 | ||||||
| .gtkstyle-fallback { | .gtkstyle-fallback { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:hover { |   .gtkstyle-fallback:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:active { |   .gtkstyle-fallback:active { | ||||||
|     background-color: #d9dde0; |     background-color: #d9dde0; | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .gtkstyle-fallback:disabled { |   .gtkstyle-fallback:disabled { | ||||||
|     background-color: #fbfbfc; |     background-color: #fbfbfc; | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|   .gtkstyle-fallback:selected { |   .gtkstyle-fallback:selected { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
| @ -41,7 +41,7 @@ | |||||||
| .view text, | .view text, | ||||||
| iconview text, | iconview text, | ||||||
| textview text { | textview text { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, |   .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, | ||||||
|   .view text:selected, |   .view text:selected, | ||||||
| @ -68,14 +68,14 @@ flowbox flowboxchild { | |||||||
| 
 | 
 | ||||||
| label.separator, popover label.separator, | label.separator, popover label.separator, | ||||||
| popover.background label.separator { | popover.background label.separator { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| label selection { | label selection { | ||||||
|   color: #ffffff; |   color: #ffffff; | ||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| label:disabled { | label:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| .dim-label, label.separator, popover label.separator, | .dim-label, label.separator, popover label.separator, | ||||||
| popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { | ||||||
| @ -128,13 +128,13 @@ entry { | |||||||
|   caret-color: currentColor; |   caret-color: currentColor; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); |   transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
|   entry.search { |   entry.search { | ||||||
|     border-radius: 20px; } |     border-radius: 20px; } | ||||||
|   entry image { |   entry image { | ||||||
|     color: #7d8189; } |     color: #62656a; } | ||||||
|     entry image.left { |     entry image.left { | ||||||
|       padding-left: 0; |       padding-left: 0; | ||||||
|       padding-right: 5px; } |       padding-right: 5px; } | ||||||
| @ -149,11 +149,11 @@ entry { | |||||||
|     border-radius: 0; } |     border-radius: 0; } | ||||||
|   entry:focus { |   entry:focus { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #ffffff; } |     background-color: #ffffff; } | ||||||
|   entry:disabled { |   entry:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); |     color: rgba(59, 62, 69, 0.55); | ||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(255, 255, 255, 0.55); } |     background-color: rgba(255, 255, 255, 0.55); } | ||||||
|   entry.warning { |   entry.warning { | ||||||
| @ -244,7 +244,7 @@ button { | |||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px 6px; |   padding: 2px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   button separator { |   button separator { | ||||||
| @ -260,7 +260,7 @@ button { | |||||||
|       button.flat:hover:active, button.sidebar-button:hover:active { |       button.flat:hover:active, button.sidebar-button:hover:active { | ||||||
|         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } |         transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } | ||||||
|   button:hover { |   button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| @ -274,7 +274,7 @@ button { | |||||||
|       color: inherit; |       color: inherit; | ||||||
|       opacity: 0.6; } |       opacity: 0.6; } | ||||||
|   button:active { |   button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   button:active:hover, button:checked { |   button:active:hover, button:checked { | ||||||
|     color: #ffffff; } |     color: #ffffff; } | ||||||
|   button.flat:disabled, button.sidebar-button:disabled { |   button.flat:disabled, button.sidebar-button:disabled { | ||||||
| @ -285,7 +285,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     button:disabled label, button:disabled { |     button:disabled label, button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button:disabled:active, button:disabled:checked { |     button:disabled:active, button:disabled:checked { | ||||||
|       border-color: rgba(82, 148, 226, 0.75); |       border-color: rgba(82, 148, 226, 0.75); | ||||||
|       background-color: rgba(82, 148, 226, 0.75); |       background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -398,12 +398,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.suggested-action:disabled { |     button.suggested-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.suggested-action:disabled label, button.suggested-action:disabled { |       button.suggested-action:disabled label, button.suggested-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   button.destructive-action { |   button.destructive-action { | ||||||
|     background-clip: border-box; |     background-clip: border-box; | ||||||
|     color: white; |     color: white; | ||||||
| @ -428,12 +428,12 @@ button { | |||||||
|       border-color: transparent; |       border-color: transparent; | ||||||
|       background-color: transparent; |       background-color: transparent; | ||||||
|       background-image: none; |       background-image: none; | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     button.destructive-action:disabled { |     button.destructive-action:disabled { | ||||||
|       border-color: rgba(207, 214, 230, 0.55); |       border-color: rgba(207, 214, 230, 0.55); | ||||||
|       background-color: rgba(251, 251, 252, 0.55); } |       background-color: rgba(251, 251, 252, 0.55); } | ||||||
|       button.destructive-action:disabled label, button.destructive-action:disabled { |       button.destructive-action:disabled label, button.destructive-action:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.55); } |         color: rgba(59, 62, 69, 0.55); } | ||||||
|   .stack-switcher > button { |   .stack-switcher > button { | ||||||
|     outline-offset: -3px; } |     outline-offset: -3px; } | ||||||
|     .stack-switcher > button > label { |     .stack-switcher > button > label { | ||||||
| @ -468,11 +468,11 @@ button { | |||||||
|     border-width: 1px; } |     border-width: 1px; } | ||||||
| 
 | 
 | ||||||
| .inline-toolbar toolbutton > button { | .inline-toolbar toolbutton > button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   .inline-toolbar toolbutton > button:hover { |   .inline-toolbar toolbutton > button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { |   .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { | ||||||
| @ -483,7 +483,7 @@ button { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { |     .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { |   .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { | ||||||
|     border-color: rgba(82, 148, 226, 0.75); |     border-color: rgba(82, 148, 226, 0.75); | ||||||
|     background-color: rgba(82, 148, 226, 0.75); |     background-color: rgba(82, 148, 226, 0.75); | ||||||
| @ -724,10 +724,10 @@ modelbutton.flat { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
|   menuitem.button.flat:hover, |   menuitem.button.flat:hover, | ||||||
|   modelbutton.flat:hover { |   modelbutton.flat:hover { | ||||||
|     background-color: #edeff0; } |     background-color: #ecedee; } | ||||||
|   menuitem.button.flat:checked, |   menuitem.button.flat:checked, | ||||||
|   modelbutton.flat:checked { |   modelbutton.flat:checked { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   menuitem.button.flat check:last-child, |   menuitem.button.flat check:last-child, | ||||||
|   menuitem.button.flat radio:last-child, |   menuitem.button.flat radio:last-child, | ||||||
|   modelbutton.flat check:last-child, |   modelbutton.flat check:last-child, | ||||||
| @ -775,7 +775,7 @@ spinbutton button:active { | |||||||
|   color: #ffffff; } |   color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| spinbutton:disabled { | spinbutton:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| spinbutton:not(.vertical) entry { | spinbutton:not(.vertical) entry { | ||||||
|   min-width: 28px; } |   min-width: 28px; } | ||||||
| @ -881,7 +881,7 @@ toolbar, .inline-toolbar { | |||||||
|     margin-right: 0; } |     margin-right: 0; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar:not(.libreoffice-toolbar) { | .primary-toolbar:not(.libreoffice-toolbar) { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   box-shadow: none; |   box-shadow: none; | ||||||
|   border-width: 0 0 1px 0; |   border-width: 0 0 1px 0; | ||||||
| @ -915,7 +915,7 @@ headerbar, | |||||||
|   border-width: 0 0 1px; |   border-width: 0 0 1px; | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-color: #d4d5db; |   border-color: #d4d5db; | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } |   box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } | ||||||
|   .csd headerbar, |   .csd headerbar, | ||||||
| @ -925,7 +925,7 @@ headerbar, | |||||||
|   headerbar:backdrop, |   headerbar:backdrop, | ||||||
|   .titlebar:backdrop:not(headerbar) { |   .titlebar:backdrop:not(headerbar) { | ||||||
|     transition: 200ms ease-out; |     transition: 200ms ease-out; | ||||||
|     color: rgba(82, 93, 118, 0.5); |     color: rgba(53, 59, 75, 0.5); | ||||||
|     background-color: #eff0f2; } |     background-color: #eff0f2; } | ||||||
|     .csd headerbar:backdrop, |     .csd headerbar:backdrop, | ||||||
|     .csd .titlebar:backdrop:not(headerbar) { |     .csd .titlebar:backdrop:not(headerbar) { | ||||||
| @ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   min-height: 1px; |   min-height: 1px; | ||||||
|   background: none; |   background: none; | ||||||
|   border-width: 0 1px; |   border-width: 0 1px; | ||||||
|   border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } |   border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } | ||||||
|   .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { |   .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { | ||||||
|     opacity: 0.6; } |     opacity: 0.6; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar entry, headerbar entry { | .primary-toolbar entry, headerbar entry { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { |   .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     .primary-toolbar entry:focus image, headerbar entry:focus image { |     .primary-toolbar entry:focus image, headerbar entry:focus image { | ||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|   .primary-toolbar entry:disabled, headerbar entry:disabled { |   .primary-toolbar entry:disabled, headerbar entry:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
|   .primary-toolbar entry selection:focus, headerbar entry selection:focus { |   .primary-toolbar entry selection:focus, headerbar entry selection:focus { | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
| @ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|       color: #FC4138; } |       color: #FC4138; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button, headerbar button { | .primary-toolbar button, headerbar button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   outline-offset: -3px; |   outline-offset: -3px; | ||||||
|   background-color: rgba(231, 232, 235, 0); |   background-color: rgba(231, 232, 235, 0); | ||||||
|   border-color: rgba(231, 232, 235, 0); } |   border-color: rgba(231, 232, 235, 0); } | ||||||
|   .primary-toolbar button:backdrop, headerbar button:backdrop { |   .primary-toolbar button:backdrop, headerbar button:backdrop { | ||||||
|     opacity: 0.7; } |     opacity: 0.7; } | ||||||
|   .primary-toolbar button:hover, headerbar button:hover { |   .primary-toolbar button:hover, headerbar button:hover { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { |   .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
| @ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { |     .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
|   .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { |   .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { | ||||||
|     color: rgba(255, 255, 255, 0.75); |     color: rgba(255, 255, 255, 0.75); | ||||||
|     border-color: rgba(82, 148, 226, 0.65); |     border-color: rgba(82, 148, 226, 0.65); | ||||||
| @ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   box-shadow: none; } |   box-shadow: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { |   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { | ||||||
|     background-color: rgba(255, 255, 255, 0.9); } |     background-color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { |   .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.4); } |     color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | ||||||
|   box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { | .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { | ||||||
|   border-left-color: rgba(82, 93, 118, 0); } |   border-left-color: rgba(53, 59, 75, 0); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { | .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { | ||||||
|   border-left-color: #FC4138; } |   border-left-color: #FC4138; } | ||||||
| @ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { |     .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { | .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { | ||||||
|   opacity: 0.8; } |   opacity: 0.8; } | ||||||
| @ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: rgba(231, 232, 235, 0); |     background-color: rgba(231, 232, 235, 0); | ||||||
|     border-color: rgba(231, 232, 235, 0); } |     border-color: rgba(231, 232, 235, 0); } | ||||||
|     .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { |     .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.35); } |       color: rgba(53, 59, 75, 0.35); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { | .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { | ||||||
|   opacity: 0.8; } |   opacity: 0.8; } | ||||||
| @ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   caret-color: #ffffff; } |   caret-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { | .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { | ||||||
| @ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   background-color: #5294e2; } |   background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.4); } |   color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { | .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { | .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { | .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { | .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { | ||||||
|   box-shadow: none; } |   box-shadow: none; } | ||||||
| @ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   border-left-color: #5294e2; } |   border-left-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox:disabled, headerbar combobox:disabled { | .primary-toolbar combobox:disabled, headerbar combobox:disabled { | ||||||
|   color: rgba(82, 93, 118, 0.2); } |   color: rgba(53, 59, 75, 0.2); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { |   .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     box-shadow: none; } |     box-shadow: none; } | ||||||
|   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { |   .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { | ||||||
| @ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   opacity: 0.75; } |   opacity: 0.75; } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar progressbar trough, headerbar progressbar trough { | .primary-toolbar progressbar trough, headerbar progressbar trough { | ||||||
|   background-color: rgba(82, 93, 118, 0.15); } |   background-color: rgba(53, 59, 75, 0.15); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { | .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { | ||||||
|   opacity: 0.75; } |   opacity: 0.75; } | ||||||
| @ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
| 
 | 
 | ||||||
| .primary-toolbar scale slider, headerbar scale slider { | .primary-toolbar scale slider, headerbar scale slider { | ||||||
|   background-color: #fbfbfc; |   background-color: #fbfbfc; | ||||||
|   border-color: rgba(82, 93, 118, 0.3); } |   border-color: rgba(53, 59, 75, 0.3); } | ||||||
|   .primary-toolbar scale slider:hover, headerbar scale slider:hover { |   .primary-toolbar scale slider:hover, headerbar scale slider:hover { | ||||||
|     background-color: white; |     background-color: white; | ||||||
|     border-color: rgba(82, 93, 118, 0.3); } |     border-color: rgba(53, 59, 75, 0.3); } | ||||||
|   .primary-toolbar scale slider:active, headerbar scale slider:active { |   .primary-toolbar scale slider:active, headerbar scale slider:active { | ||||||
|     background-color: #5294e2; |     background-color: #5294e2; | ||||||
|     border-color: #5294e2; } |     border-color: #5294e2; } | ||||||
|   .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { |   .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { | ||||||
|     background-color: rgba(245, 246, 247, 0.985); |     background-color: rgba(245, 246, 247, 0.985); | ||||||
|     border-color: rgba(82, 93, 118, 0.3); } |     border-color: rgba(53, 59, 75, 0.3); } | ||||||
| 
 | 
 | ||||||
| .primary-toolbar scale trough, headerbar scale trough { | .primary-toolbar scale trough, headerbar scale trough { | ||||||
|   background-color: rgba(82, 93, 118, 0.15); } |   background-color: rgba(53, 59, 75, 0.15); } | ||||||
|   .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { |   .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { | ||||||
|     background-color: rgba(82, 93, 118, 0.1); } |     background-color: rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .path-bar button.text-button, .path-bar button.image-button, .path-bar button { | .path-bar button.text-button, .path-bar button.image-button, .path-bar button { | ||||||
|   padding-left: 6px; |   padding-left: 6px; | ||||||
| @ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { | |||||||
|   padding-right: 4px; } |   padding-right: 4px; } | ||||||
| 
 | 
 | ||||||
| treeview.view { | treeview.view { | ||||||
|   border-left-color: rgba(92, 97, 108, 0.15); |   border-left-color: rgba(59, 62, 69, 0.15); | ||||||
|   border-top-color: rgba(0, 0, 0, 0.1); } |   border-top-color: rgba(0, 0, 0, 0.1); } | ||||||
|   * { |   * { | ||||||
|     -GtkTreeView-horizontal-separator: 4; |     -GtkTreeView-horizontal-separator: 4; | ||||||
| @ -1392,9 +1392,9 @@ treeview.view { | |||||||
|   treeview.view:selected, treeview.view:selected:focus { |   treeview.view:selected, treeview.view:selected:focus { | ||||||
|     border-radius: 0; |     border-radius: 0; | ||||||
|     border-left-color: #a9caf1; |     border-left-color: #a9caf1; | ||||||
|     border-top-color: rgba(92, 97, 108, 0.1); } |     border-top-color: rgba(59, 62, 69, 0.1); } | ||||||
|   treeview.view:disabled { |   treeview.view:disabled { | ||||||
|     color: rgba(92, 97, 108, 0.55); } |     color: rgba(59, 62, 69, 0.55); } | ||||||
|     treeview.view:disabled:selected { |     treeview.view:disabled:selected { | ||||||
|       color: #97bfee; } |       color: #97bfee; } | ||||||
|   treeview.view.separator { |   treeview.view.separator { | ||||||
| @ -1403,18 +1403,18 @@ treeview.view { | |||||||
|   treeview.view:drop(active) { |   treeview.view:drop(active) { | ||||||
|     border-style: solid none; |     border-style: solid none; | ||||||
|     border-width: 1px; |     border-width: 1px; | ||||||
|     border-color: #577ba7; } |     border-color: #476994; } | ||||||
|     treeview.view:drop(active).after { |     treeview.view:drop(active).after { | ||||||
|       border-top-style: none; } |       border-top-style: none; } | ||||||
|     treeview.view:drop(active).before { |     treeview.view:drop(active).before { | ||||||
|       border-bottom-style: none; } |       border-bottom-style: none; } | ||||||
|   treeview.view.expander { |   treeview.view.expander { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|     color: #aeb0b6; } |     color: #9d9fa2; } | ||||||
|     treeview.view.expander:dir(rtl) { |     treeview.view.expander:dir(rtl) { | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |       -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|     treeview.view.expander:hover { |     treeview.view.expander:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view.expander:selected { |     treeview.view.expander:selected { | ||||||
|       color: #cbdff6; } |       color: #cbdff6; } | ||||||
|       treeview.view.expander:selected:hover { |       treeview.view.expander:selected:hover { | ||||||
| @ -1430,7 +1430,7 @@ treeview.view { | |||||||
|       box-shadow: none; |       box-shadow: none; | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|   treeview.view.trough { |   treeview.view.trough { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     background-color: #cfd6e6; |     background-color: #cfd6e6; | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border-width: 0; } |     border-width: 0; } | ||||||
| @ -1444,7 +1444,7 @@ treeview.view { | |||||||
|     min-width: 0; |     min-width: 0; | ||||||
|     padding: 3px 6px; |     padding: 3px 6px; | ||||||
|     font-weight: bold; |     font-weight: bold; | ||||||
|     color: #7d8189; |     color: #62656a; | ||||||
|     background-color: #ffffff; |     background-color: #ffffff; | ||||||
|     background-image: none; |     background-image: none; | ||||||
|     border-style: none solid none none; |     border-style: none solid none none; | ||||||
| @ -1453,11 +1453,11 @@ treeview.view { | |||||||
|     treeview.view header button:hover { |     treeview.view header button:hover { | ||||||
|       color: #5294e2; } |       color: #5294e2; } | ||||||
|     treeview.view header button:active { |     treeview.view header button:active { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:active, treeview.view header button:hover { |     treeview.view header button:active, treeview.view header button:hover { | ||||||
|       background-color: #ffffff; } |       background-color: #ffffff; } | ||||||
|     treeview.view header button:active:hover { |     treeview.view header button:active:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     treeview.view header button:disabled { |     treeview.view header button:disabled { | ||||||
|       border-color: #F5F6F7; |       border-color: #F5F6F7; | ||||||
|       background-image: none; } |       background-image: none; } | ||||||
| @ -1481,10 +1481,10 @@ menubar, | |||||||
|   -GtkWidget-window-dragging: true; |   -GtkWidget-window-dragging: true; | ||||||
|   padding: 0px; |   padding: 0px; | ||||||
|   background-color: #e7e8eb; |   background-color: #e7e8eb; | ||||||
|   color: rgba(82, 93, 118, 0.8); } |   color: rgba(53, 59, 75, 0.8); } | ||||||
|   menubar:backdrop, |   menubar:backdrop, | ||||||
|   .menubar:backdrop { |   .menubar:backdrop { | ||||||
|     color: rgba(82, 93, 118, 0.5); } |     color: rgba(53, 59, 75, 0.5); } | ||||||
|   menubar > menuitem, |   menubar > menuitem, | ||||||
|   .menubar > menuitem { |   .menubar > menuitem { | ||||||
|     padding: 4px 8px; |     padding: 4px 8px; | ||||||
| @ -1496,7 +1496,7 @@ menubar, | |||||||
|       color: #ffffff; } |       color: #ffffff; } | ||||||
|     menubar > menuitem:disabled, |     menubar > menuitem:disabled, | ||||||
|     .menubar > menuitem:disabled { |     .menubar > menuitem:disabled { | ||||||
|       color: rgba(82, 93, 118, 0.2); |       color: rgba(53, 59, 75, 0.2); | ||||||
|       border-color: transparent; } |       border-color: transparent; } | ||||||
| 
 | 
 | ||||||
| menu, | menu, | ||||||
| @ -1535,7 +1535,7 @@ menu, | |||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     menu menuitem:disabled, |     menu menuitem:disabled, | ||||||
|     .menu menuitem:disabled { |     .menu menuitem:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|     menu menuitem arrow, |     menu menuitem arrow, | ||||||
|     .menu menuitem arrow { |     .menu menuitem arrow { | ||||||
|       min-height: 16px; |       min-height: 16px; | ||||||
| @ -1572,16 +1572,16 @@ menu, | |||||||
|     menu > arrow.top, |     menu > arrow.top, | ||||||
|     .menu > arrow.top { |     .menu > arrow.top { | ||||||
|       margin-top: -6px; |       margin-top: -6px; | ||||||
|       border-bottom: 1px solid #efeff0; |       border-bottom: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } | ||||||
|     menu > arrow.bottom, |     menu > arrow.bottom, | ||||||
|     .menu > arrow.bottom { |     .menu > arrow.bottom { | ||||||
|       margin-bottom: -6px; |       margin-bottom: -6px; | ||||||
|       border-top: 1px solid #efeff0; |       border-top: 1px solid #ebecec; | ||||||
|       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |       -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
|     menu > arrow:hover, |     menu > arrow:hover, | ||||||
|     .menu > arrow:hover { |     .menu > arrow:hover { | ||||||
|       background-color: #efeff0; } |       background-color: #ebecec; } | ||||||
|     menu > arrow:disabled, |     menu > arrow:disabled, | ||||||
|     .menu > arrow:disabled { |     .menu > arrow:disabled { | ||||||
|       color: transparent; |       color: transparent; | ||||||
| @ -1723,13 +1723,13 @@ notebook { | |||||||
|       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { |       notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { | ||||||
|         margin-bottom: 2px; } |         margin-bottom: 2px; } | ||||||
|     notebook > header > tabs > arrow { |     notebook > header > tabs > arrow { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|       notebook > header > tabs > arrow:hover { |       notebook > header > tabs > arrow:hover { | ||||||
|         color: rgba(92, 97, 108, 0.775); } |         color: rgba(59, 62, 69, 0.775); } | ||||||
|       notebook > header > tabs > arrow:active { |       notebook > header > tabs > arrow:active { | ||||||
|         color: #5c616c; } |         color: #3b3e45; } | ||||||
|       notebook > header > tabs > arrow:disabled { |       notebook > header > tabs > arrow:disabled { | ||||||
|         color: rgba(92, 97, 108, 0.25); } |         color: rgba(59, 62, 69, 0.25); } | ||||||
|     notebook > header.top > tabs > tab:hover:not(:checked) { |     notebook > header.top > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 0 -1px #dcdfe3; } |       box-shadow: inset 0 -1px #dcdfe3; } | ||||||
|     notebook > header.bottom > tabs > tab:hover:not(:checked) { |     notebook > header.bottom > tabs > tab:hover:not(:checked) { | ||||||
| @ -1739,21 +1739,21 @@ notebook { | |||||||
|     notebook > header.right > tabs > tab:hover:not(:checked) { |     notebook > header.right > tabs > tab:hover:not(:checked) { | ||||||
|       box-shadow: inset 1px 0 #dcdfe3; } |       box-shadow: inset 1px 0 #dcdfe3; } | ||||||
|     notebook > header > tabs > tab { |     notebook > header > tabs > tab { | ||||||
|       color: rgba(92, 97, 108, 0.55); |       color: rgba(59, 62, 69, 0.55); | ||||||
|       background-color: rgba(255, 255, 255, 0); } |       background-color: rgba(255, 255, 255, 0); } | ||||||
|       notebook > header > tabs > tab:hover:not(:checked) { |       notebook > header > tabs > tab:hover:not(:checked) { | ||||||
|         color: rgba(92, 97, 108, 0.775); |         color: rgba(59, 62, 69, 0.775); | ||||||
|         background-color: rgba(255, 255, 255, 0.5); |         background-color: rgba(255, 255, 255, 0.5); | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab:checked { |       notebook > header > tabs > tab:checked { | ||||||
|         color: #5c616c; |         color: #3b3e45; | ||||||
|         background-color: #ffffff; |         background-color: #ffffff; | ||||||
|         border-color: #dcdfe3; } |         border-color: #dcdfe3; } | ||||||
|       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { |       notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { | ||||||
|         min-height: 22px; |         min-height: 22px; | ||||||
|         min-width: 16px; |         min-width: 16px; | ||||||
|         padding: 0; |         padding: 0; | ||||||
|         color: #92959d; } |         color: #7c7e83; } | ||||||
|         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { |         notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { | ||||||
|           color: #ff4d4d; } |           color: #ff4d4d; } | ||||||
|         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { |         notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { | ||||||
| @ -1790,9 +1790,9 @@ scrollbar { | |||||||
|     border: 4px solid transparent; |     border: 4px solid transparent; | ||||||
|     border-radius: 8px; |     border-radius: 8px; | ||||||
|     background-clip: padding-box; |     background-clip: padding-box; | ||||||
|     background-color: #b8babf; } |     background-color: #abacb0; } | ||||||
|     scrollbar slider:hover { |     scrollbar slider:hover { | ||||||
|       background-color: #c7c9cd; } |       background-color: #bdbfc2; } | ||||||
|     scrollbar slider:hover:active { |     scrollbar slider:hover:active { | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
|     scrollbar slider:disabled { |     scrollbar slider:disabled { | ||||||
| @ -1812,7 +1812,7 @@ scrollbar { | |||||||
|       margin: 0; |       margin: 0; | ||||||
|       min-width: 4px; |       min-width: 4px; | ||||||
|       min-height: 4px; |       min-height: 4px; | ||||||
|       background-color: #8a8e96; |       background-color: #73757a; | ||||||
|       border: 1px solid rgba(255, 255, 255, 0.6); } |       border: 1px solid rgba(255, 255, 255, 0.6); } | ||||||
|     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { |     scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { | ||||||
|       margin: 0 2px; |       margin: 0 2px; | ||||||
| @ -2249,7 +2249,7 @@ scale { | |||||||
| progressbar { | progressbar { | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   font-size: smaller; |   font-size: smaller; | ||||||
|   color: rgba(92, 97, 108, 0.7); } |   color: rgba(59, 62, 69, 0.7); } | ||||||
|   progressbar.osd { |   progressbar.osd { | ||||||
|     min-width: 3px; |     min-width: 3px; | ||||||
|     min-height: 3px; |     min-height: 3px; | ||||||
| @ -2312,8 +2312,8 @@ levelbar block.full { | |||||||
|   background-color: #73d216; } |   background-color: #73d216; } | ||||||
| 
 | 
 | ||||||
| levelbar block.empty { | levelbar block.empty { | ||||||
|   background-color: rgba(92, 97, 108, 0.2); |   background-color: rgba(59, 62, 69, 0.2); | ||||||
|   border-color: rgba(92, 97, 108, 0.2); } |   border-color: rgba(59, 62, 69, 0.2); } | ||||||
| 
 | 
 | ||||||
| printdialog paper { | printdialog paper { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
| @ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { | |||||||
|   background-color: rgba(0, 0, 0, 0.05); } |   background-color: rgba(0, 0, 0, 0.05); } | ||||||
| 
 | 
 | ||||||
| row.activatable:active { | row.activatable:active { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| row.activatable:disabled { | row.activatable:disabled { | ||||||
|   color: rgba(92, 97, 108, 0.55); } |   color: rgba(59, 62, 69, 0.55); } | ||||||
|   row.activatable:disabled image { |   row.activatable:disabled image { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| @ -2490,30 +2490,30 @@ expander arrow { | |||||||
|   expander arrow:dir(rtl) { |   expander arrow:dir(rtl) { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } |     -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } | ||||||
|   expander arrow:hover { |   expander arrow:hover { | ||||||
|     color: #aaaeb7; } |     color: #848995; } | ||||||
|   expander arrow:checked { |   expander arrow:checked { | ||||||
|     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } |     -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } | ||||||
| 
 | 
 | ||||||
| calendar { | calendar { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
|   calendar:selected { |   calendar:selected { | ||||||
|     border-radius: 1.5px; } |     border-radius: 1.5px; } | ||||||
|   calendar.header { |   calendar.header { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border: none; } |     border: none; } | ||||||
|   calendar.button { |   calendar.button { | ||||||
|     color: rgba(92, 97, 108, 0.45); } |     color: rgba(59, 62, 69, 0.45); } | ||||||
|     calendar.button:hover { |     calendar.button:hover { | ||||||
|       color: #5c616c; } |       color: #3b3e45; } | ||||||
|     calendar.button:disabled { |     calendar.button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
|   calendar:indeterminate { |   calendar:indeterminate { | ||||||
|     color: alpha(currentColor,0.55); } |     color: alpha(currentColor,0.55); } | ||||||
|   calendar.highlight { |   calendar.highlight { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| messagedialog .titlebar { | messagedialog .titlebar { | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
| @ -2791,11 +2791,11 @@ colorswatch:disabled { | |||||||
| colorswatch#add-color-button { | colorswatch#add-color-button { | ||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; |   border-width: 1px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   colorswatch#add-color-button:hover { |   colorswatch#add-color-button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   colorswatch#add-color-button overlay { |   colorswatch#add-color-button overlay { | ||||||
| @ -2818,7 +2818,7 @@ colorchooser .popover.osd { | |||||||
|     -gtk-icon-effect: highlight; } |     -gtk-icon-effect: highlight; } | ||||||
| 
 | 
 | ||||||
| .scale-popup button:hover { | .scale-popup button:hover { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: white; } |   background-color: white; } | ||||||
| 
 | 
 | ||||||
| @ -2845,7 +2845,7 @@ button.circular-button { | |||||||
|   min-width: 16px; |   min-width: 16px; | ||||||
|   min-height: 20px; |   min-height: 20px; | ||||||
|   padding: 3px 6px 4px 6px; |   padding: 3px 6px 4px 6px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   background-color: #ffffff; |   background-color: #ffffff; | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   border-radius: 2.5px; |   border-radius: 2.5px; | ||||||
| @ -2911,8 +2911,8 @@ headerbar button.titlebutton, | |||||||
|   background-color: rgba(231, 232, 235, 0); } |   background-color: rgba(231, 232, 235, 0); } | ||||||
|   headerbar button.titlebutton:hover, |   headerbar button.titlebutton:hover, | ||||||
|   .titlebar button.titlebutton:hover { |   .titlebar button.titlebutton:hover { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   headerbar button.titlebutton:active, headerbar button.titlebutton:checked, |   headerbar button.titlebutton:active, headerbar button.titlebutton:checked, | ||||||
|   .titlebar button.titlebutton:active, |   .titlebar button.titlebutton:active, | ||||||
| @ -3031,7 +3031,7 @@ terminal-window notebook > header.top, | |||||||
|   color: white; |   color: white; | ||||||
|   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } |   text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { |   .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
|   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { |   .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
|     text-shadow: none; } |     text-shadow: none; } | ||||||
| @ -3039,7 +3039,7 @@ terminal-window notebook > header.top, | |||||||
| .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, | ||||||
| popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, | ||||||
| .nautilus-list-dim-label { | .nautilus-list-dim-label { | ||||||
|   color: #a9acb2; } |   color: #989a9e; } | ||||||
|   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, |   .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, | ||||||
|   .nautilus-list-dim-label:selected, |   .nautilus-list-dim-label:selected, | ||||||
|   .nautilus-list-dim-label:selected:focus { |   .nautilus-list-dim-label:selected:focus { | ||||||
| @ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; |   border-style: solid; | ||||||
|   border-width: 1px; } |   border-width: 1px; } | ||||||
|   .disk-space-display.unknown { |   .disk-space-display.unknown { | ||||||
|     background-color: rgba(92, 97, 108, 0.5); |     background-color: rgba(59, 62, 69, 0.5); | ||||||
|     border-color: rgba(69, 72, 80, 0.5); } |     border-color: rgba(35, 37, 42, 0.5); } | ||||||
|   .disk-space-display.used { |   .disk-space-display.used { | ||||||
|     background-color: rgba(82, 148, 226, 0.8); |     background-color: rgba(82, 148, 226, 0.8); | ||||||
|     border-color: rgba(38, 121, 219, 0.8); } |     border-color: rgba(38, 121, 219, 0.8); } | ||||||
| @ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| 
 | 
 | ||||||
| @keyframes needs_attention_keyframes { | @keyframes needs_attention_keyframes { | ||||||
|   0% { |   0% { | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(251, 251, 252, 0.9); } |     background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   100% { |   100% { | ||||||
|     color: #ffffff; |     color: #ffffff; | ||||||
| @ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .nemo-window .nemo-window-pane widget.entry { | .nemo-window .nemo-window-pane widget.entry { | ||||||
|   border: 1px solid; |   border: 1px solid; | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #5294e2; |   border-color: #5294e2; | ||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(251, 251, 252, 0.9); } |   background-color: rgba(251, 251, 252, 0.9); } | ||||||
|   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { |   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { | ||||||
|     margin: 0 0 1px 0; } |     margin: 0 0 1px 0; } | ||||||
| @ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { |   .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.4); } |     color: rgba(53, 59, 75, 0.4); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { | ||||||
|   border-left-style: none; } |   border-left-style: none; } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { | ||||||
|   box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { | ||||||
|   box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } |   box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } | ||||||
| 
 | 
 | ||||||
| .caja-notebook { | .caja-notebook { | ||||||
|   border-top: 1px solid #dcdfe3; } |   border-top: 1px solid #dcdfe3; } | ||||||
| @ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   padding: 3px 6px 3px 6px; |   padding: 3px 6px 3px 6px; | ||||||
|   border-color: #ffffff; } |   border-color: #ffffff; } | ||||||
|   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { |   .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { | ||||||
|     background-color: #f4f4f5; } |     background-color: #f1f1f2; } | ||||||
|     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { |     .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { | ||||||
|       color: #ffffff; |       color: #ffffff; | ||||||
|       background-color: #5294e2; } |       background-color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-name-label { | .open-document-selector-name-label { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .open-document-selector-path-label { | .open-document-selector-path-label { | ||||||
|   color: #aeb0b6; |   color: #9d9fa2; | ||||||
|   font-size: smaller; } |   font-size: smaller; } | ||||||
|   .open-document-selector-path-label:selected { |   .open-document-selector-path-label:selected { | ||||||
|     color: rgba(255, 255, 255, 0.9); } |     color: rgba(255, 255, 255, 0.9); } | ||||||
| @ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|     color: inherit; } |     color: inherit; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:not(:selected) button { | .gedit-document-panel row:hover:not(:selected) button { | ||||||
|   color: #92959d; } |   color: #7c7e83; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:hover { |   .gedit-document-panel row:hover:not(:selected) button:hover { | ||||||
|     color: #ff4d4d; } |     color: #ff4d4d; } | ||||||
|   .gedit-document-panel row:hover:not(:selected) button:active { |   .gedit-document-panel row:hover:not(:selected) button:active { | ||||||
|     color: #5c616c; } |     color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-document-panel row:hover:selected button:hover { | .gedit-document-panel row:hover:selected button:hover { | ||||||
|   color: #ff6666; |   color: #ff6666; | ||||||
| @ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
| .gedit-document-panel-dragged-row { | .gedit-document-panel-dragged-row { | ||||||
|   border: 1px solid #dcdfe3; |   border: 1px solid #dcdfe3; | ||||||
|   background-color: #d9dde0; |   background-color: #d9dde0; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| .gedit-side-panel-paned statusbar { | .gedit-side-panel-paned statusbar { | ||||||
|   border-top: 1px solid #dcdfe3; |   border-top: 1px solid #dcdfe3; | ||||||
| @ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can | |||||||
|   border-style: solid; } |   border-style: solid; } | ||||||
| 
 | 
 | ||||||
| .gedit-search-entry-occurrences-tag { | .gedit-search-entry-occurrences-tag { | ||||||
|   color: rgba(92, 97, 108, 0.6); |   color: rgba(59, 62, 69, 0.6); | ||||||
|   border: none; |   border: none; | ||||||
|   margin: 2px; |   margin: 2px; | ||||||
|   padding: 2px; } |   padding: 2px; } | ||||||
| @ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, | |||||||
| gstyleslidein #strings_controls button.toggle:checked, | gstyleslidein #strings_controls button.toggle:checked, | ||||||
| gstyleslidein #palette_controls button.toggle:checked, | gstyleslidein #palette_controls button.toggle:checked, | ||||||
| gstyleslidein #components_controls button.toggle:checked { | gstyleslidein #components_controls button.toggle:checked { | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| configurationview entry.flat { | configurationview entry.flat { | ||||||
|   background: none; } |   background: none; } | ||||||
| @ -3365,7 +3365,7 @@ button.documents-load-more { | |||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| .documents-collection-icon, .photos-collection-icon { | .documents-collection-icon, .photos-collection-icon { | ||||||
|   background-color: rgba(92, 97, 108, 0.3); |   background-color: rgba(59, 62, 69, 0.3); | ||||||
|   border-radius: 2px; } |   border-radius: 2px; } | ||||||
| 
 | 
 | ||||||
| button.documents-favorite:active, | button.documents-favorite:active, | ||||||
| @ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto | |||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   padding-left: 4px; |   padding-left: 4px; | ||||||
|   padding-right: 4px; |   padding-right: 4px; | ||||||
|   color: rgba(82, 93, 118, 0.8); |   color: rgba(53, 59, 75, 0.8); | ||||||
|   border-color: rgba(82, 93, 118, 0.1); |   border-color: rgba(53, 59, 75, 0.1); | ||||||
|   background-color: rgba(255, 255, 255, 0.9); } |   background-color: rgba(255, 255, 255, 0.9); } | ||||||
|   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { |   .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { | ||||||
|     color: inherit; } |     color: inherit; } | ||||||
| @ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto | |||||||
|     border-color: #5294e2; |     border-color: #5294e2; | ||||||
|     background-color: #5294e2; } |     background-color: #5294e2; } | ||||||
|   .marlin-pathbar.pathbar:disabled { |   .marlin-pathbar.pathbar:disabled { | ||||||
|     color: rgba(82, 93, 118, 0.35); |     color: rgba(53, 59, 75, 0.35); | ||||||
|     border-color: rgba(82, 93, 118, 0.1); |     border-color: rgba(53, 59, 75, 0.1); | ||||||
|     background-color: rgba(255, 255, 255, 0.75); } |     background-color: rgba(255, 255, 255, 0.75); } | ||||||
|   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { |   .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { | ||||||
|     color: #5294e2; } |     color: #5294e2; } | ||||||
| @ -3667,11 +3667,11 @@ UnityDecoration { | |||||||
|     border-radius: 4px 4px 0 0; |     border-radius: 4px 4px 0 0; | ||||||
|     padding: 1px 6px 0 6px; |     padding: 1px 6px 0 6px; | ||||||
|     background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); |     background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); | ||||||
|     color: rgba(82, 93, 118, 0.8); |     color: rgba(53, 59, 75, 0.8); | ||||||
|     box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } |     box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } | ||||||
|     UnityDecoration .top:backdrop { |     UnityDecoration .top:backdrop { | ||||||
|       border-bottom-width: 0; |       border-bottom-width: 0; | ||||||
|       color: rgba(82, 93, 118, 0.5); } |       color: rgba(53, 59, 75, 0.5); } | ||||||
|   UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, |   UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, | ||||||
|   UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { |   UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { | ||||||
|     background-color: transparent; |     background-color: transparent; | ||||||
| @ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { | |||||||
| .source-list.view, | .source-list.view, | ||||||
| iconview.source-list { | iconview.source-list { | ||||||
|   background-color: #F5F6F7; |   background-color: #F5F6F7; | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-style: regular; } |   -gtk-icon-style: regular; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
| @ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, | |||||||
|   color: #5294e2; } |   color: #5294e2; } | ||||||
| 
 | 
 | ||||||
| .source-list.category-expander { | .source-list.category-expander { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); |   -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); | ||||||
|   -GtkTreeView-expander-size: 16; } |   -GtkTreeView-expander-size: 16; } | ||||||
| 
 | 
 | ||||||
| @ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { | |||||||
|   background-color: #ffffff; } |   background-color: #ffffff; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome label { | GraniteWidgetsWelcome label { | ||||||
|   color: #a9acb2; |   color: #989a9e; | ||||||
|   font-size: 11px; |   font-size: 11px; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
| 
 | 
 | ||||||
| GraniteWidgetsWelcome .h1, | GraniteWidgetsWelcome .h1, | ||||||
| GraniteWidgetsWelcome .h3 { | GraniteWidgetsWelcome .h3 { | ||||||
|   color: rgba(92, 97, 108, 0.8); } |   color: rgba(59, 62, 69, 0.8); } | ||||||
| 
 | 
 | ||||||
| .help_button { | .help_button { | ||||||
|   border-radius: 0; } |   border-radius: 0; } | ||||||
| @ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { | |||||||
| 
 | 
 | ||||||
| .h4, | .h4, | ||||||
| .category-label { | .category-label { | ||||||
|   color: #8a8e96; |   color: #73757a; | ||||||
|   font-weight: 600; } |   font-weight: 600; } | ||||||
| 
 | 
 | ||||||
| .h4 { | .h4 { | ||||||
| @ -3958,7 +3958,7 @@ GtkListBox .h4 { | |||||||
|   font-weight: normal; |   font-weight: normal; | ||||||
|   border-style: none; |   border-style: none; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   color: #5c616c; } |   color: #3b3e45; } | ||||||
| 
 | 
 | ||||||
| #content_frame { | #content_frame { | ||||||
|   padding-bottom: 14px; |   padding-bottom: 14px; | ||||||
| @ -3969,11 +3969,11 @@ GtkListBox .h4 { | |||||||
|   border-width: 1px 1px 0 1px; } |   border-width: 1px 1px 0 1px; } | ||||||
| 
 | 
 | ||||||
| #content_frame button { | #content_frame button { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   border-color: #cfd6e6; |   border-color: #cfd6e6; | ||||||
|   background-color: #fbfbfc; } |   background-color: #fbfbfc; } | ||||||
|   #content_frame button:hover { |   #content_frame button:hover { | ||||||
|     color: #5c616c; |     color: #3b3e45; | ||||||
|     border-color: #cfd6e6; |     border-color: #cfd6e6; | ||||||
|     background-color: white; } |     background-color: white; } | ||||||
|   #content_frame button:active, #content_frame button:checked { |   #content_frame button:active, #content_frame button:checked { | ||||||
| @ -3984,7 +3984,7 @@ GtkListBox .h4 { | |||||||
|     border-color: rgba(207, 214, 230, 0.55); |     border-color: rgba(207, 214, 230, 0.55); | ||||||
|     background-color: rgba(251, 251, 252, 0.55); } |     background-color: rgba(251, 251, 252, 0.55); } | ||||||
|     #content_frame button:disabled label, #content_frame button:disabled { |     #content_frame button:disabled label, #content_frame button:disabled { | ||||||
|       color: rgba(92, 97, 108, 0.55); } |       color: rgba(59, 62, 69, 0.55); } | ||||||
| 
 | 
 | ||||||
| #buttonbox_frame { | #buttonbox_frame { | ||||||
|   padding-top: 20px; |   padding-top: 20px; | ||||||
| @ -4015,7 +4015,7 @@ GtkListBox .h4 { | |||||||
|     background-color: rgba(102, 109, 132, 0.2); } |     background-color: rgba(102, 109, 132, 0.2); } | ||||||
| 
 | 
 | ||||||
| #login_window #user_combobox { | #login_window #user_combobox { | ||||||
|   color: #5c616c; |   color: #3b3e45; | ||||||
|   font-size: 13px; } |   font-size: 13px; } | ||||||
|   #login_window #user_combobox menu { |   #login_window #user_combobox menu { | ||||||
|     font-weight: normal; } |     font-weight: normal; } | ||||||
| @ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
|   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { |   .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { | ||||||
|     background-color: rgba(42, 45, 55, 0.95); } |     background-color: rgba(42, 45, 55, 0.95); } | ||||||
| 
 | 
 | ||||||
| @define-color theme_fg_color #5c616c; | @define-color theme_fg_color #3b3e45; | ||||||
| @define-color theme_text_color #5c616c; | @define-color theme_text_color #3b3e45; | ||||||
| @define-color theme_bg_color #F5F6F7; | @define-color theme_bg_color #F5F6F7; | ||||||
| @define-color theme_base_color #ffffff; | @define-color theme_base_color #ffffff; | ||||||
| @define-color theme_selected_bg_color #5294e2; | @define-color theme_selected_bg_color #5294e2; | ||||||
| @define-color theme_selected_fg_color #ffffff; | @define-color theme_selected_fg_color #ffffff; | ||||||
| @define-color fg_color #5c616c; | @define-color fg_color #3b3e45; | ||||||
| @define-color text_color #5c616c; | @define-color text_color #3b3e45; | ||||||
| @define-color bg_color #F5F6F7; | @define-color bg_color #F5F6F7; | ||||||
| @define-color base_color #ffffff; | @define-color base_color #ffffff; | ||||||
| @define-color selected_bg_color #5294e2; | @define-color selected_bg_color #5294e2; | ||||||
| @define-color selected_fg_color #ffffff; | @define-color selected_fg_color #ffffff; | ||||||
| @define-color insensitive_bg_color #fbfbfc; | @define-color insensitive_bg_color #fbfbfc; | ||||||
| @define-color insensitive_fg_color alpha(#5c616c, 0.5); | @define-color insensitive_fg_color alpha(#3b3e45, 0.5); | ||||||
| @define-color insensitive_base_color #ffffff; | @define-color insensitive_base_color #ffffff; | ||||||
| @define-color theme_unfocused_fg_color #5c616c; | @define-color theme_unfocused_fg_color #3b3e45; | ||||||
| @define-color theme_unfocused_text_color #5c616c; | @define-color theme_unfocused_text_color #3b3e45; | ||||||
| @define-color theme_unfocused_bg_color #F5F6F7; | @define-color theme_unfocused_bg_color #F5F6F7; | ||||||
| @define-color theme_unfocused_base_color #ffffff; | @define-color theme_unfocused_base_color #ffffff; | ||||||
| @define-color borders #dcdfe3; | @define-color borders #dcdfe3; | ||||||
| @ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, | |||||||
| @define-color placeholder_text_color #A8A8A8; | @define-color placeholder_text_color #A8A8A8; | ||||||
| @define-color link_color #2679db; | @define-color link_color #2679db; | ||||||
| @define-color content_view_bg #ffffff; | @define-color content_view_bg #ffffff; | ||||||
| @define-color wm_title alpha(#525d76, 0.8); | @define-color wm_title alpha(#353b4b, 0.8); | ||||||
| @define-color wm_unfocused_title alpha(#525d76, 0.5); | @define-color wm_unfocused_title alpha(#353b4b, 0.5); | ||||||
| @define-color wm_bg #e7e8eb; | @define-color wm_bg #e7e8eb; | ||||||
| @define-color wm_bg_unfocused #eff0f2; | @define-color wm_bg_unfocused #eff0f2; | ||||||
| @define-color wm_highlight #eff0f2; | @define-color wm_highlight #eff0f2; | ||||||
|  | |||||||
| @ -3,9 +3,9 @@ | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| $base_color: if($variant =='light', #ffffff, #404552); | $base_color: if($variant =='light', #ffffff, #404552); | ||||||
| $text_color: if($variant == 'light', #5c616c, #D3DAE3); | $text_color: if($variant == 'light', #3b3e45, #D3DAE3); | ||||||
| $bg_color: if($variant =='light', #F5F6F7, #383C4A); | $bg_color: if($variant =='light', #F5F6F7, #383C4A); | ||||||
| $fg_color: if($variant =='light', #5c616c, #D3DAE3); | $fg_color: if($variant =='light', #3b3e45, #D3DAE3); | ||||||
| 
 | 
 | ||||||
| $selected_fg_color: #ffffff; | $selected_fg_color: #ffffff; | ||||||
| $selected_bg_color: #5294e2; | $selected_bg_color: #5294e2; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user