theme: add development highlight to headerbar

This commit is contained in:
Christian Hergert
2018-10-15 18:57:13 -07:00
parent 23adcf0a23
commit be185c2fbc
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/* development styles */
window.development-version headerbar {
background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat,
linear-gradient(to left,
mix(@theme_fg_color, @theme_bg_color, 0.5) 0%,
@theme_bg_color 25%);
color: alpha(@theme_fg_color, 0.2);
}
window.development-version headerbar label {
color: @theme_fg_color;
}