branch: elpa/cyberpunk-theme
commit da452bf938cabc7250aba5978a849adaa17a4876
Author: Nick Van Horn <[email protected]>
Commit: Nick Van Horn <[email protected]>
Cleaned up messy comments.
---
cyberpunk-theme.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 0f01a1f..fff1b78 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -186,8 +186,6 @@
'(ediff-odd-diff-A ((((class color)) nil)))
'(ediff-odd-diff-B ((((class color)) nil)))
- ;; Cyberpunk additions added by https://github.com/n3mo follow:
-
;; org-mode custom faces
`(org-agenda-date-today
((((class color)) (:foreground "#FF6400" :slant italic :weight bold))) t)
@@ -198,8 +196,6 @@
(:line-width 1 :style
released-button)))))
`(org-column ((((class color)) (:background "#E9C062"
:foreground "black"))))
-
-
)
(provide-theme 'cyberpunk)