Skip to content

Commit

Permalink
doom: Decrease font size a bit + dark theme
Browse files Browse the repository at this point in the history
Light theme is suitable for summer coding...
  • Loading branch information
chelmertz committed Nov 17, 2021
1 parent a3dfc1b commit 8d04779
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ alias cdd="cd ~/code/github/chelmertz/dotfiles"

alias rg="ripgrep.rg"
alias x="xdg-open"
alias bat="bat"
#alias bat="bat --theme=Coldark-Cold" #useful when terminal bg is light
batt() {
fd "$*" | xargs bat
}
Expand Down
6 changes: 3 additions & 3 deletions .doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
;;
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
(setq doom-font (font-spec :family "monospace" :size 14))
(setq doom-font (font-spec :family "monospace" :size 12))

;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
;(setq doom-theme 'doom-one) ; dark, default
(setq doom-theme 'doom-acario-light) ; light
(setq doom-theme 'doom-one) ; dark, default
;(setq doom-theme 'doom-acario-light) ; light

;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
Expand Down
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[core]
excludesfile = ~/.gitignore_global
# GIT_PAGER=less git diff, if you want to opt out
pager = delta
pager = delta --dark --navigate
[interactive]
diffFilter = delta --color-only
[delta]
Expand Down

0 comments on commit 8d04779

Please sign in to comment.