Skip to content

Commit

Permalink
emacs: correct theme
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Apr 25, 2024
1 parent d722131 commit d73eae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@

;;; General Appearence
(use-package sublime-themes
:init (load-theme 'boron t))
:init (load-theme 'brin t))

(menu-bar-mode -1)
(scroll-bar-mode -1)
(tool-bar-mode -1)

(set-face-attribute 'default nil
:family "IBM Plex Mono"
:height 180)
:height 140)

(setq inhibit-startup-screen t)

Expand Down

0 comments on commit d73eae0

Please sign in to comment.