From: Esben Stien <b0ef@esben-stien.name>
To: help-gnu-emacs@gnu.org
Subject: Black Background with moe-dark
Date: Sat, 19 Apr 2014 05:21:51 +0200 [thread overview]
Message-ID: <87k3amrokw.fsf@quasar.esben-stien.name> (raw)
I'm trying to get a black background with moe-dark theme, but no matter
what I try, it won't get any darker than this:
https://raw.github.com/kuanyui/moe-theme.el/master/pics/dark01.png
In moe-dark-theme.el, there's:
(white-1 "#c6c6c6") (white-2 "#c6c6c6") (white-3 "#b2b2b2") (black-1 "#a8a8a8") (black-2 "#8a8a8a")
(black-2-5 "#6c6c6c") (black-3 "#4e4e4e") (black-4 "#3a3a3a")
(black-5 "#303030") (black-6 "#000000")
, which seems ok.
The code below it sets the background color, to my understanding:
(custom-theme-set-faces
'moe-dark
;; Ensure sufficient contrast on low-color terminals.
`(default ((((class color) (min-colors 4096))
(:foreground ,white-1 :background ,cyan-4))
(((class color) (min-colors 256))
(:foreground ,white-1 :background ,black-6));;set this value for background
(,class
(:foreground ,white-1 :background ,black-6))))
`(cursor ((,class (:background ,black-6))))
If I set it to white-2 or any other color in the list, it works fine,
but black-6, which is supposed to be pitch black, is gray.
Any idea if there's any other variables here that somehow modifies this?
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
next reply other threads:[~2014-04-19 3:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-19 3:21 Esben Stien [this message]
2014-04-19 15:10 ` Black Background with moe-dark Esben Stien
2014-04-19 15:50 ` Yuri Khan
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k3amrokw.fsf@quasar.esben-stien.name \
--to=b0ef@esben-stien.name \
--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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).