summaryrefslogtreecommitdiffstats
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el50
1 files changed, 49 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el
index 40f294b..94dc350 100644
--- a/.doom.d/custom.el
+++ b/.doom.d/custom.el
@@ -3,7 +3,55 @@
;; 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.
- '(package-selected-packages (quote (shell-pop org-superstar))))
+ '(ansi-color-names-vector
+ ["#172030" "#BF616A" "#A3BE8C" "#EBCB8B" "#81A1C1" "#B48EAD" "#88C0D0" "#ECEFF4"])
+ '(custom-safe-themes
+ (quote
+ ("01cf34eca93938925143f402c2e6141f03abb341f27d1c2dba3d50af9357ce70" "d6603a129c32b716b3d3541fc0b6bfe83d0e07f1954ee64517aa62c9405a3441" "54cf3f8314ce89c4d7e20ae52f7ff0739efb458f4326a2ca075bf34bc0b4f499" "bf387180109d222aee6bb089db48ed38403a1e330c9ec69fe1f52460a8936b66" "76bfa9318742342233d8b0b42e824130b3a50dcc732866ff8e47366aed69de11" "a3b6a3708c6692674196266aad1cb19188a6da7b4f961e1369a68f06577afa16" "4bca89c1004e24981c840d3a32755bf859a6910c65b829d9441814000cf6c3d0" default)))
+ '(fci-rule-color "#4C566A")
+ '(jdee-db-active-breakpoint-face-colors (cons "#191C25" "#81A1C1"))
+ '(jdee-db-requested-breakpoint-face-colors (cons "#191C25" "#A3BE8C"))
+ '(jdee-db-spec-breakpoint-face-colors (cons "#191C25" "#434C5E"))
+ '(objed-cursor-color "#BF616A")
+ '(package-selected-packages (quote (lsp-mode ccls lsp-ui shell-pop org-superstar)))
+ '(pdf-view-midnight-colors (cons "#ECEFF4" "#2E3440"))
+ '(rustic-ansi-faces
+ ["#2E3440" "#BF616A" "#A3BE8C" "#EBCB8B" "#81A1C1" "#B48EAD" "#88C0D0" "#ECEFF4"])
+ '(shell-pop-autocd-to-working-dir t)
+ '(shell-pop-cleanup-buffer-at-process-exit t)
+ '(shell-pop-full-span t)
+ '(shell-pop-restore-window-configuration t)
+ '(shell-pop-shell-type
+ (quote
+ ("ansi-term" "*ansi-term*"
+ (lambda nil
+ (ansi-term shell-pop-term-shell)))))
+ '(shell-pop-term-shell "/bin/zsh")
+ '(shell-pop-universal-key "<f5>")
+ '(shell-pop-window-position "bottom")
+ '(shell-pop-window-size 30)
+ '(vc-annotate-background "#2E3440")
+ '(vc-annotate-color-map
+ (list
+ (cons 20 "#A3BE8C")
+ (cons 40 "#bbc28b")
+ (cons 60 "#d3c68b")
+ (cons 80 "#EBCB8B")
+ (cons 100 "#e2b482")
+ (cons 120 "#d99d79")
+ (cons 140 "#D08770")
+ (cons 160 "#c68984")
+ (cons 180 "#bd8b98")
+ (cons 200 "#B48EAD")
+ (cons 220 "#b77f96")
+ (cons 240 "#bb7080")
+ (cons 260 "#BF616A")
+ (cons 280 "#a05b67")
+ (cons 300 "#815664")
+ (cons 320 "#625161")
+ (cons 340 "#4C566A")
+ (cons 360 "#4C566A")))
+ '(vc-annotate-very-old-color nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.