From 01451f2e29ea9a5a49d68b765cd0d97a56d6cc6d Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 29 Dec 2021 20:52:05 -0500 Subject: [PATCH] xterm: Change default colors & fix font size One of the OpenBSD updates updated the DPI in a way that made it so that things are bigger [1]. Right now, I'm fixing it on an individual application basis rather than forcing the DPI, but I might change it later! Also, homebrew colors are harder on the eyes than lightgrey! [1]: https://marc.info/?l=openbsd-tech&m=163674121630769&w=2 --- .Xdefaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index e325cfa..9c8f561 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,6 +1,6 @@ ! Xdefaults -- currently just settings for xterm(1) -! What: homebrew colors for the nostalgic! XTerm*loginShell:true -XTerm*foreground: green +XTerm*foreground: lightgray XTerm*background: black -XTerm*faceName: Consolas:size=12:antialias=true +XTerm*faceName: Consolas:size=9:antialias=true +XTerm*metaSendsEscape: true -- libgit2 1.1.1