// Here is my dark theme Don't forget to create images for this with Sencha sdk tool
$theme-name: 'dark';
$base-color:
$panel-header-background-gradient: color-stops(
$panel-border-color:
$panel-header-color:
$panel-frame-padding: 0px;
$panel-header-padding: 5px;
$panel-body-color:
$panel-frame-background-color:
$color:
$form-trigger-border-bottom: none;
$form-trigger-width: 24px;
$window-background-color:
$window-header-color:
$menu-item-active-background-color: darken(
$menu-item-active-border-color:
$datepicker-header-background-color:
$datepicker-border-color:
$datepicker-th-background-color:
$datepicker-selected-item-background-color:
$datepicker-item-hover-background-color: transparent;
$progress-border-color:
$progress-background-color:
$progress-bar-background-color:
$tip-base-color: $base-color;
$tip-body-color:
$grid-header-color:
$grid-header-over-border-color: darken($base-color, 3);
$grid-header-background-color: adjust-color($base-color, $hue: 0deg, $saturation: 0%, $lightness: -16.078%) !default;
$grid-header-over-border-color: adjust-color($base-color, $hue: -0.175deg, $saturation: 25.296%, $lightness: -2.549%) !default;
$toolbar-border-color: null;
$toolbar-inner-border-width:0px;
$toolbar-background-gradient: color-stops(
$toolbar-separator-color:
$toolbar-text-color:
$btn-group-background-color:
$btn-group-header-background-color:
$btn-group-border-color:
$btn-group-header-color:
$fieldset-header-color:
$form-field-background-color:
$form-field-color:
$form-field-border-color:
$boundlist-border-color:
$accordion-header-background-color:
$tab-base-color:
$tab-color-active:
$tab-color:
$pagelet-background-gradient : color-stops(
$pagelet-background-color:
$tab-background-gradient: color-stops(
$tab-background-gradient-over: 'tab-over' !default;
$tab-background-gradient-active: color-stops(
$tab-background-gradient-disabled: 'tab-disabled' !default;
$button-inner-border-color :
$button-default-color:
$button-default-base-color:
$button-default-base-color-over:
$button-default-base-color-focus: $button-default-base-color-over;
$button-default-base-color-pressed:
$button-default-base-color-disabled: adjust-color($base-color, $hue: 0deg, $saturation: -55.556%, $lightness: 12.745%) !default;
$button-default-border-color:
$button-default-background-gradient: color-stops(
$button-default-background-gradient-over: 'matte';
$button-default-background-gradient-focus: 'matte';
$button-default-background-gradient-pressed: color-stops(
$button-default-background-gradient-disabled: 'matte';
$button-default-background-gradient-color-stops: color-stops(
$button-default-background-gradient-color-stops-over: null;
$button-default-background-gradient-color-stops-focus: null;
$button-default-background-gradient-color-stops-pressed: color-stops(
$button-default-background-gradient-color-stops-disabled: null;
$button-toolbar-base-color: $button-default-base-color;
$button-toolbar-color:
$button-toolbar-border-color:
$button-toolbar-background-color:
$button-toolbar-background-color-over:
$button-toolbar-background-color-focus:
$button-toolbar-background-color-pressed:
$button-toolbar-background-color-disabled: transparent;
$button-toolbar-background-gradient: color-stops(
$button-toolbar-background-gradient-over: color-stops(
$button-toolbar-background-gradient-focus: color-stops(
$button-toolbar-background-gradient-pressed: color-stops(
$button-toolbar-background-gradient-disabled: null;
$button-toolbar-background-gradient-color-stops: null;
$button-toolbar-background-gradient-color-stops-over: null;
$button-toolbar-background-gradient-color-stops-focus: null;
$button-toolbar-background-gradient-color-stops-pressed: null;
$button-toolbar-background-gradient-color-stops-disabled: null;
@import 'compass';
@import 'ext4/default/all';
Xenon source
share