all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Davin Pearson <davin.pearson@gmail.com>
To: Yuri Khan <yuri.v.khan@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Suggested font lock preferences for GNU Emacs
Date: Sat, 9 Jul 2016 13:25:30 +1200	[thread overview]
Message-ID: <CAG9ihEv2HR+-K85-ZMzCTOauV-A9qSjYBjA62dOUyekL_1bEBQ@mail.gmail.com> (raw)
In-Reply-To: <CAP_d_8W=A_zsF4b3q0vTqVn2Jer4v7A2qcBGTycuyQx3HSJjuA@mail.gmail.com>

On 8 July 2016 at 21:34, Yuri Khan <yuri.v.khan@gmail.com> wrote:

> On Fri, Jul 8, 2016 at 2:02 PM, Davin Pearson <davin.pearson@gmail.com>
> wrote:
>
> > I would like to submit my screen shot for consideration by the
> developers of GNU Emacs as a replacement for the default Emacs
> fontification.
> >
> > http://davin.50webs.com/emacs-screen-shot.png
>
> Consider contributing a custom theme instead.
>

Thanks for the tip.  What about this theme?

(deftheme davins
  "Created 2016-07-09.")

(custom-theme-set-faces
 'davins
 '(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :width normal
:height 150 :weight normal :slant normal :underline nil :overline nil
:strike-through nil :box nil :inverse-video nil :foreground "#000"
:background "#fff" :stipple nil :inherit nil))))
 '(cursor ((t (:foreground "black" :background "#000000"))))
 '(fixed-pitch ((t (:family "Monospace"))))
 '(variable-pitch ((t (:family "Sans Serif"))))
 '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc))
(:foreground "magenta")) (t (:foreground "brown"))))
 '(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type
pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
 '(highlight ((t (:foreground "#fff" :background "#88f"))))
 '(region ((t (:foreground "#fff" :background "#f8a"))))
 '(shadow ((((class color grayscale) (min-colors 88) (background light))
(:foreground "grey50")) (((class color grayscale) (min-colors 88)
(background dark)) (:foreground "grey70")) (((class color) (min-colors 8)
(background light)) (:foreground "green")) (((class color) (min-colors 8)
(background dark)) (:foreground "yellow"))))
 '(secondary-selection ((t (:foreground "white" :background "#8888ff"))))
 '(trailing-whitespace ((((class color) (background light)) (:background
"red1")) (((class color) (background dark)) (:background "red1")) (t
(:inverse-video t))))
 '(font-lock-builtin-face ((t (:weight bold :foreground "#f00"))))
 '(font-lock-comment-delimiter-face ((default (:inherit
(font-lock-comment-face)))))
 '(font-lock-comment-face ((t (:weight normal :slant italic :foreground
"#060"))))
 '(font-lock-constant-face ((t (:weight bold :foreground "#f00"))))
 '(font-lock-doc-face ((t (:weight bold :slant italic :foreground "#f00"
:background "#fff" :inherit (font-lock-string-face)))))
 '(font-lock-function-name-face ((t (:weight bold :foreground "black"
:background "yellow"))))
 '(font-lock-keyword-face ((t (:weight bold :foreground "#000"))))
 '(font-lock-negation-char-face ((t nil)))
 '(font-lock-preprocessor-face ((t (:underline (:color foreground-color
:style line) :foreground "#888" :background "#eee" :inherit
(font-lock-builtin-face)))))
 '(font-lock-regexp-grouping-backslash ((t (:foreground "#080" :background
"#ccf" :inherit (bold)))))
 '(font-lock-regexp-grouping-construct ((t (:foreground "#080" :background
"#ccf" :inherit (bold)))))
 '(font-lock-string-face ((t (:weight bold :foreground "white" :background
"#8888ff"))))
 '(font-lock-type-face ((t (:weight bold :foreground "#0000ff" :background
"#fff"))))
 '(font-lock-variable-name-face ((t (:foreground "#0011ff"))))
 '(font-lock-warning-face ((t (:weight bold :foreground "red" :inherit
(error)))))
 '(button ((t (:inherit (link)))))
 '(link ((((class color) (min-colors 88) (background light)) (:underline
(:color foreground-color :style line) :foreground "RoyalBlue3")) (((class
color) (background light)) (:underline (:color foreground-color :style
line) :foreground "blue")) (((class color) (min-colors 88) (background
dark)) (:underline (:color foreground-color :style line) :foreground
"cyan1")) (((class color) (background dark)) (:underline (:color
foreground-color :style line) :foreground "cyan")) (t (:inherit
(underline)))))
 '(link-visited ((default (:inherit (link))) (((class color) (background
light)) (:foreground "magenta4")) (((class color) (background dark))
(:foreground "violet"))))
 '(fringe ((((class color) (background light)) (:background "grey95"))
(((class color) (background dark)) (:background "grey10")) (t (:background
"gray"))))
 '(header-line ((default (:inherit (mode-line))) (((type tty)) (:underline
(:color foreground-color :style line) :inverse-video nil)) (((class color
grayscale) (background light)) (:box nil :foreground "grey20" :background
"grey90")) (((class color grayscale) (background dark)) (:box nil
:foreground "grey90" :background "grey20")) (((class mono) (background
light)) (:underline (:color foreground-color :style line) :box nil
:inverse-video nil :foreground "black" :background "white")) (((class mono)
(background dark)) (:underline (:color foreground-color :style line) :box
nil :inverse-video nil :foreground "white" :background "black"))))
 '(tooltip ((((class color)) (:inherit (variable-pitch) :foreground "black"
:background "lightyellow")) (t (:inherit (variable-pitch)))))
 '(mode-line ((t (:box (:line-width -1 :color nil :style released-button)
:foreground "#000" :background "#8f8"))))
 '(mode-line-buffer-id ((t (:weight bold :foreground "#000" :background
"#8f8"))))
 '(mode-line-emphasis ((t (:weight bold))))
 '(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width
2 :color "grey40" :style released-button))) (t (:inherit (highlight)))))
 '(mode-line-inactive ((default (:inherit (mode-line))) (((class color)
(min-colors 88) (background light)) (:background "grey90" :foreground
"grey20" :box (:line-width -1 :color "grey75" :style nil) :weight light))
(((class color) (min-colors 88) (background dark)) (:background "grey30"
:foreground "grey80" :box (:line-width -1 :color "grey40" :style nil)
:weight light))))
 '(isearch ((t (:weight bold :foreground "#ff0000" :background "#000000"))))
 '(isearch-fail ((((class color) (min-colors 88) (background light))
(:background "RosyBrown1")) (((class color) (min-colors 88) (background
dark)) (:background "red4")) (((class color) (min-colors 16)) (:background
"red")) (((class color) (min-colors 8)) (:background "red")) (((class color
grayscale)) (:foreground "grey")) (t (:inverse-video t))))
 '(lazy-highlight ((t (:foreground "#000000" :background "#0ff"))))
 '(match ((((class color) (min-colors 88) (background light)) (:background
"yellow1")) (((class color) (min-colors 88) (background dark)) (:background
"RoyalBlue3")) (((class color) (min-colors 8) (background light))
(:foreground "black" :background "yellow")) (((class color) (min-colors 8)
(background dark)) (:foreground "white" :background "blue")) (((type tty)
(class mono)) (:inverse-video t)) (t (:background "gray"))))
 '(next-error ((t (:inherit (region)))))
 '(query-replace ((t (:inherit (isearch))))))

(provide-theme 'davins)

-- 
Sincerely and kindest regards, Davin.
Davin Pearson    http://davin.50webs.com


  reply	other threads:[~2016-07-09  1:25 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08  8:02 Suggested font lock preferences for GNU Emacs Davin Pearson
2016-07-08  9:34 ` Yuri Khan
2016-07-09  1:25   ` Davin Pearson [this message]
2016-07-09 10:50     ` Alex Kost
2016-07-10  1:14       ` Davin Pearson
2016-07-10  4:30       ` Davin Pearson
     [not found]       ` <mailman.966.1468125047.26859.help-gnu-emacs@gnu.org>
2016-07-10  5:19         ` Emanuel Berg
2016-07-10 14:50           ` Stefan Monnier
     [not found]           ` <mailman.986.1468162252.26859.help-gnu-emacs@gnu.org>
2016-07-10 21:24             ` Emanuel Berg
2016-07-10 21:29               ` Stefan Monnier
     [not found]               ` <mailman.1063.1468186213.26859.help-gnu-emacs@gnu.org>
2016-07-10 21:46                 ` Emanuel Berg
     [not found]       ` <mailman.959.1468113265.26859.help-gnu-emacs@gnu.org>
2016-07-10  5:33         ` Emanuel Berg
2016-07-08 12:01 ` Emanuel Berg
2016-07-08 12:20   ` Yuri Khan
     [not found]   ` <mailman.821.1467980455.26859.help-gnu-emacs@gnu.org>
2016-07-08 13:40     ` Emanuel Berg
2016-07-08 14:12       ` Yuri Khan
     [not found]       ` <mailman.831.1467987165.26859.help-gnu-emacs@gnu.org>
2016-07-08 18:19         ` Emanuel Berg
2016-07-08 21:41         ` rotating the palette (was: Re: Suggested font lock preferences for GNU Emacs) Emanuel Berg
2016-07-08 23:57           ` Emanuel Berg
2016-07-09  1:57             ` Emanuel Berg
2016-07-09 21:19               ` the dumb Emacs terminal (was: Re: rotating the palette) Emanuel Berg
2016-07-09 22:02                 ` John Mastro
2016-07-11 12:05                   ` the dumb Emacs terminal Dmitry Alexandrov
     [not found]                 ` <mailman.949.1468101798.26859.help-gnu-emacs@gnu.org>
2016-07-09 22:38                   ` Emanuel Berg
2016-07-10  0:01                     ` John Mastro
     [not found]                     ` <mailman.954.1468108922.26859.help-gnu-emacs@gnu.org>
2016-07-10  5:29                       ` Emanuel Berg
2016-07-10 22:46                       ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAG9ihEv2HR+-K85-ZMzCTOauV-A9qSjYBjA62dOUyekL_1bEBQ@mail.gmail.com \
    --to=davin.pearson@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yuri.v.khan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.