dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

custom.el (3029B)


      1 (custom-set-variables
      2  ;; custom-set-variables was added by Custom.
      3  ;; If you edit it by hand, you could mess it up, so be careful.
      4  ;; Your init file should contain only one such instance.
      5  ;; If there is more than one, they won't work right.
      6  '(ansi-color-names-vector
      7    ["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
      8  '(custom-safe-themes
      9    '("459c874e23823f37c1b4d49b2ae5c2c6a2bf2b3bc96141d335f1704bd69cd688" "dd9f9450d2761f2f50227469079a4e7c70692cf19d48fa82181925f706a5d391" "679a1db78d150d2e26768f756570999fc6f05649f1dabd83e6d43cc5b619579f" "0d01e1e300fcafa34ba35d5cf0a21b3b23bc4053d388e352ae6a901994597ab1" "835868dcd17131ba8b9619d14c67c127aa18b90a82438c8613586331129dda63" "fc38df02f7c48603f9c392c73f1810011a04b2e1fce8f085d7e15f2b35138863" "45e9823d714d1f28f6d53f79e1981b403ae905acbd027e6fcd5f3414a78a2341" "f91395598d4cb3e2ae6a2db8527ceb83fed79dbaf007f435de3e91e5bda485fb" "6c386d159853b0ee6695b45e64f598ed45bd67c47f671f69100817d7db64724d" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "4bca89c1004e24981c840d3a32755bf859a6910c65b829d9441814000cf6c3d0" "f2927d7d87e8207fa9a0a003c0f222d45c948845de162c885bf6ad2a255babfd" "e3c64e88fec56f86b49dcdc5a831e96782baf14b09397d4057156b17062a8848" "f4876796ef5ee9c82b125a096a590c9891cec31320569fc6ff602ff99ed73dca" default))
     10  '(default-input-method "czech-qwerty")
     11  '(exwm-floating-border-color "#191b20")
     12  '(fci-rule-color "#5B6268")
     13  '(highlight-tail-colors
     14    ((("#333a38" "#99bb66" "green")
     15      . 0)
     16     (("#2b3d48" "#46D9FF" "brightcyan")
     17      . 20)))
     18  '(jdee-db-active-breakpoint-face-colors (cons "#1B2229" "#51afef"))
     19  '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65"))
     20  '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a"))
     21  '(objed-cursor-color "#ff6c6b")
     22  '(package-hidden-regexps '("^I"))
     23  '(package-selected-packages
     24    '(ivy-posframe ol-notmuch quelpa-use-package quelpa org-contrib rubik poker minesweeper undo-tree csv-mode hl-todo org-noter org-ref virtualenvwrapper elpy pdf-tools diminish company-lean counsel rainbow-mode edit-indirect expand-region elpher sr-speedbar 2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets exec-path-from-shell))
     25  '(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34"))
     26  '(rustic-ansi-faces
     27    ["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
     28  '(vc-annotate-background "#282c34")
     29  '(vc-annotate-color-map
     30    (list
     31     (cons 20 "#98be65")
     32     (cons 40 "#b4be6c")
     33     (cons 60 "#d0be73")
     34     (cons 80 "#ECBE7B")
     35     (cons 100 "#e6ab6a")
     36     (cons 120 "#e09859")
     37     (cons 140 "#da8548")
     38     (cons 160 "#d38079")
     39     (cons 180 "#cc7cab")
     40     (cons 200 "#c678dd")
     41     (cons 220 "#d974b7")
     42     (cons 240 "#ec7091")
     43     (cons 260 "#ff6c6b")
     44     (cons 280 "#cf6162")
     45     (cons 300 "#9f585a")
     46     (cons 320 "#6f4e52")
     47     (cons 340 "#5B6268")
     48     (cons 360 "#5B6268")))
     49  '(vc-annotate-very-old-color nil))