Skip to content

Instantly share code, notes, and snippets.

@psychobunny
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psychobunny/8911168 to your computer and use it in GitHub Desktop.
Save psychobunny/8911168 to your computer and use it in GitHub Desktop.
Lavender Theme - Color Scheme Modifications (Dark Grey)
.panel-default > .panel-heading {
border-color: #333
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #333;
border-color: #222;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
border-color: #333;
color: #333;
}
.btn.btn-default.btn-primary {
color: white;
}
a, a:hover, a:focus, .btn-link, .btn-link:hover, .btn-link:focus {
color: #333;
}
.panel-default {
border-top-color: #333
}
.navbar-static-top, .navbar-fixed-top {
border-top: 2px solid #333;
}
.navbar-default .navbar-brand {
color: #333;
}
.topic .posts > li .topic-title {
color: #333;
}
.topic .postMenu, .topic .menu-icon {
background: #333;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #333;
}
body {
background: #ededed;
}
.motd h1 small {
color: #333;
}
.home .category-item .category-header {
background-color: #333 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: #333;
}
.topic .post-bar {
border-left: 2px solid #333;
}
.topic .posts > li {
border-left: 2px solid #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment