// Copyright 2016 Documize Inc. . All rights reserved. // // This software (Documize Community Edition) is licensed under // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html // // You can operate outside the AGPL restrictions by purchasing // Documize Enterprise Edition and obtaining a commercial license // by contacting . // // https://documize.com @import "../colors.scss"; /************************************************************** * Theme colors. * * We go from 100 (lightest) to 900 (darkest). * * Base shade is 500 and is used prominmently as the * left-side navigation sidebar color. **************************************************************/ $theme-900: #071C2A; $theme-800: #0B2F48; $theme-700: #104365; $theme-600: #124D74; $theme-500: #176091; $theme-400: #2087CC; $theme-300: #5CAEE5; $theme-200: #B4DAF3; $theme-100: #EEF7FC; // Set hyperlink color for theme $color-link: map-get($green-shades, 700); @import "../core/all.scss";