We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thank you so much for the awesome theme! I see you recently released skins - I love the sunrise skin and plan to use it.
I played around with the colors a while ago and ended up with below results. Here is my main.scss:.
--- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; // CUSTOM // For dark text light background $gray : #1976d2 !default; //used most places- changed from #7a8288 $dark-gray : mix(#000, $gray, 40%) !default; $darker-gray : mix(#000, $gray, 60%) !default; $light-gray : mix(#fff, $gray, 50%) !default; $lighter-gray : mix(#fff, $gray, 90%) !default; $body-color : #fff !default; $background-color : #f0fff0 !default; //honeydew color $code-background-color : $lighter-gray !default; //changed from #fafafa $code-background-color-dark : $light-gray !default; $text-color : $dark-gray !default; $border-color : $lighter-gray !default; $primary-color : $gray !default; //changed from #7a8288 $success-color : #27ae60 !default; $warning-color : #e67e22 !default; $danger-color : #c0392b !default; $info-color : #03a9f4 !default; /* links */ $link-color : $info-color !default; $link-color-hover : mix(#000, $link-color, 25%) !default; $link-color-visited : mix(#fff, $link-color, 25%) !default; $masthead-link-color : $primary-color !default; $masthead-link-color-hover : mix(#000, $primary-color, 25%) !default; @import "minimal-mistakes";
So I wanted to check if I could submit below as a new skin, maybe call it aqua, before throwing it away.
The text was updated successfully, but these errors were encountered:
Looks good. A PR with this as a skin would be great.
Sorry, something went wrong.
No branches or pull requests
First of all, thank you so much for the awesome theme!
I see you recently released skins - I love the sunrise skin and plan to use it.
I played around with the colors a while ago and ended up with below results. Here is my main.scss:.
So I wanted to check if I could submit below as a new skin, maybe call it aqua, before throwing it away.
The text was updated successfully, but these errors were encountered: