/*
 * Theme Dark
 */

// Colors
@theme-3-gray-darkest:                  #1c0a14;
@theme-3-gray-dark:                     #2D3134;
@theme-3-gray-light:                    #D0D4D7;
@theme-3-gray-lightest:                 #EEEEEE;
@theme-3-aqua-dark:                     #186469;
@theme-3-aqua-light:                    #3EAAB1;

// Borders
@theme-3-border-color:                  #373B3E;
@theme-3-border-radius:                 3px;

// Header
@header-color-3:                        @theme-3-gray-light;
@header-background-3:                   @theme-3-gray-darkest;
@header-button-color-3:                 @header-color-3;
@header-button-hover-color-3:           @theme-3-gray-lightest;
@header-button-hover-background-3:      none;
@header-dropdown-background-3:          @theme-3-gray-dark;
@header-title-color-3:                  @theme-3-gray-lightest;

// Language Switchers
@lang-switcher-active-color-3:          @theme-3-aqua-dark;

// Dropdowns
@dropdown-divider-color-3:              @theme-3-border-color;
@dropdown-border-color-3:               @theme-3-border-color;
@dropdown-background-3:                 @theme-3-gray-dark;

@dropdown-button-color-3:               @theme-3-gray-light;
@dropdown-button-hover-color-3:         @theme-3-gray-lightest;

// Methods
@api-method-code-color-3:               @theme-3-gray-lightest;
@api-method-code-background-3:          @theme-3-gray-darkest;
@api-method-code-heading-color-3:       white;
@api-method-code-h6-color-3:            @theme-3-gray-light;

@api-method-code-pre-color-3:           @theme-3-gray-lightest;
@api-method-code-pre-background-3:      @theme-3-gray-dark;
