Skip to content

Instantly share code, notes, and snippets.

@palikar
Last active November 26, 2018 08:58
Show Gist options
  • Save palikar/961d1a87d8069a33dd54b4418e8ca01b to your computer and use it in GitHub Desktop.
Save palikar/961d1a87d8069a33dd54b4418e8ca01b to your computer and use it in GitHub Desktop.
custom faces at work
(customset-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(company-preview ((t (:background "#444444" :foreground "light sky blue"))))
'(company-tooltip ((t (:background "#444444" :foreground "light sky blue"))))
'(company-tooltip-annotation ((t (:foreground "deep sky blue"))))
'(iedit-occurrence ((t (:background "pale green" :foreground "black")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment