Created
August 30, 2015 09:39
-
-
Save nazar-pc/8158deed7cd87d43837e to your computer and use it in GitHub Desktop.
Tenebris UIkit theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* theme: Almost Flat */ | |
// | |
// General | |
// | |
@global-background: #131313; | |
@global-border: #252525; | |
// | |
// Typography | |
// | |
@global-color: #dddddd; | |
@global-muted-color: #666666; | |
@global-text-shadow: rgba(255, 255, 255, 0); | |
@global-link-color: #bd4724; | |
@global-link-hover-color: #dddddd; | |
@global-contrast-color: #dddddd; | |
@base-body-font-family: Verdana, Arial, sans-serif; | |
@base-heading-font-family: Verdana, Arial, sans-serif; | |
// | |
// Buttons, Navs & Badges | |
// | |
@global-default-background: #353535; | |
@global-default-hover-background: #bd4724; | |
@global-default-active-background: #bd4724; | |
@global-primary-background: #bd4724; | |
// | |
// Alert | |
// | |
@alert-background: #252525; | |
@alert-success-background: #252525; | |
@alert-warning-background: #252525; | |
@alert-danger-background: #252525; | |
@alert-color: #2d7091; | |
@alert-warning-color: #faa732; | |
@alert-danger-color: #da314b; | |
// | |
// Badge | |
// | |
@badge-font-weight: normal; | |
@badge-line-height: #252525; | |
// | |
// Base | |
// | |
@base-pre-background: #252525; | |
@base-code-background: #252525; | |
@base-ins-background: #252525; | |
@base-mark-background: #252525; | |
@base-selection-background: #bd4724; | |
// | |
// Button | |
// | |
@button-primary-hover-background: #8e351b; | |
@button-primary-active-background: #8e351b; | |
@button-success-active-background: #63a62c; | |
@button-success-hover-background: #63a62c; | |
@button-danger-active-background: #ba293f; | |
@button-danger-hover-background: #ba293f; | |
@button-disabled-background: #252525; | |
// | |
// Comment | |
// | |
@comment-background: #252525; | |
// | |
// Dropdown | |
// | |
@dropdown-background: #252525; | |
@dropdown-navbar-background: #252525; | |
@dropdown-search-background: #252525; | |
// | |
// Form | |
// | |
@form-focus-border: #bd4724; | |
@form-focus-background: #252525; | |
@form-disabled-background: #252525; | |
@form-danger-background: #252525; | |
@form-success-background: #252525; | |
@form-danger-border: #da314b; | |
@form-danger-color: #da314b; | |
@form-success-color: #8cc14c; | |
@form-success-border: #8cc14c; | |
@form-border: #252525; | |
@form-placeholder-color: #353535; | |
@form-disabled-border: #252525; | |
// | |
// Icon | |
// | |
@icon-font-path: "../../fonts"; | |
// | |
// List | |
// | |
@list-striped-background: #252525; | |
// | |
// Modal | |
// | |
@modal-background: #252525; | |
// | |
// Offcanvas | |
// | |
@offcanvas-bar-background: #131313; | |
@offcanvas-panel-color: #dddddd; | |
@offcanvas-panel-link-color: #bd4724; | |
@offcanvas-panel-link-hover-color: #dddddd; | |
@offcanvas-background: rgba(0, 0, 0, 0.5); | |
// | |
// Panel | |
// | |
@panel-box-background: #252525; | |
@panel-box-primary-background: #252525; | |
@panel-box-secondary-background: #353535; | |
@panel-box-secondary-color: #dddddd; | |
@panel-box-secondary-title-color: #dddddd; | |
@panel-box-primary-color: #bd4724; | |
@panel-box-primary-title-color: #bd4724; | |
// | |
// Progress | |
// | |
@progress-background: #252525; | |
@progress-bar-color: #252525; | |
// | |
// Subnav | |
// | |
@subnav-pill-hover-background: #bd4724; | |
// | |
// Tab | |
// | |
@tab-hover-border: rgba(0, 0, 0, 0); | |
@tab-hover-background: #bd4724; | |
// | |
// Table | |
// | |
@table-striped-background: #252525; | |
// | |
// Text | |
// | |
@text-warning-color: #faa732; | |
@text-danger-color: #da314b; | |
// | |
// Tooltip | |
// | |
@tooltip-background: #252525; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was initially configured for CleverStyle CMS, but not used anymore