Arc gtk theme colour customize

Anyone knows how to customise the color for arc dark gtk theme I like the theme but however the color is bit bright for mee and would like to make it but more dark is there anyway I can do that.

copy Arc-Dark theme from /usr/share/themes/Arc-Dark to ~/.themes/Arc-Dark

open ~/.themes/Arc-Dark/gtk-3.0 in terminal
~/.themes/Arc-Dark/gtk-3.0$
~/.themes/Arc-Dark/gtk-3.0$ gresource list gtk.gresource
~/.themes/Arc-Dark/gtk-3.0$ gresource extract gtk.gresource /org/gnome/arc-theme/gtk-main-dark.css > gtk-main-dark.css

edit gtk-main-dark.css and
make your your own changes in color:

textview text {
color: #D3DAE3;
background-color: #202532; }

.thunar scrolledwindow.sidebar treeview.view {
background: rgba(23, 27, 39, 0.95);
color: #BAC3CF; }