Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread Matthew Brush
Closed #2702. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2702#event-4143556521

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread Matthew Brush
`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. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread abdulbadii
Got the css, now the Gtk theme on Xfce any idea to access the easiest way? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2702#issuecomment-749978440

Re: [Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread elextr
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-appearance-using-gtk-3-css -- You are receiving this because you are subscribed to this

[Github-comments] [geany/geany] How modify message background color? (#2702)

2020-12-23 Thread abdulbadii
How do we modify message background color when build is executed to become full black ? Please help is unreadable at all.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2702