Emacs: Make theme work for terminal frames.

This commit is contained in:
tastytea 2020-04-17 13:52:28 +02:00
parent 77019a7e05
commit f2ff5fa659
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-04-17T05:15:01+0200>
;; Time-stamp: <2020-04-17T13:52:09+0200>
;;; Commentary:
@ -46,8 +46,12 @@
(face-background 'default))
(set-face-foreground 'ruler-mode-column-number
(face-background 'default))
(set-face-foreground 'ruler-mode-fill-column
(face-foreground 'fill-column-indicator nil t))
(if (window-system)
(set-face-foreground 'ruler-mode-fill-column
(face-foreground 'fill-column-indicator
nil t))
(set-face-foreground 'ruler-mode-fill-column
(face-foreground 'shadow))
(set-face-foreground 'ruler-mode-comment-column
(face-foreground 'ruler-mode-fill-column))
(set-face-foreground 'ruler-mode-goal-column