#version 150 core out vec4 fragColor; void main() { fragColor = vec4(0.81, 0.83, 0.12, 1.0); // Trolltech green ftw! }