module GruvboxColors where backgroundColor = "#282828" currentLineColor = "#fabd2f" selectionColor = "#665c54" foregroundColor = "#ebdbb2" foregroundSecondColor = "#fbf1c1" commentColor = "#458588" cyanColor = "#83a598" greenColor = "#8ec07c" greenDarkerColor = "#689d6a" orangeColor = "#fe8019" pinkColor = "#d3869b" purpleColor = "#b16286" redColor = "#cc241d" yellowColor = "#fabd2f"