emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme 5668554eaf 054/352: 1. It seems that -pkg.el goe


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 5668554eaf 054/352: 1. It seems that -pkg.el goes wrong again...orz
Date: Fri, 7 Jan 2022 03:59:05 -0500 (EST)

branch: elpa/moe-theme
commit 5668554eaf73243de0f077148ee2e1de00da4371
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    1. It seems that -pkg.el goes wrong again...orz
---
 moe-theme-pkg.el | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/moe-theme-pkg.el b/moe-theme-pkg.el
index e1e08841f6..0456d0e670 100644
--- a/moe-theme-pkg.el
+++ b/moe-theme-pkg.el
@@ -1,3 +1,56 @@
+;;; moe-theme --- A colorful eye-candy theme. Moe, moe, chu!
+
+;; This program is not part of GNU Emacs. 
+;; But it is distributed under GPL v3 :-)
+;; 
+;; Author: kuanyui <azazabc123@gmail.com>
+
+;;; Commentary:
+
+;; You can take a look at screenshots and more details on:
+;;     https://github.com/kuanyui/moe-theme.el
+;; 
+;; Requirements
+;; 
+;; - Emacs 24 (or above)
+;; - 256 colors terminal (or higher)
+;;
+;; Usage
+;; 
+;; Add you to your .emacs:
+;;
+;;     (load-theme 'moe-dark t)
+;;                or
+;;     (load-theme 'moe-light t)
+;; 
+;;                
+;; Auto Switching
+;; 
+;; I prefer a terminal with a black-on-white color scheme. I found that in the 
daytime, sunlight is strong and black-on-white is more readable; However, 
white-on-black would be less harsh to the eyes at night.
+
+;; So if you like, you can add the following line to your ~/.emacs to 
automatically switch between moe-dark and moe-light according to the system 
time:
+;;
+;;     (require 'moe-theme-switcher)
+;; 
+;; By adding the line above, your Emacs will have a light theme in the day and 
a dark one at night. =w=+
+;; 
+;; 
+;; Live in Antarctica?
+;; 
+;; Daytime is longer in summer but shorter in winter; or you live in a high 
latitude region which midnight-sun or polar-night may occur such as Finland or 
Antarctica?
+;; 
+;; There's a variable `moe-theme-switch-by-sunrise-and-sunset` would solve 
your problem (default value is `t`)
+;; 
+;; If this value is `nil`, `moe-theme-switcher` will switch theme at fixed 
time (06:00 and 18:00).
+;; 
+;; If this value is `t` and both `calendar-latitude` and `calendar-longitude` 
are set properly, the switching will be triggered at the sunrise and sunset 
time of the local calendar.
+;; 
+;; Take "Keelung, Taiwan" (25N,121E) for example, you can set like this:
+;; 
+;;     (setq calendar-latitude +25)
+;;     (setq calendar-longitude +121)
+
+
 ;;;###autoload
 (when load-file-name
   (add-to-list 'custom-theme-load-path



reply via email to

[Prev in Thread] Current Thread [Next in Thread]