M
M
McThinker2020-06-20 10:42:48
User interface
McThinker, 2020-06-20 10:42:48

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

2 answer(s)
D
Den Sabrov, 2020-06-22
@bersus

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".

M
MentozZz ORG, 2021-06-15
@Gor_Ohanyan

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>

Who does everything himself
Here is their official website Dark.Online.Net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question