1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
13 #geany-close-tab-button image
{
17 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
18 #GeanyDialogSearch entry
{
19 font-family: monospace
;
22 /* set red background for GtkEntries showing unmatched searches */
23 #geany-search-entry-no-match {
27 #geany-search-entry-no-match selection
{
29 background-color: #771111;
32 /* document status colors */
33 #geany-document-status-changed {
36 #geany-document-status-disk-changed {
39 #geany-document-status-readonly {
43 /* compiler message colors */
44 #geany-compiler-error {
47 #geany-compiler-context {
50 #geany-compiler-message {
54 /* red "Terminal" label when terminal dirty */
55 #geany-terminal-dirty {
59 /* Uncomment the following to reduce the size of the statusbar if needed */