Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Created April 6, 2016 21:53
Show Gist options
  • Save shikhirsingh/b3419da26c884f07d39deb5a6afdb31d to your computer and use it in GitHub Desktop.
Save shikhirsingh/b3419da26c884f07d39deb5a6afdb31d to your computer and use it in GitHub Desktop.
Yummy Chocolate Treat Theme for Ext JS 6 apps
// Defining Colors
$white_chocolate: #A99386;
$milk_chocolate : #523027;
$caramel_chocolate: #9C6D51;
$dark_chocolate : #5D4446;
$silver_spoons: #a79c8e;
$strawberry_chocolate: #f1bbba;
$strawberry_mousse: #EB9F9F;
// ***** Sencha Sass Variable Below *****
// Global Colors
$base_color : $dark_chocolate;
$neutral_color : $white_chocolate;
$body_background_color : lighten($caramel_chocolate,50%);
// Window Colors
$window_body_background_color : $white_chocolate;
$window_header_background_color: $dark_chocolate;
// Panel Colors
$panel_body_background_color : lighten($white_chocolate,45%);
$panel_header_background_color: $dark_chocolate;
// Grid Colors
$grid-row-cell-focus-color: $strawberry_mousse;
$grid-row-cell-selected-background-color: $strawberry_chocolate;
$grid-row-cell-focus-background-color: lighten($strawberry_chocolate, 15%);
// Buttons
$button-default-base-color : $milk_chocolate;
$button_toolbar_color : $milk_chocolate;
// Progress Bars
$progress_bar_background_color: $strawberry_mousse;
// Toolbar
$toolbar-background-color: lighten($white_chocolate,30%);
// Tab Panel
$tab_base_color: $milk_chocolate;
$tab_color: lighten($white_chocolate,25%);
$tab_font_size: 18px;
// ***** Fonts **********
// Importing Google Fonts
@import url(http://fonts.googleapis.com/css?family=Chewy);
$chewy: 'Chewy', cursive;;
$font-family: $chewy;
$font-size: 14px;
$color: $white_chocolate;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment