Support new style variables on tab close button (3.26 theme)

This commit is contained in:
Rafael Mardojai CM 2018-04-05 09:57:30 -05:00
parent 1e4bf0c055
commit b70ef80265
4 changed files with 12 additions and 8 deletions

View File

@ -94,6 +94,7 @@
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(85%); /* without invert: none */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0; /* without invert: 1px solid #1c1f1f */
--gnome-icons-hack-close-button-border-bottom: var(--gnome-icons-hack-close-button-border);
--gnome-icons-hack-close-button-filter: invert(100%); /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: none; /* without invert: none */

View File

@ -94,6 +94,7 @@
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(30%); /* with invert: invert(85%) */
--gnome-icons-hack-close-button-border: 1px solid #a1a1a1; /* with invert: 1px solid #5e5e5e */
--gnome-icons-hack-close-button-border-bottom: var(--gnome-icons-hack-close-button-border);
--gnome-icons-hack-close-button-filter: none; /* with invert: invert(100%) */
--gnome-icons-hack-close-button-hover-bgimage: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: none; /* without invert: none */

View File

@ -93,10 +93,11 @@
* inverted, on others they don't, adjusts the filters below to your
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(85%); /* without invert: none */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0; /* without invert: 1px solid #1c1f1f */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0;
--gnome-icons-hack-close-button-border-bottom: 1px solid #F3F2F2;
--gnome-icons-hack-close-button-filter: invert(100%); /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: linear-gradient(#CBC4C2, #D0CAC8 50%, #D5D1CF); /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: 0 1px #C7C1C0 inset; /* without invert: none */
--gnome-icons-hack-close-button-active-bgimage: linear-gradient(rgb(220, 216, 216), rgb(214, 210, 210) 40%, rgb(210, 205, 205));
/* ^ without invert: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50)) */
--gnome-icons-hack-close-button-active-box-shadow: 0 1px rgba(255, 255, 255, .07) inset, 0 2px 1px -2px rgba(255, 255, 255, .6) inset, 0 1px rgba(17, 17, 19, .1);

View File

@ -92,11 +92,12 @@
* /usr/share/icons/<theme>/ and on some systems they need to be
* inverted, on others they don't, adjusts the filters below to your
* needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(85%); /* without invert: none */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0; /* without invert: 1px solid #1c1f1f */
--gnome-icons-hack-close-button-filter: invert(100%); /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: none; /* without invert: none */
--gnome-icons-hack-filter: invert(30%); /* without invert: none */
--gnome-icons-hack-close-button-border: 1px solid #b7b7b4;
--gnome-icons-hack-close-button-border-bottom: 1px solid #94948f;
--gnome-icons-hack-close-button-filter: none; /* without invert: none */
--gnome-icons-hack-close-button-hover-bgimage: linear-gradient(#f6f6f6, #eaeae9 50%, #dededd); /* without invert: none */
--gnome-icons-hack-close-button-hover-box-shadow: 0 1px #f9f9f9 inset; /* without invert: none */
--gnome-icons-hack-close-button-active-bgimage: linear-gradient(rgb(220, 216, 216), rgb(214, 210, 210) 40%, rgb(210, 205, 205));
/* ^ without invert: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50)) */
--gnome-icons-hack-close-button-active-box-shadow: 0 1px rgba(255, 255, 255, .07) inset, 0 2px 1px -2px rgba(255, 255, 255, .6) inset, 0 1px rgba(17, 17, 19, .1);