aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.emacs9
1 files changed, 6 insertions, 3 deletions
diff --git a/.emacs b/.emacs
index 9e5f535..27e058e 100755
--- a/.emacs
+++ b/.emacs
@@ -69,10 +69,12 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "#1c1e26" :foreground "#cbced0" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))))
+ '(company-tooltip ((t (:inherit tooltip))))
'(company-tooltip-mouse ((t (:inherit highlight))))
'(cursor ((t (:background "#E93C58"))))
'(custom-group-tag ((t (:foreground "#E93C58"))))
'(custom-variable-tag ((t (:foreground "#E93C58"))))
+ '(diff-hunk-header ((t (:foreground "#B072D1"))))
'(elixir-atom-face ((t (:foreground "#25B2BC"))))
'(elixir-attribute-face ((t (:foreground "#DF5273"))))
'(error ((t (:foreground "#E93C58" :weight bold))))
@@ -90,7 +92,8 @@
'(font-lock-string-face ((t (:foreground "#EFAF8E"))))
'(font-lock-type-face ((t (:foreground "#EFB993" :weight bold))))
'(font-lock-variable-name-face ((t (:foreground "#E93C58" :weight bold))))
- '(font-lock-warning-face ((t (:foreground "#E4A382" :weight bold))))
+ '(font-lock-warning-face ((t (:foreground "#E93C58" :weight bold))))
+ '(header-line ((t (:inherit mode-line :foreground "#B072D1"))))
'(hi-red-b ((t (:foreground "#E93C58" :weight bold))))
'(highlight ((t (:background "#6F6F70" :underline t))))
'(info-xref ((t (:foreground "#25B2BC" :weight bold))))
@@ -116,7 +119,7 @@
'(lsp-ui-peek-highlight ((t (:background "#232530" :distant-foreground "#DCDFE4" :foreground "#9DA0A2" :box (:line-width -1 :color "#DCDFE4")))))
'(lsp-ui-peek-line-number ((t (:foreground "#6F6F70"))))
'(lsp-ui-peek-list ((t nil)))
- '(lsp-ui-peek-peek ((t (:background "color-19" :foreground "white"))))
+ '(lsp-ui-peek-peek ((t nil)))
'(lsp-ui-peek-selection ((t (:background "#2E303E"))))
'(lsp-ui-sideline-code-action ((t (:foreground "#FAC29A"))))
'(lsp-ui-sideline-current-symbol ((t (:box (:line-width -1 :color "#CBCED0") :weight ultra-bold :height 0.99))))
@@ -141,7 +144,7 @@
'(org-document-info-keyword ((t (:foreground "#09F7A0"))))
'(org-document-title ((t (:foreground "#CBCED0" :weight bold :height 1.44))))
'(org-warning ((t (:foreground "#E4A382" :weight bold))))
- '(region ((t (:background "#2e303e" :foreground "#cbced0"))))
+ '(region ((t (:background "#2E303E"))))
'(show-paren-match ((t (:background "#25B2BC"))))
'(sml/charging ((t (:inherit sml/global :foreground "#27D796"))))
'(sml/discharging ((t (:inherit sml/global :foreground "#E9436F"))))