theseus icon indicating copy to clipboard operation
theseus copied to clipboard

0 calls highlight is not visible with "Brackets Dark" theme

Open sethyuan opened this issue 11 years ago • 1 comments

Is there any way to customize highlight color?

sethyuan avatar Oct 08 '14 07:10 sethyuan

From the UI, there is no way. It wouldn't be hard to overwrite the values in main.less:

  • Call counts: https://github.com/adobe-research/theseus/blob/master/src/main.less#L102-L186
  • Dead code, etc: https://github.com/adobe-research/theseus/blob/master/src/main.less#L46-L80

Hmm, I should look at how Brackets does themes.

alltom avatar Oct 10 '14 03:10 alltom