Skip to content

Commit

Permalink
Change defaut theme and font
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Feb 9, 2023
1 parent 4a2f21e commit 9e1f146
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lisp/alc/alc-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Possible values are 'personal (by defaut) or 'work."
;; https://github.com/doomemacs/themes
:ensure t
:init
(load-theme 'doom-one t)
(load-theme 'doom-dark+ t)
:config
(setq doom-themes-treemacs-theme "doom-colors")
(doom-themes-treemacs-config)
Expand All @@ -86,7 +86,9 @@ Possible values are 'personal (by defaut) or 'work."
(cond ((eq system-type 'windows-nt)
(alc-set-font "Consolas" 100))
((eq system-type 'gnu/linux)
(alc-set-font "Source Code Pro" 105)))
(alc-set-font "JetBrains Mono" 120)))

(setq-default line-spacing nil)

(setq-default cursor-type 'bar)
(global-hl-line-mode 1)
Expand Down

0 comments on commit 9e1f146

Please sign in to comment.