51 lines
2.0 KiB
EmacsLisp
51 lines
2.0 KiB
EmacsLisp
;;; custom.el --- -*- lexical-binding: t; -*-
|
|
|
|
;; Copyright (C) 2020 Colin Powell
|
|
|
|
;; Author: Colin Powell <colin@unbl.ink>
|
|
;; Keywords:
|
|
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; 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.
|
|
'(doom-big-font-mode t)
|
|
'(fci-rule-color "#504945")
|
|
'(jdee-db-active-breakpoint-face-colors (cons "#f0f0f0" "#a89984"))
|
|
'(jdee-db-requested-breakpoint-face-colors (cons "#f0f0f0" "#79740e"))
|
|
'(jdee-db-spec-breakpoint-face-colors (cons "#f0f0f0" "#928374"))
|
|
'(objed-cursor-color "#9d0006")
|
|
'(package-selected-packages
|
|
'(leuven-theme openwith caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))
|
|
'(pdf-view-midnight-colors (cons "#282828" "#fbf1c7"))
|
|
'(rustic-ansi-faces
|
|
["#fbf1c7" "#9d0006" "#79740e" "#b57614" "#076678" "#b16286" "#427b58" "#282828"])
|
|
'(vc-annotate-background "#fbf1c7")
|
|
'(vc-annotate-color-map
|
|
(list
|
|
(cons 20 "#79740e")
|
|
(cons 40 "#8d7410")
|
|
(cons 60 "#a17512")
|
|
(cons 80 "#b57614")
|
|
(cons 100 "#b3620e")
|
|
(cons 120 "#b14e08")
|
|
(cons 140 "#af3a03")
|
|
(cons 160 "#af472e")
|
|
(cons 180 "#b0545a")
|
|
(cons 200 "#b16286")
|
|
(cons 220 "#aa415b")
|
|
(cons 240 "#a32030")
|
|
(cons 260 "#9d0006")
|
|
(cons 280 "#9a2021")
|
|
(cons 300 "#97413c")
|
|
(cons 320 "#946258")
|
|
(cons 340 "#504945")
|
|
(cons 360 "#504945")))
|
|
'(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.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(default ((t (:background "#151619" :family "JetBrains Mono NL" :foundry "JB " :slant normal :weight normal :height 135 :width normal)))))
|