unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Black Background with moe-dark
@ 2014-04-19  3:21 Esben Stien
  2014-04-19 15:10 ` Esben Stien
  2014-04-19 15:50 ` Yuri Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Esben Stien @ 2014-04-19  3:21 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-19 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19  3:21 Black Background with moe-dark Esben Stien
2014-04-19 15:10 ` Esben Stien
2014-04-19 15:50 ` Yuri Khan

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).