Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark theme? #73

Closed
katsil opened this issue Nov 9, 2018 · 2 comments
Closed

Dark theme? #73

katsil opened this issue Nov 9, 2018 · 2 comments
Labels

Comments

@katsil
Copy link

katsil commented Nov 9, 2018

Hello. thank you for creating such a cool theme
I would like to ask if you ever plan to create a dark theme? I would really like to embed this on the site

thank you for your response

@rhukster
Copy link
Member

Just create a new theme from Quark and customize it to make it dark. Quark is supposed to be used as a base to build other themes.

@greensam88
Copy link

I know this isn't perfect, but a decent start for a dark theme:
I just added these lines of code to custom.css

#body-wrapper {
	background-color: #323232;
	color: white;
}

.card {
	background-color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

#header {
	background-color: #000000;
}

#header a {
	color: white;
	background-color: #000000;
}

.label.label-primary {
	color: white;
	background-color: #323232;
}

.label.label-secondary {
	color: white;
	background-color: #999999;
}

#footer {
	background-color: #000000 !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants