mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user