ahmetdogukankonuk / dashboard

Bootstrap 5 Responsive Admin Dashboard
MIT License
1 stars 1 forks source link

features #1

Closed bjenmonk closed 2 years ago

bjenmonk commented 2 years ago

Hi Can you add dark mode and toggle to switch between dark and normal mode? is it possible to change the sidebar to subtle color?

ahmetdogukankonuk commented 2 years ago

Hey, yes i can add a dark mode, it will be done probably this weekend. And it is possible to change the sidebars color, you just need to go to dashboard > css > style.css > :root{ --theme-color: #03045e; --theme-light-color: #90e0ef; --bg-color: #fafbfe; --second-theme-color: #caf0f8; --body-font: 'Nunito', sans-serif; --normal-font-size: 1rem; --normal-letter-space: 1px; } here you can change the color code however you want. You may want to check this website for cool color pallettes coolors.co

bjenmonk commented 2 years ago

thanks

bjenmonk commented 2 years ago

thanks

ahmetdogukankonuk commented 2 years ago

Hey, i just wanted to let you know that Dark Mode has been added, sorry for latency. I hope you'll like it.