Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am nobody-nogroup on github.
* I am nobodynogroup (https://keybase.io/nobodynogroup) on keybase.
* I have a public key ASBhRiS-ol3I1uEm6c9VXXOUrAz6CJv0haH-ZtwCyYPAsQo
To claim this, I am signing this object:
@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"