Mailspring/static/index.less
Jackie Luo c67e2a24ea feat(theme-picker): Add visual theme picker to menu
Summary: Adds a new visual theme picker to the menu that allows users to select different themes based on color palettes and then change their themes live.

Test Plan: Test included.

Reviewers: evan, bengotow

Reviewed By: evan, bengotow

Differential Revision: https://phab.nylas.com/D2669
2016-03-04 15:34:48 -08:00

36 lines
939 B
Plaintext

@import "variables/ui-variables";
@import "variables/ui-mixins";
@import (css) "font-awesome.min.css";
@import "normalize";
@import "type";
@import "inputs";
@import "buttons";
@import "dropdowns";
@import "workspace";
@import "resizable";
@import "selection";
@import "utilities";
@import "components/popover";
@import "components/menu";
@import "components/switch";
@import "components/tokenizing-text-field";
@import "components/extra";
@import "components/list-tabular";
@import "components/disclosure-triangle";
@import "components/button-dropdown";
@import "components/scroll-region";
@import "components/spinner";
@import "components/generated-form";
@import "components/unsafe";
@import "components/key-commands-region";
@import "components/contenteditable";
@import "components/editable-list";
@import "components/outline-view";
@import "components/fixed-popover";
@import "components/modal";
@import "components/date-input";