summaryrefslogtreecommitdiff
path: root/blendoit
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-03 21:14:39 -0700
committerBlendoit <blendoit@gmail.com>2020-08-03 21:14:39 -0700
commitd4402a9acf9df537d2eeff459859cfa5d371fa1e (patch)
tree686e770ed0a17cb484a3431e0aebfe9f0a5cfbf2 /blendoit
parente47650852b8aa4da6d0b0cea3b5421955795cc64 (diff)
Theme lookin' good B-)
Diffstat (limited to 'blendoit')
-rw-r--r--blendoit/blendoit-init.org (renamed from blendoit/init-blendoit.org)4
-rw-r--r--blendoit/init-blendoit.pdfbin153271 -> 0 bytes
-rw-r--r--blendoit/themes/blendoit-light-theme.el64
3 files changed, 66 insertions, 2 deletions
diff --git a/blendoit/init-blendoit.org b/blendoit/blendoit-init.org
index a05c2cf..4dd4f4e 100644
--- a/blendoit/init-blendoit.org
+++ b/blendoit/blendoit-init.org
@@ -78,7 +78,7 @@ We begin by defining a user shortcut to this very file:
(defun find-init-blendoit ()
"Jump to this very file."
(interactive)
- (find-file "~/.emacs.d/blendoit/init-blendoit.org"))
+ (find-file "~/.emacs.d/blendoit/blendoit-init.org"))
(global-set-key (kbd "C-c c") 'find-init-blendoit)
#+END_SRC
@@ -621,7 +621,7 @@ Thank you Xah Lee![fn::http://ergoemacs.org/emacs/emacs_customize_default_window
;; :config
;; (load-theme 'zenburn))
-(load-theme 'blendoit)
+(load-theme 'blendoit-light)
#+END_SRC
** All the icons
diff --git a/blendoit/init-blendoit.pdf b/blendoit/init-blendoit.pdf
deleted file mode 100644
index ce4e071..0000000
--- a/blendoit/init-blendoit.pdf
+++ /dev/null
Binary files differ
diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el
new file mode 100644
index 0000000..6d90bda
--- /dev/null
+++ b/blendoit/themes/blendoit-light-theme.el
@@ -0,0 +1,64 @@
+(deftheme blendoit-light
+ "Created 2020-08-03.")
+
+(custom-theme-set-faces
+ 'blendoit-light
+ '(fixed-pitch ((t (:inherit default :family "Dejavu Sans Mono"))))
+ '(variable-pitch ((t (:family "Liberation Sans"))))
+ '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
+ '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
+ '(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
+ '(highlight ((t (:underline nil :foreground "#ffffff" :background "#454545"))))
+ '(region ((t (:background "light gray"))))
+ '(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50")) (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70")) (((class color) (min-colors 8) (background light)) (:foreground "green")) (((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
+ '(secondary-selection ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:background "yellow")) (((class color) (min-colors 16) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 8)) (:foreground "black" :background "cyan")) (t (:inverse-video t))))
+ '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
+ '(font-lock-builtin-face ((((class grayscale) (background light)) (:weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold))))
+ '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face :foreground "dim gray"))))
+ '(font-lock-comment-face ((t (:foreground "dark gray" :slant italic))))
+ '(font-lock-constant-face ((((class grayscale) (background light)) (:underline (:color foreground-color :style line) :weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:underline (:color foreground-color :style line) :weight bold :foreground "Gray50")) (((class color) (min-colors 88) (background light)) (:foreground "dark cyan")) (((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine")) (((class color) (min-colors 16) (background light)) (:foreground "CadetBlue")) (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine")) (((class color) (min-colors 8)) (:foreground "magenta")) (t (:underline (:color foreground-color :style line) :weight bold))))
+ '(font-lock-doc-face ((t (:inherit font-lock-string-face))))
+ '(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold :inverse-video t))))
+ '(font-lock-keyword-face ((t (:foreground "DodgerBlue4"))))
+ '(font-lock-negation-char-face ((t nil)))
+ '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))
+ '(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
+ '(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
+ '(font-lock-string-face ((t (:foreground "dark cyan"))))
+ '(font-lock-type-face ((t (:foreground "ForestGreen"))))
+ '(font-lock-variable-name-face ((t (:foreground "sienna"))))
+ '(font-lock-warning-face ((t (:inherit (error)))))
+ '(link-visited ((t (:foreground "magenta4" :inherit (link)))))
+ '(fringe ((t (:background "grey95"))))
+ '(header-line ((t (:box nil :foreground "grey20" :background "grey90" :inherit (mode-line)))))
+ '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
+ '(mode-line ((t (:box (:line-width -1 :color nil :style released-button) :foreground "black" :background "grey75"))))
+ '(mode-line-buffer-id ((t (:weight bold))))
+ '(mode-line-emphasis ((t (:weight bold))))
+ '(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width 2 :color "grey40" :style released-button))) (t (:inherit (highlight)))))
+ '(mode-line-inactive ((t (:weight light :box (:line-width -1 :color "grey75" :style nil) :foreground "grey20" :background "grey90" :inherit (mode-line)))))
+ '(isearch ((((class color) (min-colors 88) (background light)) (:foreground "lightskyblue1" :background "magenta3")) (((class color) (min-colors 88) (background dark)) (:foreground "brown4" :background "palevioletred2")) (((class color) (min-colors 16)) (:foreground "cyan1" :background "magenta4")) (((class color) (min-colors 8)) (:foreground "cyan1" :background "magenta4")) (t (:inverse-video t))))
+ '(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t))))
+ '(lazy-highlight ((t (:background "paleturquoise"))))
+ '(match ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "RoyalBlue3")) (((class color) (min-colors 8) (background light)) (:foreground "black" :background "yellow")) (((class color) (min-colors 8) (background dark)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray"))))
+ '(next-error ((t (:inherit (region)))))
+ '(query-replace ((t (:inherit (isearch)))))
+ '(org-table ((t (:box (:line-width 2 :color "gainsboro" :style released-button)))))
+ '(org-formula ((t (:inherit org-table))))
+ '(org-meta-line ((t (:foreground "DodgerBlue3" :family "Hermit"))))
+ '(org-document-title ((t (:width normal :height 2.0 :weight bold :slant normal :underline nil :inherit default))))
+ '(org-level-1 ((t (:height 1.75 :weight bold :inherit fixed-pitch))))
+ '(org-level-2 ((t (:height 1.5 :weight bold :inherit fixed-pitch))))
+ '(org-level-3 ((t (:inherit fixed-pitch :weight bold :height 1.25))))
+ '(org-level-4 ((t (:inherit fixed-pitch :weight bold :height 1.1))))
+ '(org-date ((t (:inherit link :foreground "DodgerBlue3" :slant italic :family "Liberation Serif"))))
+ '(org-footnote ((t (:foreground "DodgerBlue3" :inherit link))))
+ '(org-block ((t (:inherit nil :family "Hermit"))))
+ '(org-tag ((t (:inherit link :weight bold :foreground "DodgerBlue3"))))
+ '(org-document-info ((t (:inherit org-meta-line))))
+ '(link ((t (:foreground "blue" :underline t))))
+ '(org-document-info-keyword ((t (:inherit org-meta-line))))
+ '(dashboard-heading ((t (:inherit font-lock-keyword-face))))
+ '(default ((t (:background "white" :foreground "black" :height 142 :family "Liberation Mono")))))
+
+(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER