summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el4
-rw-r--r--lib/themes/jao-light-theme.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index c5b74b3..eb245da 100644
--- a/init.el
+++ b/init.el
@@ -429,7 +429,7 @@
(use-package jao-themes
:demand t
:init
- (setq jao-themes-default-family "Hack" ;; (jao-d-l "Inconsolata LGC" "Hack")
+ (setq jao-themes-default-family (jao-d-l "RobotoMono Nerd Font" "Hack")
jao-themes-default-size (jao-d-l 10 9)
jao-themes-default-variable-pitch-family
(jao-d-l "Helvetica" "Iosevka Etoile")
@@ -443,7 +443,7 @@
(t jao-theme-term-light))))
(load-theme theme t)
(modify-all-frames-parameters `((font . ,jao-themes-default-face)))))
-
+(modify-all-frames-parameters `((font . "RobotoMono Nerd Font-10")))
(jao-themes-setup)
;;; Help system
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 2f22fc0..8d0f8ba 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -121,7 +121,7 @@
(shr-link (~ link) (ul light-gray))
(shr-code (c blue nil))
(success (c green))
- (vertical-border (c "grey70" nil))
+ (vertical-border (c "#dfdfdf" nil))
(vterm-color-yellow (c "darkgoldenrod4" yellow))
(window-divider (c "grey99" nil))
(widget-button (~ default) nit (ul "grey80"))))