mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2025-07-12 02:11:46 +00:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
import clc from 'cli-color'
|
|
|
|
const style = {
|
|
highlight: clc.cyan,
|
|
err: clc.red.bold,
|
|
errHighlight: clc.yellow.bold
|
|
}
|
|
|
|
export default style
|