diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-28 21:28:04 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-28 21:28:04 +0000 |
commit | 8bb436815f8f36d8b67c476af75168d678a50879 (patch) | |
tree | a2f33ba4467a4c90b073de06e91b488ae7164d22 | |
parent | 47bbf8fe05abb8bce3df27fd660dc600ea78b400 (diff) |
More cosmetics with xterm
-rw-r--r-- | Xresources | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -10,7 +10,8 @@ XTerm.vt100.selectToClipboard: true /* urxvt*boldFont: xft:Classic Console Neue:size=14 */ /* xterm*font: xft:monospace */ /* xterm*faceName: Hack Nerd Font Mono */ -xterm*faceName: Ubuntu Mono +/*xterm*faceName: Ubuntu Mono */ +xterm*faceName: Deja Vu Sans Mono /* xterm*fontsize: 17 */ /* XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1 *1/ */ /* xterm*faceName: Terminess Nerd Font:style=Regular */ @@ -21,13 +22,13 @@ xterm*faceSize: 12 /* xterm*font: terminus-16 */ /* xterm*font: fixed */ /* xterm*fontsize: 16pt */ -urxvt*background: black -xrxvt*foreground: white +/*urxvt*background: black */ +/* xrxvt*foreground: white */ !Theme Three xterm*background: black xterm*foreground: white -*foreground: rgb:FF/FF/FF +/* *foreground: rgb:FF/FF/FF */ /* *color0: rgb:00/00/00 */ /* *color1: rgb:e0/10/10 */ /* *color2: rgb:20/ad/20 */ @@ -44,3 +45,4 @@ xterm*foreground: white /* *color13: rgb:e6/28/ba */ /* *color14: rgb:1c/f5/f5 */ /* *color15: rgb:ff/ff/ff */ + |