From 22ca30feeebb92c2233ae639683a5052947850a0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 14 Jul 2016 22:10:02 -0400 Subject: Update urxvt font size. --- Xresources-pincer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources-pincer b/Xresources-pincer index 7aa7062..0ce5f98 100644 --- a/Xresources-pincer +++ b/Xresources-pincer @@ -1,4 +1,4 @@ -urxvt*font: xft:dejavu sans mono:size=14:antialias=true +urxvt*font: xft:dejavu sans mono:size=13:antialias=true !urxvt*font: xft:inconsolata:size=14:antialias=true urxvt*scrollBar: false -- cgit v1.2.3 From 92cba6d453994e14ff049be972e2b817dc38ddfb Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 19 Jul 2016 21:33:24 -0400 Subject: Switch spacemacs theme. --- spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacemacs b/spacemacs index c1d8275..c86fccc 100644 --- a/spacemacs +++ b/spacemacs @@ -91,7 +91,8 @@ values." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(monokai + dotspacemacs-themes '(wheatgrass + monokai spacemacs-dark base16-bright-dark spacemacs-light -- cgit v1.2.3