]> git.proxmox.com Git - sencha-touch.git/blame - src/resources/themes/stylesheets/sencha-touch/mountainview/var/_Class.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / mountainview / var / _Class.scss
CommitLineData
c4685c84
TL
1/**
2 * @var {boolean} $include-default-icons
3 * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
4 * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
5 * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
6 * and user. Set to false to reduce CSS weight.
7 */
8$include-default-icons: true !default;
9
10$dark-theme: true !default;
11
12$base-color: #4abce7;
13
14$background-color: #f9f9f9;
15$foreground-color: #d2d2d2;
16$secondary-color: #e6e6e6;
17$primary-text-color: #231f20;
18$secondary-text-color: #818285;
19
20@if $dark-theme == true {
21 $background-color: #323232;
22 $foreground-color: #5b5b5b;
23 $secondary-color: #3a3a3a;
24 $primary-text-color: #fff;
25 $secondary-text-color: #808183;
26}