Finally got the tabbar-ruler faces settings right.
This commit is contained in:
parent
ec8b352773
commit
8a8766ec5e
70
init.el
70
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-04-24T21:16:18+00:00>
|
;; Time-stamp: <2019-04-24T21:42:47+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -542,32 +542,6 @@ With argument, do this that many times."
|
||||||
(tabbar-ruler-group-user-buffers) ; Group by frame.
|
(tabbar-ruler-group-user-buffers) ; Group by frame.
|
||||||
(mode-icons-mode 0) ; Disable modeline symbols.
|
(mode-icons-mode 0) ; Disable modeline symbols.
|
||||||
|
|
||||||
;; I have to set these 2 times, don't know why.
|
|
||||||
(set-face-attribute 'tabbar-selected nil
|
|
||||||
:background "gray11"
|
|
||||||
:foreground "light gray"
|
|
||||||
:family "Sans Serif"
|
|
||||||
:bold t)
|
|
||||||
(set-face-attribute 'tabbar-unselected nil
|
|
||||||
:background "gray18"
|
|
||||||
:foreground "dark gray"
|
|
||||||
:family "Sans Serif"
|
|
||||||
:italic t)
|
|
||||||
(set-face-attribute 'tabbar-modified nil
|
|
||||||
:inherit 'tabbar-modified
|
|
||||||
:foreground "brown2"
|
|
||||||
:italic t
|
|
||||||
:bold nil)
|
|
||||||
;; Setting this in :custom-face doesn't work.
|
|
||||||
(set-face-attribute 'ruler-mode-default nil
|
|
||||||
:inherit 'default
|
|
||||||
:background "gray18"
|
|
||||||
:foreground "dim gray"
|
|
||||||
:box nil)
|
|
||||||
(set-face-attribute 'ruler-mode-column-number nil
|
|
||||||
:inherit 'ruler-mode-default
|
|
||||||
:foreground "dark gray")
|
|
||||||
|
|
||||||
(add-hook 'projectile-after-switch-project-hook ; Does not work under :hook.
|
(add-hook 'projectile-after-switch-project-hook ; Does not work under :hook.
|
||||||
'tabbar-ruler-group-by-projectile-project)
|
'tabbar-ruler-group-by-projectile-project)
|
||||||
:bind
|
:bind
|
||||||
|
@ -575,28 +549,28 @@ With argument, do this that many times."
|
||||||
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
||||||
:custom-face
|
:custom-face
|
||||||
;; I Have to set these 2 times, don't know why.
|
;; I Have to set these 2 times, don't know why.
|
||||||
(tabbar-selected (nil
|
(tabbar-selected ((t
|
||||||
:background "gray11"
|
(:background "gray11"
|
||||||
:foreground "light gray"
|
:foreground "light gray"
|
||||||
:family "Sans Serif"
|
|
||||||
:bold t))
|
|
||||||
(tabbar-unselected (nil
|
|
||||||
:background "gray18"
|
|
||||||
:foreground "dark gray"
|
|
||||||
:family "Sans Serif"
|
:family "Sans Serif"
|
||||||
:italic t))
|
:bold t))))
|
||||||
(tabbar-modified (nil
|
(tabbar-unselected ((t
|
||||||
:foreground "brown2"
|
(:background "gray18"
|
||||||
:italic t
|
:foreground "dark gray"
|
||||||
:bold nil))
|
:family "Sans Serif"
|
||||||
(ruler-mode-default (nil
|
:italic t))))
|
||||||
:inherit default
|
(tabbar-modified ((t
|
||||||
:background "gray18"
|
(:foreground "brown2"
|
||||||
:foreground "dim gray"
|
:italic t
|
||||||
:box nil))
|
:bold nil))))
|
||||||
(ruler-mode-column-number (nil
|
(ruler-mode-default ((t
|
||||||
:inherit ruler-mode-default
|
(:inherit default
|
||||||
:foreground "dark gray"))
|
:background "gray18"
|
||||||
|
:foreground "dim gray"
|
||||||
|
:box nil))))
|
||||||
|
(ruler-mode-column-number ((t
|
||||||
|
(:inherit ruler-mode-default
|
||||||
|
:foreground "dark gray"))))
|
||||||
))
|
))
|
||||||
|
|
||||||
;; Visualize whitespace.
|
;; Visualize whitespace.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 4703
|
127.0.0.1:51313 24392
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user