How do we modify message background color when build is executed to become full black ? Please help is unreadable at all..
Do you mean in the "compile" tab? The background is controlled by your GTK theme, the foregrounds are as per the first 3 listed in https://www.geany.org/manual/current/index.html#customizing-geany-s-appearan...
Got the css, now the Gtk theme on Xfce any idea to access the easiest way?
`Tools` ⮞ `Configuration Files` ⮞ `geany.css`
Put this in it and save:
```css .view { background: black; } ```
Message background color become full black when build is executed.
Closed #2702.
github-comments@lists.geany.org