【メモ】Atomの設定:選択行の色
概要
環境
MacBook Pro/Mojave/Atom
やりたいこと
いくつかテーマを変更してみたけど、どれも結局選択行のグレーが薄くて見にくいので変える。
手順
スタイルシートの変更
以下を追記する。色は適当にお好みで。
atom-text-editor::shadow {
.gutter .cursor-line {
background-color: fade(cyan, 14%);
}
.highlights {
.selection .region {
background: fade(yellow, 10%);
}
}
}
確認
まとめ
クラムシェルで使っているからモニタはRetinaでは無いのだが、もしかすると本体(Retina)で開いたら気に入らないかも?
Author And Source
この問題について(【メモ】Atomの設定:選択行の色), 我々は、より多くの情報をここで見つけました https://qiita.com/kzthrk/items/9bc8e17695c12968293a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .