Dark theme for the jQuery plugin Chosen https://github.com/harvesthq/chosen
<!doctype html>
<html lang="en">
<head>
<!-- load original chosen.css -->
<link rel="stylesheet" href="chosen.css">
<!-- overwrite light theme through chosen-dark.css -->
<link rel="stylesheet" href="chosen-dark.css">
</head>
</html>