css selected color

CSS
::selection {
    background-color: #222;
    color: white;
}
Source

Also in CSS: