From a7b4e094e5e16d19b007088e7f6aecb2be9e050f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 3 Jul 2022 18:23:44 +0200 Subject: update --- .Xresources | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 28b8436..b3589ed 100644 --- a/.Xresources +++ b/.Xresources @@ -7,9 +7,10 @@ URxvt.colorBD: blue3 URxvt.colorUL: magenta3 URxvt.cursorColor: red ! URxvt.color12: rgb:5c/5c/ff -!URxvt.font: xft:Mono:size=12 -!URxvt.letterSpace: -1 Urxvt.font: 6x13 +!URxvt.font: xft:Mono:size=12 +!URxvt.font: xft:Mono:size=10 +URxvt.letterSpace: -1 URxvt.perl-ext-common: font-size URxvt.keysym.C-Prior: font-size:increase URxvt.keysym.C-Next: font-size:decrease @@ -18,8 +19,10 @@ URxvt.keysym.C-Next: font-size:decrease xterm*termName: xterm-256color xterm*VT100.Translations: #override \ - Meta minus: smaller-vt-font() \n\ - Meta equal: larger-vt-font() \n + Ctrl Next: smaller-vt-font() \n\ + Ctrl Prior: larger-vt-font() \n +! Meta minus: smaller-vt-font() \n\ +! Meta equal: larger-vt-font() \n xterm*cursorColor: red !xterm*visualBell: true !xterm*geometry: 100x32 @@ -32,6 +35,8 @@ xterm*decTerminalID: vt340 xterm*allowWindowOps : False xterm*disallowedWindowOps : 1,2,3,4,5,6,7,8,9,11,13,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop +! Colors optimized for a light background +! ! Black + DarkGrey *color0: #000000 *color8: #555753 -- cgit v1.2.3