Skip to content

Instantly share code, notes, and snippets.

@qqpann
Last active August 13, 2017 11:30
Show Gist options
  • Save qqpann/35223c5107b22f1b22caff1156250cff to your computer and use it in GitHub Desktop.
Save qqpann/35223c5107b22f1b22caff1156250cff to your computer and use it in GitHub Desktop.
Atom 行番号の背景をカスタマイズ ref: http://qiita.com/Qiuqiu/items/4d9d22422128a5d288b1
atom-text-editor .gutter {
color: #cccccc;
background-color: #353739;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment