Created
August 31, 2015 16:39
-
-
Save nazar-pc/f03ca1cec9867a47d232 to your computer and use it in GitHub Desktop.
DarkEnergy 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: Default */ | |
// | |
// General | |
// | |
@global-background: #161616; | |
@global-border: #2e2e2e; | |
@utility-container-max-width: auto; | |
@utility-container-large-max-width: auto; | |
// | |
// Typography | |
// | |
@global-color: #b7b7b7; | |
@global-link-color: #47adff; | |
@global-link-hover-color: #398ccc; | |
@global-contrast-color: #ffffff; | |
@global-font-size: 16px; | |
@base-body-font-family: Verdana, Arial, sans-serif; | |
@base-heading-font-family: Verdana, Arial, sans-serif; | |
// | |
// Alert | |
// | |
@alert-background: #262626; | |
@alert-success-background: #262626; | |
@alert-warning-background: #262626; | |
@alert-danger-background: #262626; | |
// | |
// Badge | |
// | |
@badge-background: #262626; | |
// | |
// Base | |
// | |
@base-selection-background: #404040; | |
@base-selection-color: #ffffff; | |
@base-pre-background: #262626; | |
// | |
// Button | |
// | |
@button-background: #262626; | |
@button-hover-background: #2e2e2e; | |
@button-active-background: #333333; | |
@button-primary-hover-background: #35b3ee; | |
@button-primary-active-background: #0091ca; | |
@button-disabled-background: #1f1f1f; | |
@button-hover-color: #ffffff; | |
// | |
// Close | |
// | |
@close-alt-background: #262626; | |
// | |
// Dropdown | |
// | |
@dropdown-background: #262626; | |
@dropdown-navbar-background: #262626; | |
@dropdown-navbar-animation: uk-slide-bottom-fixed; | |
@dropdown-animation: uk-slide-bottom-fixed; | |
// | |
// Form | |
// | |
@form-focus-background: #161616; | |
@form-focus-border: #333333; | |
@form-danger-background: #161616; | |
@form-disabled-background: #161616; | |
@form-success-background: #161616; | |
@form-focus-color: #ffffff; | |
// | |
// Icon | |
// | |
@icon-font-path: "../../fonts"; | |
@icon-button-background: #262626; | |
@icon-button-hover-background: #2e2e2e; | |
@icon-button-active-background: #333333; | |
// | |
// List | |
// | |
@list-striped-background: #262626; | |
// | |
// Nav | |
// | |
@nav-navbar-hover-background: #2e2e2e; | |
@nav-side-hover-background: #2e2e2e; | |
@nav-side-active-background: #262626; | |
@nav-dropdown-hover-background: #2e2e2e; | |
@nav-offcanvas-hover-background: #2e2e2e; | |
@nav-offcanvas-active-background: #333333; | |
// | |
// Navbar | |
// | |
@navbar-background: #262626; | |
@navbar-nav-hover-background: #2e2e2e; | |
@navbar-nav-onclick-background: #333333; | |
@navbar-nav-active-background: #2e2e2e; | |
// | |
// Offcanvas | |
// | |
@offcanvas-bar-background: #262626; | |
@offcanvas-panel-color: #b7b7b7; | |
@offcanvas-panel-link-color: #b7b7b7; | |
@offcanvas-background: rgba(0, 0, 0, 0.2); | |
// | |
// Overlay | |
// | |
@overlay-area-background: rgba(0, 0, 0, 0.3); | |
@overlay-caption-background: rgba(0, 0, 0, 0.5); | |
// | |
// Pagination | |
// | |
@pagination-background: #262626; | |
@pagination-hover-background: #2e2e2e; | |
@pagination-onclick-background: #333333; | |
@pagination-disabled-background: #1f1f1f; | |
@pagination-active-background: #333333; | |
// | |
// Panel | |
// | |
@panel-box-background: #262626; | |
@panel-box-primary-background: #2e2e2e; | |
@panel-box-secondary-background: #eeeeee; | |
@panel-box-primary-title-color: #b7b7b7; | |
@panel-box-primary-color: #b7b7b7; | |
// | |
// Progress | |
// | |
@progress-background: #2e2e2e; | |
// | |
// Subnav | |
// | |
@subnav-pill-hover-background: #262626; | |
@subnav-pill-active-background: #2e2e2e; | |
// | |
// Tab | |
// | |
@tab-hover-border: #2e2e2e; | |
@tab-hover-background: #262626; | |
// | |
// Table | |
// | |
@table-striped-background: #262626; | |
@table-hover-background: #2e2e2e; | |
// | |
// Thumbnail | |
// | |
@thumbnail-background: #262626; | |
@thumbnail-hover-border: #2e2e2e; | |
@thumbnail-hover-background: #2e2e2e; | |
// | |
// Tooltip | |
// | |
@tooltip-background: #2e2e2e; | |
@tooltip-color: #ffffff; |
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