Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / geany.css
blob03718d4c79706d71f7f9c1eec6d28531df3d2cb8
1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
5 -GtkWidget-focus-padding: 0;
6 -GtkWidget-focus-line-width: 0;
7 -GtkButton-default-border: 0;
8 -GtkButton-default-outside-border: 0;
9 -GtkButton-inner-border: 0;
10 padding: 0;
12 #geany-close-tab-button GtkImage {
13 padding: 0;
16 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
17 #GeanyDialogSearch GtkEntry {
18 font-family: monospace;
21 /* set red background for GtkEntries showing unmatched searches */
22 #geany-search-entry-no-match {
23 color: #fff;
24 background: #ff6666;
26 #geany-search-entry-no-match:selected {
27 background-color: #771111;
30 /* document status colors */
31 #geany-document-status-changed {
32 color: #ff0000;
34 #geany-document-status-disk-changed {
35 color: #ff7f00;
37 #geany-document-status-readonly {
38 color: #007f00;
41 /* red "Terminal" label when terminal dirty */
42 #geany-terminal-dirty {
43 color: #ff0000;