diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -189,15 +189,16 @@ | |||
189 | (set-background-color "black") | 189 | (set-background-color "black") |
190 | 190 | ||
191 | ;; Cursor | 191 | ;; Cursor |
192 | (setq cursor-type 'box) | 192 | (setq cursor-type 'box |
193 | (set-cursor-color "grey13") | 193 | blink-cursor-blinks 0) |
194 | (add-to-list 'default-frame-alist '(cursor-color . "orange")) | ||
194 | 195 | ||
195 | ;; Highlights | 196 | ;; Highlights |
196 | (set-face-attribute 'highlight nil :background "#333") | 197 | (set-face-attribute 'highlight nil :background "#333") |
197 | 198 | ||
198 | ;; Selection | 199 | ;; Selection |
199 | (set-face-attribute 'region nil | 200 | (set-face-attribute 'region nil |
200 | :background "#222" | 201 | :background "#110" |
201 | :foreground nil) | 202 | :foreground nil) |
202 | 203 | ||
203 | ;; Comments | 204 | ;; Comments |