From: Christopher Allan Webber <cwebber@dustycloud.org>
To: Sriram Karra <karra.etc@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org Mode TOOD two way sync tool
Date: Mon, 25 Jun 2012 09:41:38 -0500 [thread overview]
Message-ID: <87bok7qwrh.fsf@grumps.lan> (raw)
In-Reply-To: <CAFkt3UP5=wZUX=4cOE+81d3r4tcUZ4p39E1Vq50PR8u4g4CsVQ@mail.gmail.com> (Sriram Karra's message of "Mon, 25 Jun 2012 19:21:42 +0530")
Sriram Karra <karra.etc@gmail.com> writes:
> On Sun, Jun 24, 2012 at 10:37 PM, Christopher Allan Webber <cwebber@dustycloud.org> wrote:
>
> Hey Aurélien,
>
> This is great. I formerly worked on something similar:
>
> http://labs.creativecommons.org/2010/11/10/bridging-public-bugtrackers-and-local-tasklists/
>
> Nice color-theme, there. If you use color-theme.el, can you share it?
> Otherwise, what's your config?
>
> -Karra
Ah, I've stopped using that theme! But it was a small extension to
color-theme-snow. Here it is. :)
#+begin_src emacs-lisp
;; This software is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
(defun color-theme-snow-better ()
"Because `color-theme-snow' is so awesome, except for when it isn't."
(interactive)
(color-theme-snow)
(let ((color-theme-is-cumulative t))
(color-theme-install
'(color-theme-snow-better
((background-color . "snow2")
(background-mode . light)
(border-color . "black")
(cursor-color . "cadet blue")
(foreground-color . "black")
(mouse-color . "black"))
(emacs-wiki-link-face ((t (:bold t :underline "BlueViolet" :foreground "BlueViolet"))))
(muse-link-face ((t (:bold t :underline "BlueViolet" :foreground "BlueViolet"))))
(info-xref ((t (:bold t :foreground "BlueViolet"))))
(region ((t (:background "light steel blue"))))
(cursor ((t (:background "cadet blue"))))
(fringe ((t (:background "white"))))
(planner-high-priority-task-face ((t (:foreground "red"))))
(planner-medium-priority-task-face ((t (:foreground "green"))))
(planner-low-priority-task-face ((t (:foreground "blue"))))
(planner-canceled-task-face ((t (:foreground "gray" :strike-through t))))
(org-todo ((t (:foreground "red2" :bold t))))
(org-done ((t (:foreground "SpringGreen3" :bold t))))
(org-special-keyword ((t (:foreground "sienna"))))
(org-column ((t (:background "gray85"))))
(erc-input-face ((t (:foreground "brown"))))
(erc-notice-face ((t (:foreground "SlateBlue" :bold t))))
(erc-current-nick-face ((t (:foreground "DarkTurquoise" :bold t))))
(erc-prompt-face ((t (:foreground "Black" :bold t :background "lightBlue2"))))
(planner-note-headline-face ((t (:bold t :foreground "azure3"))))))))
#+end_src
next prev parent reply other threads:[~2012-06-25 14:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-22 6:40 Org Mode TOOD two way sync tool Sriram Karra
2012-06-22 12:03 ` Christopher J. White
2012-06-22 12:33 ` Sriram Karra
2012-06-22 14:05 ` Christopher J. White
2012-06-24 13:15 ` Aurélien Aptel
2012-06-24 13:17 ` Aurélien Aptel
2012-06-24 17:07 ` Christopher Allan Webber
2012-06-25 12:32 ` Aurélien Aptel
2012-06-25 13:51 ` Sriram Karra
2012-06-25 14:41 ` Christopher Allan Webber [this message]
2012-06-25 15:29 ` Christopher Allan Webber
2012-10-07 19:48 ` Jonathan BISSON
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bok7qwrh.fsf@grumps.lan \
--to=cwebber@dustycloud.org \
--cc=emacs-orgmode@gnu.org \
--cc=karra.etc@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).