From 3b6e30507ce0e0292056ac2538daccb1e40475b9 Mon Sep 17 00:00:00 2001
From: Raul Benencia <rul@kalgan.cc>
Date: Tue, 15 Feb 2022 14:22:28 -0800
Subject: emacs: theme update

---
 .emacs.local.d/modes/themes.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to '.emacs.local.d/modes')

diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el
index 83f0995..0c776b4 100644
--- a/.emacs.local.d/modes/themes.el
+++ b/.emacs.local.d/modes/themes.el
@@ -1,6 +1,6 @@
-(load-theme 'doom-spacegrey t)
-(set-frame-parameter (selected-frame) 'alpha '(95 . 95))
-(add-to-list 'default-frame-alist '(alpha . (95 . 95)))
+(load-theme 'doom-one t)
+;(set-frame-parameter (selected-frame) 'alpha '(98 . 98))
+;(add-to-list 'default-frame-alist '(alpha . (98 . 98)))
 
 ;; Fonts
 ;; Set the font face based on platform
@@ -8,8 +8,9 @@
   ((or 'gnu/linux 'windows-nt 'cygwin)
    (set-face-attribute 'default nil
                        :font "JetBrains Mono"
-                       :weight 'light))
-  ('darwin (set-face-attribute 'default nil :font "Fira Mono" :height 200)))
+                       :weight 'light
+                       :height 160))
+  ('darwin (set-face-attribute 'default nil :font "Fira Mono" :height 160)))
 
 ;; Set the fixed pitch face
 (set-face-attribute 'fixed-pitch nil
-- 
cgit v1.2.3