To set the dark version in Tokyo jekyll theme, You just need to add class dark
with the body tag.
Example
<body class="dark">
Open the theme file and then go to _layouts/default.html
Now file the following code
<body>
and replace with
<body class="dark">
You will get the dark version activated.