Skip to content

Commit

Permalink
Merge pull request #203 from jborgers/Issue202
Browse files Browse the repository at this point in the history
Issue202 Nicer icon for severity Critical / priority medium-high
  • Loading branch information
jborgers authored Nov 22, 2024
2 parents be31039 + cd9dfcc commit 8d22397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public enum Severity {
BLOCKER(RulePriority.HIGH, "Blocker", AllIcons.Ide.FatalError, new Color(188, 98, 98)),
CRITICAL(RulePriority.MEDIUM_HIGH, "Critical", AllIcons.RunConfigurations.TestError, new Color(152, 98, 90)),
CRITICAL(RulePriority.MEDIUM_HIGH, "Critical", AllIcons.Debugger.KillProcess, new Color(152, 98, 90)),
MAJOR(RulePriority.MEDIUM, "Major", AllIcons.General.Warning, new Color(142, 122, 38)),
MINOR(RulePriority.MEDIUM_LOW, "Minor", AllIcons.Nodes.WarningIntroduction, new Color(126, 126, 126)),
INFO(RulePriority.LOW, "Info", AllIcons.General.Information, new Color(48, 116, 148));
Expand Down

0 comments on commit 8d22397

Please sign in to comment.