meld-cli/utils/style.js
2025-06-30 15:54:41 +01:00

12 lines
173 B
JavaScript

import clc from 'cli-color'
const highlight = clc.cyan
const error = clc.red.bold
const errorHighlight = clc.yellow.bold
export {
highlight,
error,
errorHighlight
}