Last active
January 3, 2018 21:50
-
-
Save Maartyl/b0913cd945304c836c63243513ad8a66 to your computer and use it in GitHub Desktop.
my overrides for (chrome) GTK3 Theme: Equilux (https://github.com/ddnexus/equilux-theme)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*===== MAA overrides*/ | |
.entry { | |
/*MAA - chromium borders*/ | |
border-color: #414141; | |
/* border-color: #000000;*/ | |
} | |
.entry.chromium { | |
border-color: #414141; | |
/* border-color: #000000;*/ | |
} | |
.view:selected, GtkCalendar:selected, .label:selected, .grid-child:selected, .entry:selected, .menuitem.button.flat:selected, .list-row:selected, .sidebar:selected { | |
background-color: #5a5a5a; | |
/* MAA -- found what used by chrome .view:slected | |
* BUT it also changed default tint colours, main button, favourite-star ....*/ | |
/* background-color: #5a5aca;*/ | |
color: #bebebe; | |
} | |
/*MAA*/ | |
.view:selected { | |
background-color: #355E8B; | |
} | |
/*====/ MAA overrides*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment