supercrabtree / hyperterm-dibdabs

Add dibdabs to your hyperterm tabs
MIT License
27 stars 5 forks source link

It does not show the dots. #5

Open wdanilo opened 2 years ago

wdanilo commented 2 years ago

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
dukhovnyi commented 2 years ago

@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 :(