custom.el 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ;;; custom.el --- -*- lexical-binding: t; -*-
  2. ;; Copyright (C) 2020 Colin Powell
  3. ;; Author: Colin Powell <colin@unbl.ink>
  4. ;; Keywords:
  5. (custom-set-variables
  6. ;; custom-set-variables was added by Custom.
  7. ;; If you edit it by hand, you could mess it up, so be careful.
  8. ;; Your init file should contain only one such instance.
  9. ;; If there is more than one, they won't work right.
  10. '(doom-big-font-mode t)
  11. '(fci-rule-color "#504945")
  12. '(jdee-db-active-breakpoint-face-colors (cons "#f0f0f0" "#a89984"))
  13. '(jdee-db-requested-breakpoint-face-colors (cons "#f0f0f0" "#79740e"))
  14. '(jdee-db-spec-breakpoint-face-colors (cons "#f0f0f0" "#928374"))
  15. '(objed-cursor-color "#9d0006")
  16. '(package-selected-packages
  17. '(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))
  18. '(pdf-view-midnight-colors (cons "#282828" "#fbf1c7"))
  19. '(rustic-ansi-faces
  20. ["#fbf1c7" "#9d0006" "#79740e" "#b57614" "#076678" "#b16286" "#427b58" "#282828"])
  21. '(vc-annotate-background "#fbf1c7")
  22. '(vc-annotate-color-map
  23. (list
  24. (cons 20 "#79740e")
  25. (cons 40 "#8d7410")
  26. (cons 60 "#a17512")
  27. (cons 80 "#b57614")
  28. (cons 100 "#b3620e")
  29. (cons 120 "#b14e08")
  30. (cons 140 "#af3a03")
  31. (cons 160 "#af472e")
  32. (cons 180 "#b0545a")
  33. (cons 200 "#b16286")
  34. (cons 220 "#aa415b")
  35. (cons 240 "#a32030")
  36. (cons 260 "#9d0006")
  37. (cons 280 "#9a2021")
  38. (cons 300 "#97413c")
  39. (cons 320 "#946258")
  40. (cons 340 "#504945")
  41. (cons 360 "#504945")))
  42. '(vc-annotate-very-old-color nil))
  43. (custom-set-faces
  44. ;; custom-set-faces was added by Custom.
  45. ;; If you edit it by hand, you could mess it up, so be careful.
  46. ;; Your init file should contain only one such instance.
  47. ;; If there is more than one, they won't work right.
  48. '(default ((t (:background "#151619" :family "JetBrains Mono NL" :foundry "JB " :slant normal :weight normal :height 135 :width normal)))))