summaryrefslogtreecommitdiffstats
path: root/.config/emacs/init.el
blob: 7c5958e7f4fbbd66b0c5abfaa08f8b6325f17c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
(require 'org)
(org-babel-load-file
 (expand-file-name "org/config.org"
				   user-emacs-directory))
(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.
 '(ansi-color-faces-vector
   [default default default italic underline success warning error])
 '(auth-source-save-behavior nil)
 '(ccls-sem-function-colors '("#e5b124"))
 '(ccls-sem-parameter-faces
   [ccls-sem-parameter-face-0 ccls-sem-parameter-face-1 ccls-sem-parameter-face-2 ccls-sem-parameter-face-3 ccls-sem-parameter-face-4 ccls-sem-parameter-face-5 ccls-sem-parameter-face-6 ccls-sem-parameter-face-7 ccls-sem-parameter-face-8 ccls-sem-parameter-face-9])
 '(custom-safe-themes
   '("d445c7b530713eac282ecdeea07a8fa59692c83045bf84dd112dd738c7bcad1d" "d80952c58cf1b06d936b1392c38230b74ae1a2a6729594770762dc0779ac66b7" efault))
 '(fci-rule-color "#676E95")
 '(hl-todo-keyword-faces
   '(("TODO" . "#dc752f")
	 ("NEXT" . "#dc752f")
	 ("THEM" . "#2aa198")
	 ("PROG" . "#268bd2")
	 ("OKAY" . "#268bd2")
	 ("DONT" . "#d70000")
	 ("FAIL" . "#d70000")
	 ("DONE" . "#86dc2f")
	 ("NOTE" . "#875f00")
	 ("KLUDGE" . "#875f00")
	 ("HACK" . "#875f00")
	 ("TEMP" . "#875f00")
	 ("FIXME" . "#dc752f")
	 ("XXX+" . "#dc752f")
	 ("\\?\\?\\?+" . "#dc752f")))
 '(inhibit-startup-screen t)
 '(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
   '(d2-mode python-mode arduino-cli-mode arduino-mode password-store-otp password-store evil-mu4e helm-fuzzy-find helm-fuzzier fuzzy fuzzy-finder neotree color-theme doom-modeline-now-playing treemacs-icons-dired edit-indirect yaml-mode lua-mode company-nginx company-fuzzy company-go company-shell helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer))
 '(pos-tip-background-color "#2E2A29")
 '(pos-tip-foreground-color "#d4d4d6")
 '(rustic-ansi-faces
   ["#292D3E" "#ff5370" "#c3e88d" "#ffcb6b" "#82aaff" "#c792ea" "#89DDFF" "#EEFFFF"])
 '(send-mail-function 'smtpmail-send-it)
 '(tabbar-separator '(0.2))
 '(vc-annotate-background "#292D3E")
 '(vc-annotate-color-map
   (list
	(cons 20 "#c3e88d")
	(cons 40 "#d7de81")
	(cons 60 "#ebd476")
	(cons 80 "#ffcb6b")
	(cons 100 "#fcb66b")
	(cons 120 "#f9a16b")
	(cons 140 "#f78c6c")
	(cons 160 "#e78e96")
	(cons 180 "#d690c0")
	(cons 200 "#c792ea")
	(cons 220 "#d97dc1")
	(cons 240 "#ec6898")
	(cons 260 "#ff5370")
	(cons 280 "#d95979")
	(cons 300 "#b36082")
	(cons 320 "#8d678b")
	(cons 340 "#676E95")
	(cons 360 "#676E95")))
 '(vc-annotate-very-old-color nil))
(load-theme 'gruvbox-dark-hard)
(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.
 '(ccls-sem-function-face-0 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-1 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-2 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-3 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-4 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-5 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-6 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-7 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-8 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-function-face-9 ((t (:foreground "#fabd2f"))))
 '(ccls-sem-macro-face-0 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-1 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-2 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-3 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-4 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-6 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-7 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-8 ((t (:foreground "#e27a33"))))
 '(ccls-sem-macro-face-9 ((t (:foreground "#e27a33"))))
 '(ccls-sem-parameter-face-0 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-2 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-3 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-4 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-5 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-6 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-7 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-8 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-parameter-face-9 ((t (:foreground "#58c1a4"))))
 '(ccls-sem-static-face ((t (:weight bold))))
 '(ccls-sem-type-face-0 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-1 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-2 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-3 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-4 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-5 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-6 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-7 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-8 ((t (:foreground "#d3869b"))))
 '(ccls-sem-type-face-9 ((t (:foreground "#d3869b"))))
 '(ccls-sem-variable-face-0 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-1 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-2 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-3 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-4 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-5 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-6 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-7 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-8 ((t (:foreground "#83a598"))))
 '(ccls-sem-variable-face-9 ((t (:foreground "#83a598")))))