jeeeyul / eclipse-themes

Full Featured Eclipse Theme Customizer!
828 stars 121 forks source link

Problems of use #234

Closed songgw closed 9 years ago

songgw commented 9 years ago

Hi: I want to know, How can i change the view background color?

thank you
songgw
jeeeyul commented 9 years ago

That is not recommended. See Using Black Theme.

if you want to try, use below css into Custom CSS:

.MPart, .MPart Tree, .MPart Table, .MPart Canvas {
    background-color: red;
}