all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: barrchris@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: how to fix too-dark blue keywords with black background
Date: Fri, 10 Jun 2016 07:52:39 -0700 (PDT)	[thread overview]
Message-ID: <c98f3ac0-616b-4db7-badd-91b91183d322@googlegroups.com> (raw)
In-Reply-To: <02f2cd61-f8a0-4ecd-b8ed-b4a31124f2bf@googlegroups.com>

On Friday, June 3, 2016 at 3:26:48 PM UTC-4, barr...@gmail.com wrote:
> Certain keywords display with an unreadable dark blue, on a black background.
> Like: getopts or echo or source, with emacs mode Shell-script[bash].  
> Other things are too dark in sql-mode: SQL[ansi]
> 
> Is it best to change the dark blue in PuTTY settings or in emacs?
> 
> It looks like I have a default theme - I see nothing display-related in ~/.emacs.d/init.el or ~/.emacs
> 
> I like the dark background, I like the syntax colorizing, it's just these dark-blue colors.

Thanks, but how can I "use this function" ?
paste it in my .emacs?

    (defun what-face (pos) 
      (interactive "d") 
      (let((face (or (get-char-property pos 'face) 
                     (get-char-property pos 'read-cf-name) ))) 
        (message " Face: %s" (or face "(no face!)")) )) 


  parent reply	other threads:[~2016-06-10 14:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03 19:26 how to fix too-dark blue keywords with black background barrchris
2016-06-03 21:44 ` Emanuel Berg
2016-06-10 13:41 ` barrchris
2016-06-10 14:04   ` Emanuel Berg
2016-06-10 14:52 ` barrchris [this message]
2016-06-10 16:21   ` tomas

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=c98f3ac0-616b-4db7-badd-91b91183d322@googlegroups.com \
    --to=barrchris@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.