Changed tabbar colors.
This commit is contained in:
parent
ad5f44144d
commit
a7e5522057
32
init.el
32
init.el
|
@ -5,9 +5,9 @@
|
|||
;;;;;;;;;;;;;;;;;;;; Packages ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(require 'package)
|
||||
;; (add-to-list 'package-archives
|
||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
|
||||
;; Add path for custom packages
|
||||
|
@ -269,8 +269,7 @@
|
|||
:after all-the-icons
|
||||
:config
|
||||
(load-theme 'doom-molokai t)
|
||||
(doom-themes-neotree-config)
|
||||
))
|
||||
(doom-themes-neotree-config)))
|
||||
|
||||
;; Modeline
|
||||
(use-package doom-modeline
|
||||
|
@ -283,6 +282,7 @@
|
|||
(set-face-font 'default "Source Code Pro")
|
||||
(global-hl-line-mode t)
|
||||
(global-display-line-numbers-mode)
|
||||
(size-indication-mode)
|
||||
(setq show-trailing-whitespace t)
|
||||
(show-paren-mode t)
|
||||
|
||||
|
@ -342,15 +342,33 @@
|
|||
(tabbar-ruler-group-user-buffers) ; Group by frame
|
||||
;; (mode-icons-mode 0) ; Disable modeline symbols
|
||||
(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
|
||||
("C-<prior>" . 'tabbar-ruler-tabbar-backward-tab)
|
||||
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
||||
:custom-face
|
||||
;; I Have to define these 2 times, don't know why.
|
||||
(tabbar-selected (nil
|
||||
:foreground "LightGray" :background "#333638" :bold t))
|
||||
:background "#333638"
|
||||
:foreground "LightGray"
|
||||
:family "Sans Serif"
|
||||
:bold t))
|
||||
(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
|
||||
(use-package whitespace
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 26442
|
||||
127.0.0.1:51313 29709
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user