Skip to content

Instantly share code, notes, and snippets.

@htayj
htayj / tabbar-tweak.el
Created April 11, 2019 00:57 — forked from 3demax/tabbar-tweak.el
Emacs tabbar-mode visual tweaks
;; This are setting for nice tabbar items
;; to have an idea of what it looks like http://imgur.com/b0SNN
;; inspired by Amit Patel screenshot http://www.emacswiki.org/pics/static/NyanModeWithCustomBackground.png
;; Tabbar
(require 'tabbar)
;; Tabbar settings
(set-face-attribute
'tabbar-default nil
:background "gray20"