jsonresume-theme-refined
Version:
Refined theme for jsonresume. It's been refined - just a little bit!
47 lines (41 loc) • 1.22 kB
text/less
@import "lib/bootstrap/variables.less";
@theme-bg: #f0f0f0;
@theme-font-color: #333;
@theme-red: #e74c3c;
@theme-blue: #428bca;
@theme-yellow: #f1c40f;
@theme-green: #5cb85c;
//Icon styles
@icon-color: #707070;
// card variables
@card-bg: white;
@card-border-color: #e6e6e6;
@card-border-radius: 3px;
// Social variables;
@github-color: #454545;
@twitter-color: #33ccff;
@soundcloud-color: rgb(232, 130, 45);
@rss-feed-color: #f36f24;
@linkedin-color: #007bb6;
@skype-color: #12A5F4;
@stackoverflow-color: rgb(142, 142, 146);
@pinterest-color: rgb(189, 9, 31);
@vimeo-color: rgb(23, 179, 232);
@behance-color: rgb(44, 152, 207);
@codepen-color: rgb(28, 28, 28);
@foursquare-color: rgb(250, 71, 120);
@reddit-color: rgb(84, 84, 84);
@spotify-color: rgb(172, 210, 0);
@dribbble-color: rgb(206, 54, 111);
@facebook-color: rgb(75, 109, 170);
@angellist-color: black;
@bitbucket-color: rgb(32, 80, 129);
@google-plus-color: #bf2a1d;
// Skill related colors
@skill-beginner-color: @theme-red;
@skill-intermediate-color: @theme-yellow;
@skill-advanced-color: @theme-blue;
@skill-master-color: @theme-green;
// Label styles
@theme-label-bg: lighten(@theme-blue, 15%);
@theme-label-border-color: darken(@theme-label-bg, 20%);