(Emacs)~monokai theme now has company theming

This commit is contained in:
2020-09-21 22:19:18 +01:00
parent 263e8193dc
commit d3e6cb2b49

View File

@@ -9,7 +9,7 @@
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(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")))) '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
'(minibuffer-prompt ((t (:foreground "#fd971f")))) '(minibuffer-prompt ((t (:foreground "#fd971f"))))
'(highlight ((t (:foreground "#1B2229" :background "#fd971f")))) '(highlight ((t (:background "firebrick4" :foreground "white"))))
'(region ((t (:extend t :background "#4e4e4e")))) '(region ((t (:extend t :background "#4e4e4e"))))
'(shadow ((t (:foreground "#555556")))) '(shadow ((t (:foreground "#555556"))))
'(secondary-selection ((t (:extend t :background "#525254")))) '(secondary-selection ((t (:extend t :background "#525254"))))
@@ -50,6 +50,9 @@
'(org-block ((t (:background "gray8")))) '(org-block ((t (:background "gray8"))))
'(ido-subdir ((t (:foreground "deepskyblue")))) '(ido-subdir ((t (:foreground "deepskyblue"))))
'(eshell-prompt ((t (:foreground "deepskyblue" :weight bold)))) '(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) (provide-theme 'monokai)