Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

Cursor color #54

Open quheng opened 8 years ago

quheng commented 8 years ago

How to change cursor color?

spiritphyz commented 8 years ago

In your ~/.atom/packages/term3/styles/term3.less file:

.term3 {
  .terminal-cursor {
    // background-color: #fff;
    background-color: rgba(0,249,0,1); // this turns cursor to bright green
  }
}
ch-andrewrhyne commented 7 years ago

Can we make this configurable? This is a huge hack as is