LINUX.ORG.RU

Дмитрий выслал сабж. Если кому-нить еще надо то вот:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Default colors ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun color-theme-custom () (interactive) (custom-set-faces '(default ((t (:background "#050505")))) '(darcsum-need-action-marked-face ((t (:foreground "Red3")))) '(mmm-declaration-submode-face ((t (:background "#222266")))) '(mmm-default-submode-face ((t (:background "#202020")))) '(mmm-output-submode-face ((t (:background "#303030")))) '(mmm-code-submode-face ((t (:background "#202020")))) '(mmm-comment-submode-face ((t (:background "gray55"))))

'(nxml-element-colon-face ((t (:bold t :foreground "#92D229")))) '(nxml-element-prefix-face ((t (:bold t :foreground "#92D229")))) '(nxml-element-local-name-face ((t (:bold t :foreground "#00cc00"))))

'(nxml-tag-delimiter-face ((t (:bold t :foreground "#00cc00")))) '(nxml-tag-slash-face ((t (:bold t :foreground "#00cc00"))))

'(font-lock-comment-face ((t (:italic t :foreground "grey55")))) '(font-lock-string-face ((t (:foreground "#aaff55")))) '(font-lock-keyword-face ((t (:bold t :foreground "#0861bf")))) '(font-lock-warning-face ((t (:underline t :foreground "VioletRed")))) '(font-lock-constant-face ((t (:foreground "#92D229")))) '(font-lock-type-face ((t (:foreground "#8888ff")))) '(font-lock-variable-name-face ((t (:foreground "Red")))) '(font-lock-function-name-face ((t (:bold t :foreground "#00cc00")))) '(font-lock-builtin-face ((t (:foreground "Red3"))))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Load color-theme ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'color-theme) (color-theme-arjen) (color-theme-custom)

anonymous
()
Ответ на: комментарий от Reset

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Default colors

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defun color-theme-custom ()

  (interactive)

  (custom-set-faces

   '(default ((t (:background "#050505"))))

   '(darcsum-need-action-marked-face ((t (:foreground "Red3"))))

   '(mmm-declaration-submode-face ((t (:background "#222266"))))

   '(mmm-default-submode-face ((t (:background "#202020"))))

   '(mmm-output-submode-face  ((t (:background "#303030"))))

   '(mmm-code-submode-face    ((t (:background "#202020"))))

   '(mmm-comment-submode-face ((t (:background "gray55"))))



   '(nxml-element-colon-face    ((t (:bold t :foreground "#92D229"))))

   '(nxml-element-prefix-face    ((t (:bold t :foreground "#92D229"))))

   '(nxml-element-local-name-face    ((t (:bold t :foreground "#00cc00"))))



   '(nxml-tag-delimiter-face    ((t (:bold t :foreground "#00cc00"))))

   '(nxml-tag-slash-face    ((t (:bold t :foreground "#00cc00"))))



   '(font-lock-comment-face ((t (:italic t :foreground "grey55"))))

   '(font-lock-string-face ((t (:foreground "#aaff55"))))

   '(font-lock-keyword-face ((t (:bold t :foreground "#0861bf"))))

   '(font-lock-warning-face ((t (:underline t :foreground "VioletRed"))))

   '(font-lock-constant-face ((t (:foreground "#92D229"))))

   '(font-lock-type-face ((t (:foreground "#8888ff"))))

   '(font-lock-variable-name-face ((t (:foreground "Red"))))

   '(font-lock-function-name-face ((t (:bold t :foreground "#00cc00"))))

   '(font-lock-builtin-face ((t (:foreground "Red3"))))))



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Load color-theme

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(require 'color-theme)

(color-theme-arjen)

(color-theme-custom)

Oceanborn
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.