Changed tabbar colors.
This commit is contained in:
parent
ad5f44144d
commit
a7e5522057
28
init.el
28
init.el
|
@ -269,8 +269,7 @@
|
||||||
:after all-the-icons
|
:after all-the-icons
|
||||||
:config
|
:config
|
||||||
(load-theme 'doom-molokai t)
|
(load-theme 'doom-molokai t)
|
||||||
(doom-themes-neotree-config)
|
(doom-themes-neotree-config)))
|
||||||
))
|
|
||||||
|
|
||||||
;; Modeline
|
;; Modeline
|
||||||
(use-package doom-modeline
|
(use-package doom-modeline
|
||||||
|
@ -283,6 +282,7 @@
|
||||||
(set-face-font 'default "Source Code Pro")
|
(set-face-font 'default "Source Code Pro")
|
||||||
(global-hl-line-mode t)
|
(global-hl-line-mode t)
|
||||||
(global-display-line-numbers-mode)
|
(global-display-line-numbers-mode)
|
||||||
|
(size-indication-mode)
|
||||||
(setq show-trailing-whitespace t)
|
(setq show-trailing-whitespace t)
|
||||||
(show-paren-mode t)
|
(show-paren-mode t)
|
||||||
|
|
||||||
|
@ -342,15 +342,33 @@
|
||||||
(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
|
||||||
(setq tabbar-ruler-swap-faces nil) ; Swap tab colors
|
(setq tabbar-ruler-swap-faces nil) ; Swap tab colors
|
||||||
|
|
||||||
|
;; I have to define these 2 times, don't know why.
|
||||||
|
(set-face-attribute 'tabbar-selected nil
|
||||||
|
:background "#333638"
|
||||||
|
:foreground "LightGray"
|
||||||
|
:family "Sans Serif"
|
||||||
|
:bold t)
|
||||||
|
(set-face-attribute 'tabbar-unselected nil
|
||||||
|
:background "#1C1E1F"
|
||||||
|
:foreground "DarkGray"
|
||||||
|
:family "Sans Serif"
|
||||||
|
:italic t)
|
||||||
:bind
|
:bind
|
||||||
("C-<prior>" . 'tabbar-ruler-tabbar-backward-tab)
|
("C-<prior>" . 'tabbar-ruler-tabbar-backward-tab)
|
||||||
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
||||||
:custom-face
|
:custom-face
|
||||||
|
;; I Have to define these 2 times, don't know why.
|
||||||
(tabbar-selected (nil
|
(tabbar-selected (nil
|
||||||
:foreground "LightGray" :background "#333638" :bold t))
|
:background "#333638"
|
||||||
|
:foreground "LightGray"
|
||||||
|
:family "Sans Serif"
|
||||||
|
:bold t))
|
||||||
(tabbar-unselected (nil
|
(tabbar-unselected (nil
|
||||||
:foreground "DarkGray" :background "#1C1E1F" :italic t))
|
:background "#1C1E1F"
|
||||||
))
|
:foreground "DarkGray"
|
||||||
|
:family "Sans Serif"
|
||||||
|
:italic t))))
|
||||||
|
|
||||||
;; Keybinding for whitespace, don't visualise newlines
|
;; Keybinding for whitespace, don't visualise newlines
|
||||||
(use-package whitespace
|
(use-package whitespace
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 26442
|
127.0.0.1:51313 29709
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user