summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-12-16 11:42:33 +0100
committerMarc Vertes <mvertes@free.fr>2024-12-16 11:42:33 +0100
commit517baf7e7578ffb4170be32fbe8900ceea340ad5 (patch)
tree5121f0086d7a6deee194e657538bb0abf06f5cb6 /.Xresources
parent550d6039ab215459e8dc3f83e1cb238156bcc3f3 (diff)
parent4bba38ec61e0aba340ea885f2b85ace465735eca (diff)
Merge branch 'alpine' of github.com:mvertes/dotfiles into alpine
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources13
1 files changed, 9 insertions, 4 deletions
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 <Key> minus: smaller-vt-font() \n\
- Meta <Key> equal: larger-vt-font() \n
+ Ctrl <Key> Next: smaller-vt-font() \n\
+ Ctrl <Key> Prior: larger-vt-font() \n
+! Meta <Key> minus: smaller-vt-font() \n\
+! Meta <Key> 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