浏览代码

Fix blue in dark theme

Dominik Prokop 6 年之前
父节点
当前提交
5f4f559d19
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/grafana-ui/src/themes/dark.ts
  2. 1 1
      public/sass/_variables.dark.generated.scss

+ 1 - 1
packages/grafana-ui/src/themes/dark.ts

@@ -18,7 +18,7 @@ const basicColors = {
   gray6: '#f4f5f8',
   gray6: '#f4f5f8',
   gray7: '#fbfbfb',
   gray7: '#fbfbfb',
   grayBlue: '#212327',
   grayBlue: '#212327',
-  blue: '#ff0000',
+  blue: '#33b5e5',
   blueDark: '#005f81',
   blueDark: '#005f81',
   blueLight: '#00a8e6', // not used in dark theme
   blueLight: '#00a8e6', // not used in dark theme
   green: '#299c46',
   green: '#299c46',

+ 1 - 1
public/sass/_variables.dark.generated.scss

@@ -51,7 +51,7 @@ $white: #ffffff;
 
 
 // Accent colors
 // Accent colors
 // -------------------------
 // -------------------------
-$blue: #ff0000;
+$blue: #33b5e5;
 $green: #299c46;
 $green: #299c46;
 $red: $lobster-base;
 $red: $lobster-base;
 $yellow: #ecbb13;
 $yellow: #ecbb13;