nixos/home/system/gtk/theme/gtk-3.20/widgets/chrome.css
2024-06-25 22:20:17 +02:00

17 lines
303 B
CSS

entry.chromium {
color: @selected_fg_color;
background-color: @selected_bg_color;
}
menu.chromium {
background-color: @theme_bg_color;
color: @theme_fg_color;
border: none 0px;
}
window.background.chromium {
border: none 0px;
background-color: @selected_bg_color;
color: @theme_fg_color;
}