commit 01451f2e29ea9a5a49d68b765cd0d97a56d6cc6d (patch)
parent fa2219a62322fd17debc963628dba4702aa811e3
Author: Alex Karle <alex@alexkarle.com>
Date: Wed, 29 Dec 2021 20:52:05 -0500
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
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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