Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How modify message background color? #2702

Closed
abdulbadii opened this issue Dec 23, 2020 · 3 comments
Closed

How modify message background color? #2702

abdulbadii opened this issue Dec 23, 2020 · 3 comments
Labels
duplicate This has already been reported existing capability gtk-theme

Comments

@abdulbadii
Copy link

How do we modify message background color when build is executed to become full black ? Please help is unreadable at all..

@elextr
Copy link
Member

elextr commented Dec 23, 2020

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

@abdulbadii
Copy link
Author

Got the css, now the Gtk theme on Xfce any idea to access the easiest way?

@codebrainz
Copy link
Member

codebrainz commented Dec 23, 2020

Tools > Configuration Files > geany.css

Put this in it and save:

.view {
  background: black;
}

Message background color become full black when build is executed.


Duplicate of #1376, #1737, #2293, #2644, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This has already been reported existing capability gtk-theme
Projects
None yet
Development

No branches or pull requests

3 participants