From e24f418e3499afd1e9e529b8656a35376e69f52a Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 22 Oct 2024 11:07:59 +0300 Subject: initial commit --- home/dots/.Xresources | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 home/dots/.Xresources (limited to 'home/dots/.Xresources') diff --git a/home/dots/.Xresources b/home/dots/.Xresources new file mode 100644 index 0000000..5985b2c --- /dev/null +++ b/home/dots/.Xresources @@ -0,0 +1,37 @@ +Xcursor*theme: Adwaita +Xcursor*size: 32 +XTerm*faceSize: 6 +XTerm*selectToClipboard: true +XTerm*faceName: Iosevka SS13 Extended:style=regular:antialias=true:hinting=false +xterm*scrollBar: false +xterm*rightScrollbar: false +XTerm.termName: xterm-256color +XTerm*Background: #FFFFFF +XTerm*Foreground: #000000 +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*scrollBar: false +urxvt*rightScrollbar: false +urxvt.termName: xterm-256color +urxvt*Background: #FFFFFF +urxvt*Foreground: #000000 +urxvt*HiBackColor: #FFFFFF +urxvt*internalBorder: 8 +urxvt*lineSpace: 4 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 + +Emacs.font: Iosevka SS13 Extended-15 + +! yellow +*.color3: #ffb319 +*.color11: #ffb319 + +! cyan +*.color6: #0000FF +*.color12: #0000FF +*.color14: #0000FF -- cgit v1.2.3