patternplate-client
Version:
Universal javascript client application for patternplate
24 lines (16 loc) • 527 B
text/less
@theme-light: false;
@theme-dark: true;
@syntax-theme: 'atom-one-dark';
@import 'common';
@root-color : #fefefe;
@root-background : #272c30;
@header-bg : #363e41;
@sidebar-bg : @root-background;
@sidebar-bg-sub : #151718;
@sidebar-bg-hl : #202528;
@scrollbar-thumb-color: #151718;
@code-background : rgb(21, 23, 24);
@hover-color : darken(@root-color, 15%);
@border-color : #364046;
@animated-logo-url: '/static/images/patternplate-logo-animated-dark.svg';
@import 'components/index';