Adwaita: set secondary caret color to selection blue
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 1 Apr 2016 14:42:40 +0000 (16:42 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 1 Apr 2016 14:48:13 +0000 (16:48 +0200)
see https://bugzilla.gnome.org/show_bug.cgi?id=764204

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 0e188ce183fa58deffe8fe96cf6d0432aa532570..6f84e8bb771a4b0b94f9a1b287839512f942f435 100644 (file)
@@ -39,6 +39,8 @@ $button_transition: all 200ms $ease-out-quad;
   outline-offset: -3px;
   outline-width: 1px;
   -gtk-outline-radius: 2px;
+
+  -gtk-secondary-caret-color: $selected_bg_color
 }
 
 
index 70c8302eb89e6e0710111c17b06b68420d49698d..bd23093bc89d92c2a33aab2f03b563a9033bd574 100644 (file)
@@ -14,7 +14,8 @@
   outline-style: dashed;
   outline-offset: -3px;
   outline-width: 1px;
-  -gtk-outline-radius: 2px; }
+  -gtk-outline-radius: 2px;
+  -gtk-secondary-caret-color: #215d9c; }
 
 /***************
  * Base States *
index 5b8faa8115dfc393deffe9c4a408e7ae224eaab9..2a4f054da9b9be8851c473083e6ec5e106af55e7 100644 (file)
@@ -14,7 +14,8 @@
   outline-style: dashed;
   outline-offset: -3px;
   outline-width: 1px;
-  -gtk-outline-radius: 2px; }
+  -gtk-outline-radius: 2px;
+  -gtk-secondary-caret-color: #4a90d9; }
 
 /***************
  * Base States *