How to use the bgBrightBlue function from colors

Find comprehensive JavaScript colors.bgBrightBlue code examples handpicked from public code repositorys.

107
108
109
110
111
112
113
114
115
116
}

const tabContainerSettings = {
  screen,
  tabSeperator: ' | ',
  activeColorFunc: colors.bgBrightBlue.black,
  dirtyColorFunc: colors.underline
}

const tabContainerA = BlessedTabContainer({
fork icon4
star icon3
watch icon2