File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public static class Theme
2121 private Color defaultForeground = Colors .BLACK ;
2222 private Color defaultBackground = Colors .WHITE ;
2323 private Color chipBackground = Colors .WHITE ;
24- private Color warningBackground = getColor (0xFE , 0xDF , 0x6B ); // # FEDF6B
24+ private Color warningBackground = getColor (254 , 223 , 107 ); // FEDF6B
2525 private Color redBackground = Colors .RED ;
2626 private Color greenBackground = Colors .GREEN ;
2727 private Color redForeground = Colors .DARK_RED ;
@@ -30,7 +30,7 @@ public static class Theme
3030 private Color positiveForeground = greenForeground ;
3131 private Color negateiveForeground = redForeground ;
3232
33- private Color grayForeground = getColor (0x70 , 0x70 , 0x70 ); // # 707070
33+ private Color grayForeground = getColor (112 , 112 , 112 ); // 707070
3434 private Color hyperlink = Display .getDefault ().getSystemColor (SWT .COLOR_LINK_FOREGROUND );
3535
3636 public Color defaultForeground ()
You can’t perform that action at this time.
0 commit comments