theme.less

17 lines | 582 B Blame History Raw Download
@primary-bg-color-dark: #2e2e2e;
@primary-border-color-dark: #292929;
@primary-text-color-dark: white;
@primary-interaction-highlight-dark: #385e8f;
@editor-bg-dark: #1e1e1e;
@median-bg-dark: #262626; 
@draw-color-dark: #dbdbdb;

@primary-bg-color-white: #e3e3e3;
@primary-border-color-white: #c2c2c2;
@primary-text-color-white: black;
@primary-interaction-highlight-white: #7274b6;
@editor-bg-white: #fffffe;
@median-bg-white: #f0f0f0;
@draw-color-white: #474747;

@primary-font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;