One method of comparing strain fitness is to compete strains head to head; over time, the competitor with a fitness advantage will increase in frequency in the population. To track the frequency of each strain, they must be differentially marked such that their frequencies can be measured by plating the culture and counting colonies of each type - a time and labor-intensive process. One common marker used by our lab and others is using pigment production to produce colonies of different colors. My project is to create a continuous culture monitoring device named a chromostat that uses a color sensor to measure the relative abundance of different colored strains in solution, removing the need for plating and increasing the automation of competition experiments. By comparing the color of the individual yeast strains to the color of them mixed together, the chromostat can calculate, in real time, the relative abundance of each strain in solution and determine which strain is more fit and by how much. I built the chromostat on a raspberry pi minicomputer using an open source Java library, pi4j, to control the attached color sensor. This sensor converts light waves to red, green, and blue color values, which are then converted to frequency values for each strain and displayed to the user. The chromostat is controlled through a text-based interface that operates on the command line and has a variety of functions to modify data acquisition to increase overall accuracy and allow for data analysis. It will be used as part of a high school teaching laboratory in which students conduct evolution experiments and later compete different yeast strains against each other to generate fitness data.