diff --git a/custom.el b/custom.el index a552e77..021d69b 100644 --- a/custom.el +++ b/custom.el @@ -85,6 +85,7 @@ '(hl-line ((t (:background "#303030")))) '(hl-sexp-face ((t (:underline t))) t) '(italic ((((supports :underline t)) nil))) + '(link ((t (:inherit default :foreground "#6c71c4" :underline t :slant normal :weight normal)))) '(linum ((t (:slant normal :weight normal)))) '(linum-highlight-face ((t (:inherit (hl-line default))))) '(magit-diff-file-heading ((t nil))) @@ -101,6 +102,6 @@ '(paren-face-match ((t (:background "turquoise" :foreground "black")))) '(region ((t (:inherit highlight)))) '(shadow ((t (:foreground "grey60")))) - '(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus")))) + '(tooltip ((t (:inherit default :slant normal :weight normal)))) '(variable-pitch ((t (:family "default")))) '(visible-mark-face ((t (:background "goldenrod" :foreground "#182828"))))) diff --git a/global.org b/global.org index d7f7e7e..b66b902 100644 --- a/global.org +++ b/global.org @@ -89,7 +89,10 @@ '((buffer-file-name "%f" (dired-directory dired-directory "%b")) " · emacs"));; · " (:eval (kde-current-activity-name)))) ;; "%S")) #+END_SRC - + Themed tooltips + #+BEGIN_SRC emacs-lisp + (setq x-gtk-use-system-tooltips nil) + #+END_SRC ** Mouseless Disable mouse interaction with emacs #+BEGIN_SRC emacs-lisp