From c3ac7311525bc23bd8b75addec34654aa87ebbae Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 5 Sep 2017 16:57:31 -0700 Subject: Add blue theme --- app/assets/stylesheets/framework/variables.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/assets/stylesheets/framework/variables.scss') diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index c5f75e28b56..adf30e81158 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -74,6 +74,8 @@ $red-700: #a62d19; $red-800: #8b2615; $red-900: #711e11; +// GitLab themes + $indigo-50: #f7f7ff; $indigo-100: #ebebfa; $indigo-200: #d1d1f0; @@ -98,6 +100,19 @@ $dark-800: #4f4f4f; $dark-900: #2e2e2e; $dark-950: #1f1f1f; +$theme-blue-50: #f4f8fc; +$theme-blue-100: #e6edf5; +$theme-blue-200: #c8d7e6; +$theme-blue-300: #97b3cf; +$theme-blue-400: #648cb4; +$theme-blue-500: #4a79a8; +$theme-blue-600: #3e6fa0; +$theme-blue-700: #305c88; +$theme-blue-800: #25496e; +$theme-blue-900: #1a3652; +$theme-blue-950: #0f2235; + + $black: #000; $black-transparent: rgba(0, 0, 0, 0.3); $almost-black: #242424; -- cgit v1.2.1