タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

colorとemacsに関するmanabouのブックマーク (1)

  • magitのdiffの色変更 - $shibayu36->blog;

    最近magit.elを使い始めたんだけど、diffの色が白黒だったので変えれないかなーと思っていたら、deffaceで定義されていたので変えてみた。次の設定を書いておくと追加した行が緑色になる。 (set-face-foreground 'magit-diff-add "green") ちなみにdeffaceは以下のように設定ファイルに書いておくと変えれるみたい。http://d.hatena.ne.jp/kitokitoki/20090816/p5を参考にした。 (set-face-foreground 'yas/field-highlight-face "coral") (set-face-background 'yas/field-highlight-face "black") (set-face-underline-p 'yas/field-highlight-face t)

    magitのdiffの色変更 - $shibayu36->blog;
  • 1