hyperterm-dibdabs icon indicating copy to clipboard operation
hyperterm-dibdabs copied to clipboard

It does not show the dots.

Open wdanilo opened this issue 3 years ago • 1 comments

Hi, I've got the following plugins plugins: ['hyper-material-theme','hyperline','hypercwd','hyperterm-visor','hyperterm-dibdabs'] and this does not show any dots next to tabs :(

image

wdanilo avatar Nov 19 '21 19:11 wdanilo

@wdanilo you need to define color hexes for which paths would you like to apply it

module.exports = {
  config: {
    'hyperterm-dibdabs': {
      overrides: {
        '~/Development': '#c0ffee'
      }
    }
  }
}

but for me looks like something wrong with hex colors :(

dukhovnyi avatar Dec 27 '21 19:12 dukhovnyi