diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/monokai-theme.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/monokai-theme.el b/Emacs/.config/emacs/monokai-theme.el index 9acbb7d..43909ff 100644 --- a/Emacs/.config/emacs/monokai-theme.el +++ b/Emacs/.config/emacs/monokai-theme.el @@ -9,7 +9,7 @@ '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(minibuffer-prompt ((t (:foreground "#fd971f")))) - '(highlight ((t (:foreground "#1B2229" :background "#fd971f")))) + '(highlight ((t (:background "firebrick4" :foreground "white")))) '(region ((t (:extend t :background "#4e4e4e")))) '(shadow ((t (:foreground "#555556")))) '(secondary-selection ((t (:extend t :background "#525254")))) @@ -50,6 +50,9 @@ '(org-block ((t (:background "gray8")))) '(ido-subdir ((t (:foreground "deepskyblue")))) '(eshell-prompt ((t (:foreground "deepskyblue" :weight bold)))) - '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "ADBO" :family "ibm plex mono"))))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "ADBO" :family "ibm plex mono")))) + '(company-tooltip-common ((((background light)) (:foreground "darkred")) (((background dark)) (:foreground "red")))) + '(company-tooltip ((t (:background "gray10" :foreground "white")))) + '(company-tooltip-selection ((t (:background "firebrick4"))))) (provide-theme 'monokai) |