$mine-shaft: #333333;
$dove-gray: #666666;
$white: #FFFFFF;
$heavy-metal: #272822;
$orange: orange;
$spring-wood: #F8F8F2;

$bgcolor: $mine-shaft;
$txtcolor: $spring-wood;
$tab: $dove-gray;
$tab-color: $white;
$tab-active: $heavy-metal;
$active-navigation: $orange;
$menu-border: $orange;
$disabled-svg-fill: $dove-gray;
$documentation-bg-color: $heavy-metal;
$documentation-color: $spring-wood;
$documentation-color-block: $orange;
$documentation-color-bold: $orange;
$documentation-font: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
$link-color: $orange;
$documentation-link-color: $orange;
$input-text-color: $mine-shaft;
$dependencies-list-color: $white;
$code-frame-bg: $mine-shaft;
$code-frame-color: $white;
$lightbox-overlay-bg: rgba(0, 0, 0, 0.65);
$status-in-progress: rgb(249, 228, 37);
$status-done: rgb(166, 226, 46);
$status-deprecated: rgb(249, 38, 114);

$buttonSize: 33px;
$gap: 2px;
$menuWidth: 210px;

@import "navigation";
