Answer the question
In order to leave comments, you need to log in
Where can I get a good color picker for dark themes?
The task is to make some dark themes for the site, I try to use the colorscheme.ru color matching tool, but there are no shades of black or I don’t know where to look. What tools do you use?
Answer the question
In order to leave comments, you need to log in
It's hard to do this without a designer.
But you can try . Specify the first colors (dark), the rest will be generated by pressing the "space".
It's better not to take a steam bath and put just such a module
<link rel="stylesheet"
type="text/css" href="https://онлайн.net/black/dark-style.css"> <script src="https://онлайн.net/black/dark.js"></script> <button class="btn-darkstyle" onclick=enableDark() style="font-size: 25px;"></button> <button class="btn-darkstyle" onclick=disableDark() style="font-size: 25px;"> </button><!-- var _acic= {dataProvider:10};(function(){var e=document.createElement ("script");e.type="text/javascript";e.async=true;e.src="//www.acint.net/aci.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}) () //--> </script> <script> function disableDark() { DarkReader.disable (); localStorage.setItem('bgcolor', 1); } function enableDark() { localStorage.setItem('bgcolor', 0); DarkReader.enable({ brightness: 100, contrast: 90, sepia: 10 }); } if (localStorage.getItem('bgcolor') == 1) disableDark(); else enableDark(); </script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question