Theme: Update to dark blues (#33148)

darkBluePrimary = less purple and bit more aligned with the theme
darkBlueSecondary (text) = bit less saturated, meaning a bit brighter.
pull/33155/head
Nicolai Hemdrup 4 years ago committed by GitHub
parent c67737905e
commit 04781bfcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/grafana-data/src/themes/colors.ts

@ -33,8 +33,8 @@ export const colors = {
// from figma
lightBorder1: '#E4E7E7',
blueDarkMain: '#4165F5',
blueDarkText: '#58a6ff', //'#33a2e5', // '#5790FF',
blueDarkMain: '#3D71D9', // '#4165F5',
blueDarkText: '#6E9FFF', // '#58a6ff', //'#33a2e5', // '#5790FF',
redDarkMain: '#D10E5C',
redDarkText: '#FF5286',
greenDarkMain: '#1A7F4B',

Loading…
Cancel
Save