# HG changeset patch # User Chong Yidong <cyd@stupidchicken.com> # Date 1294509475 18000 # Node ID 287100101ab90d6768ef28989f443cbe70d6d8ad # Parent 6bac5e02675553f1e29270bd82c4bc36eb8dd9c5 Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light, to fit file names. diff -r 6bac5e026755 -r 287100101ab9 etc/themes/tsdh-dark-theme.el --- a/etc/themes/tsdh-dark-theme.el Sat Jan 08 14:32:31 2011 +0100 +++ b/etc/themes/tsdh-dark-theme.el Sat Jan 08 12:57:55 2011 -0500 @@ -1,4 +1,4 @@ -;;; dev-tsdh-dark-theme.el --- Tassilo's dark custom theme +;;; tsdh-dark-theme.el --- Tassilo's dark custom theme ;; Copyright (C) 2011 Free Software Foundation, Inc. @@ -19,11 +19,11 @@ ;;; Code: -(deftheme dev-tsdh-dark +(deftheme tsdh-dark "Theme with dark background used and created by Tassilo Horn.") (custom-theme-set-faces - 'dev-tsdh-dark + 'tsdh-dark '(default ((t (:background "gray20" :foreground "white smoke")))) '(diff-added ((t (:inherit diff-changed :background "light green")))) '(diff-changed ((t (:background "light steel blue")))) @@ -55,5 +55,4 @@ '(show-paren-mismatch ((t (:background "deep pink")))) '(window-number-face ((t (:foreground "red" :weight bold))))) -(provide-theme 'dev-tsdh-dark) - +(provide-theme 'tsdh-dark) diff -r 6bac5e026755 -r 287100101ab9 etc/themes/tsdh-light-theme.el --- a/etc/themes/tsdh-light-theme.el Sat Jan 08 14:32:31 2011 +0100 +++ b/etc/themes/tsdh-light-theme.el Sat Jan 08 12:57:55 2011 -0500 @@ -1,4 +1,4 @@ -;;; dev-tsdh-light-theme.el --- Tassilo's light custom theme +;;; tsdh-light-theme.el --- Tassilo's light custom theme ;; Copyright (C) 2011 Free Software Foundation, Inc. @@ -19,11 +19,11 @@ ;;; Code: -(deftheme dev-tsdh-light +(deftheme tsdh-light "Black on white theme used and created by Tassilo Horn.") (custom-theme-set-faces - 'dev-tsdh-light + 'tsdh-light '(default ((t (:background "white" :foreground "black")))) '(diff-added ((t (:inherit diff-changed :background "light green")))) '(diff-changed ((t (:background "light steel blue")))) @@ -54,5 +54,4 @@ '(show-paren-mismatch ((t (:background "deep pink")))) '(window-number-face ((t (:foreground "red" :weight bold))))) -(provide-theme 'dev-tsdh-light) - +(provide-theme 'tsdh-light)