summaryrefslogtreecommitdiff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2021-08-20 18:33:06 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-08-20 18:33:06 -0500
commit7d300726365da02a527c8660967b2334f96f3c0a (patch)
tree975d6f8d71e2f26700c621d5091dc97e44e46f7f /emacs/.emacs.d
parente1018b39897b7906636baab06f40de710979abb3 (diff)
emacs: updates
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/custom.el77
1 files changed, 72 insertions, 5 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el
index 4929791..ab9033b 100644
--- a/emacs/.emacs.d/custom.el
+++ b/emacs/.emacs.d/custom.el
@@ -3,13 +3,80 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(ansi-color-faces-vector
+ [default bold shadow italic underline success warning error])
+ '(ansi-color-names-vector
+ ["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"])
+ '(awesome-tray-mode-line-active-color "#2fafff")
+ '(awesome-tray-mode-line-inactive-color "#323232")
'(custom-safe-themes
- (quote
- ("13fa7a304bd53aa4c0beec4c25c4f811de499bce9deb326798265ed0015b3b78" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "63df625509cec7b2b7deba1d48ef07ffbee99c735a95d130ad9d1fc3df8b9a34" "55c2069e99ea18e4751bd5331b245a2752a808e91e09ccec16eb25dadbe06354" "5f1bd7f67dc1598977e69c6a0aed3c926f49581fdf395a6246f9bc1df86cb030" "6731049cee8f7cbd542d7b3e1c551f3fab716a92119bd7c77f0bd1ef20849fb8" "28caf31770f88ffaac6363acfda5627019cac57ea252ceb2d41d98df6d87e240" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "35b0b0e531731e270708ddb342dc2e576a31fb298dcbc56a206596a43afac54f" "274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default)))
+ '("c5ded9320a346146bbc2ead692f0c63be512747963257f18cc8518c5254b7bf5" "824d07981667fd7d63488756b6d6a4036bae972d26337babf7b56df6e42f2bcd" "13fa7a304bd53aa4c0beec4c25c4f811de499bce9deb326798265ed0015b3b78" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "63df625509cec7b2b7deba1d48ef07ffbee99c735a95d130ad9d1fc3df8b9a34" "55c2069e99ea18e4751bd5331b245a2752a808e91e09ccec16eb25dadbe06354" "5f1bd7f67dc1598977e69c6a0aed3c926f49581fdf395a6246f9bc1df86cb030" "6731049cee8f7cbd542d7b3e1c551f3fab716a92119bd7c77f0bd1ef20849fb8" "28caf31770f88ffaac6363acfda5627019cac57ea252ceb2d41d98df6d87e240" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "35b0b0e531731e270708ddb342dc2e576a31fb298dcbc56a206596a43afac54f" "274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default))
+ '(exwm-floating-border-color "#232635")
+ '(fci-rule-color "#676E95")
+ '(flymake-error-bitmap '(flymake-double-exclamation-mark modus-theme-fringe-red))
+ '(flymake-note-bitmap '(exclamation-mark modus-theme-fringe-cyan))
+ '(flymake-warning-bitmap '(exclamation-mark modus-theme-fringe-yellow))
+ '(highlight-tail-colors '(("#2f4a00" . 0) ("#00415e" . 20)))
+ '(hl-sexp-background-color "#efebe9")
+ '(hl-todo-keyword-faces
+ '(("HOLD" . "#cfdf30")
+ ("TODO" . "#feacd0")
+ ("NEXT" . "#b6a0ff")
+ ("THEM" . "#f78fe7")
+ ("PROG" . "#00d3d0")
+ ("OKAY" . "#4ae8fc")
+ ("DONT" . "#80d200")
+ ("FAIL" . "#ff8059")
+ ("BUG" . "#ff8059")
+ ("DONE" . "#44bc44")
+ ("NOTE" . "#f0ce43")
+ ("KLUDGE" . "#eecc00")
+ ("HACK" . "#eecc00")
+ ("TEMP" . "#ffcccc")
+ ("FIXME" . "#ff9977")
+ ("XXX+" . "#f4923b")
+ ("REVIEW" . "#6ae4b9")
+ ("DEPRECATED" . "#bfd9ff")))
+ '(ibuffer-deletion-face 'modus-theme-mark-del)
+ '(ibuffer-filter-group-name-face 'modus-theme-mark-symbol)
+ '(ibuffer-marked-face 'modus-theme-mark-sel)
+ '(ibuffer-title-face 'modus-theme-pseudo-header)
+ '(jdee-db-active-breakpoint-face-colors (cons "#1c1f2b" "#c792ea"))
+ '(jdee-db-requested-breakpoint-face-colors (cons "#1c1f2b" "#c3e88d"))
+ '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95"))
+ '(objed-cursor-color "#ff5370")
'(package-selected-packages
- (quote
- (zig-mode windswap projectile-speedbar flycheck prettier-js calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime magit company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package)))
- '(show-paren-mode t))
+ '(zig-mode windswap projectile-speedbar flycheck prettier-js calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime magit company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package))
+ '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E"))
+ '(rustic-ansi-faces
+ ["#292D3E" "#ff5370" "#c3e88d" "#ffcb6b" "#82aaff" "#c792ea" "#89DDFF" "#EEFFFF"])
+ '(show-paren-mode t)
+ '(vc-annotate-background nil)
+ '(vc-annotate-background-mode nil)
+ '(vc-annotate-color-map
+ '((20 . "#ff8059")
+ (40 . "#feacd0")
+ (60 . "#f78fe7")
+ (80 . "#f4923b")
+ (100 . "#eecc00")
+ (120 . "#cfdf30")
+ (140 . "#f8dec0")
+ (160 . "#bfebe0")
+ (180 . "#44bc44")
+ (200 . "#80d200")
+ (220 . "#6ae4b9")
+ (240 . "#4ae8fc")
+ (260 . "#00d3d0")
+ (280 . "#c6eaff")
+ (300 . "#2fafff")
+ (320 . "#79a8ff")
+ (340 . "#00bcff")
+ (360 . "#b6a0ff")))
+ '(vc-annotate-very-old-color nil)
+ '(xterm-color-names
+ ["#000000" "#ff8059" "#44bc44" "#eecc00" "#2fafff" "#feacd0" "#00d3d0" "#a8a8a8"])
+ '(xterm-color-names-bright
+ ["#181a20" "#f4923b" "#80d200" "#cfdf30" "#79a8ff" "#f78fe7" "#4ae8fc" "#ffffff"]))
(custom-set-faces
;; custom-set-faces was added by Custom.