[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Custom blendoit theme!
Changed files
blendoit-theme.el
@@ -0,0 +1,91 @@
1
Added:
(deftheme blendoit
2
Added:
"Tasteful blue theme")
3
Added:
4
Added:
(custom-theme-set-variables
5
Added:
'blendoit
6
Added:
'(ansi-color-names-vector ["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"])
7
Added:
'(cua-mode t)
8
Added:
'(ibuffer-sidebar-display-column-titles nil)
9
Added:
'(ibuffer-sidebar-display-summary nil)
10
Added:
'(ibuffer-sidebar-width 18)
11
Added:
'(mixed-pitch-variable-pitch-cursor (quote bar))
12
Added:
'(org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
13
Added:
'(org-babel-load-languages (quote ((shell . t) (python . t) (plantuml . t) (emacs-lisp . t) (awk . t) (ledger . t) (gnuplot . t))))
14
Added:
'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "mupdf %s"))))
15
Added:
'(org-latex-classes (quote (("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[12pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book-blendoit" "\\documentclass[12pt]{book}" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection*{%s}" . "\\subsection*{%s}") ("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))))
16
Added:
'(org-latex-inactive-timestamp-format "\\textcolor{ForestGreen!60}{\\textit{%s}}")
17
Added:
'(org-latex-packages-alist (quote (quote (("AUTO" "polyglossia" t ("xelatex" "lualatex")) ("AUTO" "babel" t ("pdflatex")) ("table,dvipsnames" "xcolor" t ("pdflatex"))))))
18
Added:
'(org-latex-pdf-process (quote ("latexmk -pdf -f -interaction=nonstopmode -pdflatex=\"%latex\" -outdir=%o %f")))
19
Added:
'(org-latex-toc-command "\\tableofcontents\\clearpage")
20
Added:
'(org-startup-align-all-tables t)
21
Added:
'(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
22
Added:
'(package-selected-packages (quote (linum-relative dumb-jump csv-mode rainbow-mode org-mouse projectile minimap gnuplot ledger-mode company-mode wombat-theme wombar-theme which-key srefactor-lisp srefactor all-the-icons flycheck ibuffer-sidebar pdf-tools magit rainbow-delimiters smartparens mixed-pitch org-bullets use-package tabbar powerline ivy-hydra flatui-theme evil counsel company benchmark-init)))
23
Added:
'(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838")))
24
Added:
'(send-mail-function (quote smtpmail-send-it))
25
Added:
'(window-divider-default-places (quote right-only))
26
Added:
'(custom-safe-themes (quote (default)))
27
Added:
'(line-number-mode nil)
28
Added:
'(save-place-mode t))
29
Added:
30
Added:
(custom-theme-set-faces
31
Added:
'blendoit
32
Added:
'(cursor ((t (:background "red"))))
33
Added:
'(fixed-pitch ((t (:family "Hack"))))
34
Added:
'(highlight ((t (:background "dim gray" :foreground "white"))))
35
Added:
'(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil))))
36
Added:
'(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75))))
37
Added:
'(org-level-2 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.5))))
38
Added:
'(org-level-3 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.25))))
39
Added:
'(org-level-4 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.1))))
40
Added:
'(org-level-5 ((t (:inherit default :weight bold :font "Liberation Sans"))))
41
Added:
'(org-level-6 ((t (:inherit default :weight bold :font "Liberation Sans"))))
42
Added:
'(org-level-7 ((t (:inherit default :weight bold :font "Liberation Sans"))))
43
Added:
'(org-level-8 ((t (:inherit default :weight bold :font "Liberation Sans"))))
44
Added:
'(variable-pitch ((t (:family "Dejavu Sans"))))
45
Added:
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
46
Added:
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
47
Added:
'(minibuffer-prompt ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "medium blue"))))
48
Added:
'(region ((((class color) (min-colors 88) (background dark)) (:background "blue3")) (((class color) (min-colors 88) (background light) (type gtk)) (:background "gtk_selection_bg_color" :distant-foreground "gtk_selection_fg_color")) (((class color) (min-colors 88) (background light) (type ns)) (:background "ns_selection_bg_color" :distant-foreground "ns_selection_fg_color")) (((class color) (min-colors 88) (background light)) (:background "lightgoldenrod2")) (((class color) (min-colors 16) (background dark)) (:background "blue3")) (((class color) (min-colors 16) (background light)) (:background "lightgoldenrod2")) (((class color) (min-colors 8)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray"))))
49
Added:
'(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"))))
50
Added:
'(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))))
51
Added:
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
52
Added:
'(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))))
53
Added:
'(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
54
Added:
'(font-lock-comment-face ((t (:foreground "dim gray" :slant italic))))
55
Added:
'(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))))
56
Added:
'(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
57
Added:
'(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))))
58
Added:
'(font-lock-keyword-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 "Purple")) (((class color) (min-colors 88) (background dark)) (:foreground "Cyan1")) (((class color) (min-colors 16) (background light)) (:foreground "Purple")) (((class color) (min-colors 16) (background dark)) (:foreground "Cyan")) (((class color) (min-colors 8)) (:weight bold :foreground "cyan")) (t (:weight bold))))
59
Added:
'(font-lock-negation-char-face ((t nil)))
60
Added:
'(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))
61
Added:
'(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
62
Added:
'(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
63
Added:
'(font-lock-string-face ((((class grayscale) (background light)) (:slant italic :foreground "DimGray")) (((class grayscale) (background dark)) (:slant italic :foreground "LightGray")) (((class color) (min-colors 88) (background light)) (:foreground "VioletRed4")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSalmon")) (((class color) (min-colors 16) (background light)) (:foreground "RosyBrown")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon")) (((class color) (min-colors 8)) (:foreground "green")) (t (:slant italic))))
64
Added:
'(font-lock-type-face ((((class grayscale) (background light)) (:weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 16) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:underline (:color foreground-color :style line) :weight bold))))
65
Added:
'(font-lock-variable-name-face ((((class grayscale) (background light)) (:slant italic :weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:slant italic :weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "sienna")) (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod")) (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 8)) (:weight light :foreground "yellow")) (t (:slant italic :weight bold))))
66
Added:
'(font-lock-warning-face ((t (:inherit (error)))))
67
Added:
'(button ((t (:inherit (link)))))
68
Added:
'(link ((t (:foreground "royal blue" :underline t))))
69
Added:
'(link-visited ((t (:foreground "magenta4" :inherit link))))
70
Added:
'(fringe ((t (:background "grey95"))))
71
Added:
'(header-line ((t (:box nil :foreground "grey20" :background "grey90" :inherit (mode-line)))))
72
Added:
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
73
Added:
'(mode-line ((t (:background "gray" :foreground "black" :box (:line-width -1 :style released-button) :weight bold))))
74
Added:
'(mode-line-buffer-id ((t (:weight bold))))
75
Added:
'(mode-line-emphasis ((t (:weight bold))))
76
Added:
'(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width 2 :color "grey40" :style released-button))) (t (:inherit (highlight)))))
77
Added:
'(mode-line-inactive ((t (:inherit mode-line :background "gainsboro" :weight light))))
78
Added:
'(isearch ((t (:stipple nil :background "yellow" :foreground "black" :weight bold))))
79
Added:
'(isearch-fail ((t (:background "RosyBrown1"))))
80
Added:
'(lazy-highlight ((t (:weight "medium" :inherit isearch))))
81
Added:
'(match ((t (:background "light yellow"))))
82
Added:
'(next-error ((t (:inherit (region)))))
83
Added:
'(query-replace ((t (:inherit isearch))))
84
Added:
'(org-date ((t (:foreground "blue" :underline t))))
85
Added:
'(org-table ((t (:box (:line-width 1 :color "dark gray") :foreground "black"))))
86
Added:
'(org-meta-line ((t (:foreground "royal blue"))))
87
Added:
'(org-footnote ((t (:inherit org-meta-line))))
88
Added:
'(swiper-line-face ((t nil)))
89
Added:
'(default ((t (:family "Hermit" :foundry "UKWN" :width normal :height 122 :weight normal :slant normal :underline nil :overline nil :strike-through nil :box nil :inverse-video nil :foreground "black" :background "white" :stipple nil :inherit nil)))))
90
Added:
91
Added:
(provide-theme 'blendoit)
blendoit/init-blendoit.org
@@ -602,7 +602,7 @@
602
602
;; :config
603
603
;; (load-theme 'zenburn))
604
604
605
Removed:
; (load-theme 'wombat)
605
Added:
(load-theme 'blendoit)
606
606
#+END_SRC
607
607
608
608
** All the icons
init-custom.el
@@ -17,7 +17,7 @@
17
17
'(custom-enabled-themes nil)
18
18
'(custom-safe-themes
19
19
(quote
20
Removed:
("f56eb33cd9f1e49c5df0080a3e8a292e83890a61a89bceeaa481a5f183e8e3ef" default)))
20
Added:
("429c077679e0586d1b6a9f22586129bb4e0793e70b414ff93f023fcfa654b08a" "9893c7f1274df4d4df0573da1ee4dfe32f73f71cdf45bba7596a09e6c637d990" "e274c4d17ef47311855ce93dcc34c512bb285e3a01e9b3b1b735e059a865e48d" "59b58e2d0b77f0e8dc305bba18dc0913ae11ebc1ea91165911f5f3bd46910470" "2946f0682172ff16ffe531ce59ea26044f949e8a51b2d4ab14d74e21fa8f2b67" "de4fe3532d51a731d313e588531e32a26f9824e216fff1306ca270487f833045" "096bb91c8fd17ff6f2f51ddaf51897c9710da5486fbbb2d370e3ff3b209ff446" "700f0a38b888fb3fe656b9d8647d71fa99b3684641cf9e02106a3e3a1ca1d87a" "5cbf5345c2af35887f1518c35c9a62409304b20006f2455ef1313507e0552b1f" default)))
21
21
'(fci-rule-color "#383838")
22
22
'(ibuffer-sidebar-display-column-titles t)
23
23
'(ibuffer-sidebar-display-summary t)
@@ -128,7 +128,8 @@
128
128
(320 . "#8CD0D3")
129
129
(340 . "#94BFF3")
130
130
(360 . "#DC8CC3"))))
131
Removed:
'(vc-annotate-very-old-color "#DC8CC3"))
131
Added:
'(vc-annotate-very-old-color "#DC8CC3")
132
Added:
'(window-divider-default-places (quote right-only)))
132
133
(custom-set-faces
133
134
;; custom-set-faces was added by Custom.
134
135
;; If you edit it by hand, you could mess it up, so be careful.