aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.emacs18
1 files changed, 13 insertions, 5 deletions
diff --git a/.emacs b/.emacs
index 47f9b80..9e5f535 100755
--- a/.emacs
+++ b/.emacs
@@ -51,6 +51,7 @@
'(emamux:runner-pane-height 30)
'(lsp-auto-guess-root nil)
'(lsp-restart (quote auto-restart))
+ '(lsp-ui-doc-border "#2E303E")
'(lsp-ui-flycheck-enable t)
'(lsp-ui-peek-always-show nil)
'(lsp-ui-sideline-enable t)
@@ -68,9 +69,8 @@
;; 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"))))
- '(airline-normal-outer ((t (:background "red" :foreground "color-18"))))
- '(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"))))
'(elixir-atom-face ((t (:foreground "#25B2BC"))))
@@ -83,13 +83,15 @@
'(font-lock-doc-face ((t (:foreground "#24A8B4" :slant oblique))))
'(font-lock-function-name-face ((t (:foreground "#25B2BC" :weight bold :height 1.1))))
'(font-lock-keyword-face ((t (:foreground "#B072D1" :weight bold))))
+ '(font-lock-negation-char-face ((t (:foreground "#09F7A0"))))
'(font-lock-preprocessor-face ((t (:foreground "#25B2BC" :slant italic))))
'(font-lock-regexp-grouping-backslash ((t (:foreground "#24A8B4" :weight bold))))
'(font-lock-regexp-grouping-construct ((t (:foreground "#24A8B4" :weight bold))))
'(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 "#E93C58" :weight bold))))
+ '(font-lock-warning-face ((t (:foreground "#E4A382" :weight bold))))
+ '(hi-red-b ((t (:foreground "#E93C58" :weight bold))))
'(highlight ((t (:background "#6F6F70" :underline t))))
'(info-xref ((t (:foreground "#25B2BC" :weight bold))))
'(isearch ((t (:background "#6F6F70" :foreground "#FAB28E" :inverse-video t))))
@@ -114,16 +116,21 @@
'(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 nil)))
+ '(lsp-ui-peek-peek ((t (:background "color-19" :foreground "white"))))
'(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))))
+ '(magit-branch-remote ((t (:foreground "#09F7A0" :weight bold))))
+ '(magit-cherry-equivalent ((t (:foreground "#B072D1"))))
'(magit-diff-added ((t (:background "#27D796"))))
'(magit-diff-added-highlight ((t (:background "#27D796"))))
'(magit-diff-removed ((t (:background "#E9436F"))))
'(magit-diff-removed-highlight ((t (:background "#E9436F"))))
'(magit-diffstat-added ((t (:foreground "#27D796"))))
'(magit-diffstat-removed ((t (:foreground "#E9436F"))))
+ '(magit-hash ((t (:foreground "#26BBD9"))))
+ '(magit-signature-error ((t (:foreground "#E93C58"))))
+ '(markdown-link-face ((t (:foreground "#24A8B4" :underline t))))
'(match ((t (:foreground "#25B2BC" :inverse-video t))))
'(minibuffer-prompt ((t (:foreground "#25B2BC" :weight bold))))
'(mode-line ((t (:background "#232530" :foreground "#9DA0A2" :inverse-video nil :box nil :height 0.9))))
@@ -133,7 +140,8 @@
'(org-document-info ((t (:foreground "#25B2BC"))))
'(org-document-info-keyword ((t (:foreground "#09F7A0"))))
'(org-document-title ((t (:foreground "#CBCED0" :weight bold :height 1.44))))
- '(region ((t (:background "#2E303E"))))
+ '(org-warning ((t (:foreground "#E4A382" :weight bold))))
+ '(region ((t (:background "#2e303e" :foreground "#cbced0"))))
'(show-paren-match ((t (:background "#25B2BC"))))
'(sml/charging ((t (:inherit sml/global :foreground "#27D796"))))
'(sml/discharging ((t (:inherit sml/global :foreground "#E9436F"))))