branch: elpa/cyberpunk-theme
commit 74cac86691735c1431d6a5c2994d473424c03d75
Merge: a2f9404 6cdd46f
Author: Nick Van Horn <[email protected]>
Commit: Nick Van Horn <[email protected]>
Merge branch 'master' into develop
---
README.md | 21 +++++++++++++++++++++
cyberpunk-theme.el | 10 +++++-----
cyberpunk-theme.png | Bin 134220 -> 140256 bytes
example-org-file.org | 37 +++++++++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 0180b88..9f35844 100644
--- a/README.md
+++ b/README.md
@@ -83,3 +83,24 @@ Bugs & Improvements
===================
Please report any problems that you find, along with any suggestions or
contributions to the theme.
+
+License
+=======
+
+Copyright (C) 2012 Nicholas M. Van Horn
+
+Author: Nicholas M. Van Horn <[email protected]>
+Keywords: color theme, cyberpunk
+
+This program 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.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 9a079c2..6becaff 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -1,8 +1,8 @@
;;; cyberpunk-theme.el --- Cyberpunk Color Theme
-;; Copyright 2012, Nick Van Horn
+;; Copyright 2012, Nicholas M. Van Horn
-;; Author: Nick Van Horn <[email protected]>
+;; Author: Nicholas M. Van Horn <[email protected]>
;; Keywords: color theme cyberpunk
;; Version: 1.1
@@ -333,7 +333,7 @@
`(gnus-summary-normal-ticked ((,class (:foreground ,cyberpunk-orange
:weight bold))))
`(gnus-summary-normal-unread ((,class (:foreground ,cyberpunk-fg))))
`(gnus-summary-selected ((,class (:foreground ,cyberpunk-yellow :weight
bold))))
- `(gnus-cite-1 ((,class (:foreground ,cyberpunk-blue))))
+ `(gnus-cite-1 ((,class (:foreground ,cyberpunk-yellow-2))))
`(gnus-cite-10 ((,class (:foreground ,cyberpunk-yellow-1))))
`(gnus-cite-11 ((,class (:foreground ,cyberpunk-yellow))))
`(gnus-cite-2 ((,class (:foreground ,cyberpunk-blue-1))))
@@ -499,8 +499,8 @@
`(org-level-4 ((,class (:foreground ,cyberpunk-green))))
`(org-level-5 ((,class (:foreground ,cyberpunk-orange))))
`(org-level-6 ((,class (:foreground ,cyberpunk-pink))))
- `(org-level-7 ((,class (:foreground ,cyberpunk-red))))
- `(org-level-8 ((,class (:foreground ,cyberpunk-blue))))
+ `(org-level-7 ((,class (:foreground ,cyberpunk-green+3))))
+ `(org-level-8 ((,class (:foreground ,cyberpunk-blue-1))))
`(org-link ((,class (:foreground ,cyberpunk-blue-6 :underline t))))
`(org-tag ((,class (:bold t :weight bold))))
`(org-column ((,class (:background ,cyberpunk-yellow-3 :foreground
,cyberpunk-black))))
diff --git a/cyberpunk-theme.png b/cyberpunk-theme.png
index 7a88bf3..88210f3 100644
Binary files a/cyberpunk-theme.png and b/cyberpunk-theme.png differ
diff --git a/example-org-file.org b/example-org-file.org
new file mode 100644
index 0000000..25759ff
--- /dev/null
+++ b/example-org-file.org
@@ -0,0 +1,37 @@
+#+TITLE: Emacs Cyberpunk Theme Org Demo
+#+AUTHOR: Your Name Here!
+#+DATE: 2012-09-30 Sun
+#+DESCRIPTION: org mode with cyberpunk theme
+#+KEYWORDS: cyberpunk color theme
+
+* Header Level 1 (Large Font)
+
+** Header Level 2 (Medium Font)
+
+*** Header Level 3 (Smaller Font)
+
+**** Header Level 4 (Smallest Font)
+
+***** Header Level 5
+
+****** Header Level 6
+
+******* Header Level 7
+
+******** Header Level 8
+
+* TODO Tasks to be completed :work:
+:PROPERTIES:
+:Title: My title here
+:DESCRIPTION: There's work to be done!
+:END:
+
+- [ ] Uncompleted item: [[https://github.com/n3mo][Github Weblink]]
+- [ ] Uncompleted item
+
+* DONE Completed tasks :noexport:
+
++ [X] Completed item <2012-09-28 Fri>
++ [X] Completed item <2012-09-24 Mon>
+
+