diff options
author | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-09-20 19:11:00 +0300 |
commit | b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab (patch) | |
tree | ace0ee0d7acf2af94839e893d8a3a7e514e185c9 /Xresources | |
parent | e233e7f028366ce8f5d58fe1cc8a88210664ddb3 (diff) | |
download | bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.gz bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.tar.bz2 bsd-b2f56a06a9b6d3c2fdc09b33fbbd568b651d5eab.zip |
.
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -12,18 +12,24 @@ XTerm*HiBackColor: #FFFFFF XTerm*scaleHeight: 1.2 urxvt*selectToClipboard: true -urxvt*font: xft:Iosevka SS13 Extended :size=14:style=Regular:antialias=true:hinting=false +urxvt*font: xft:Iosevka Slab Extended:size=14:style=Regular:antialias=true:hinting=false urxvt*scrollBar: false urxvt*rightScrollbar: false urxvt.termName: xterm-256color urxvt*Background: #FFFFFF urxvt*Foreground: #000000 urxvt*HiBackColor: #FFFFFF -urxvt*scaleHeight: 1.2 +urxvt*internalBorder: 8 +urxvt*lineSpace: 4 URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/local/bin/xdg-open +URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 ! yellow *.color3: #ffb319 *.color11: #ffb319 + +! cyan +*.color6: #0000FF +*.color12: #0000FF +*.color14: #0000FF |