Searched refs:foreground (Results 1 – 5 of 5) sorted by relevance
39 foreground: TerminalColor? = null, in attributes()65 foreground: TerminalColor?, in attributes()83 foreground: TerminalColor?, in attributes()88 if (foreground != null) { in attributes()89 sb.append('3').append('0' + foreground.value) in attributes()
49 public MemoryHealthItem(Map<String, Map<String, Long>> foreground, in MemoryHealthItem() argument52 super.setAttribute(FOREGROUND, foreground); in MemoryHealthItem()
25 foreground = ThemeColors.ProcessLabelText
26 foreground = ThemeColors.RowLabelText
257 INFO -> sb.append(terminal.attributes(foreground = TerminalColor.CYAN)).append("info: ") in format()260 sb.append(terminal.attributes(foreground = TerminalColor.YELLOW)) in format()263 sb.append(terminal.attributes(foreground = TerminalColor.RED)).append("error: ") in format()