From 00b347de62859b9c0811eb6a29c6ea47f648c082 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 24 Oct 2021 21:56:00 +0200 Subject: color configuration --- rxvt/.urxvt/urxvt.conf | 10 ++++++++-- theme/.config/xressource_colors | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/rxvt/.urxvt/urxvt.conf b/rxvt/.urxvt/urxvt.conf index 55aa389..b2328d5 100644 --- a/rxvt/.urxvt/urxvt.conf +++ b/rxvt/.urxvt/urxvt.conf @@ -1,7 +1,8 @@ ! Ce fichier doit être chargé via la directive include dans le fichier .Xdefaults ! Police TTF -URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=14:antialias=true +URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:size=10:antialias=true + xterm*FaceName: Bitstream Vera Sans Mono xterm*FaceSize: 10 @@ -18,7 +19,7 @@ URxvt.termName:rxvt-256color URxvt*urgentOnBell: true ! plugin tabbedex for URxvt -URxvt.perl-ext: tabbedex,selection-to-clipboard +URxvt.perl-ext: tabbedex,selection-to-clipboard,pasta URxvt.tabbed.tabbar-fg: 7 URxvt.tabbed.tabbar-bg: 0 URxvt.tabbed.tab-fg: 0 @@ -27,6 +28,11 @@ URxvt.tabbed.title-bg: 0 URxvt.tabbed.title-fg: 7 URxvt.tabbed.title: false URxvt.tabbed.autohide: true +URxvt.keysym.M-Escape:perl:keyboard-select:activate +URxvt.keysym.Control-Shift-V: perl:pasta:paste +! Comment this if you don’t want copy when text is selected +URxvt.clipboard.autocopy: true +URxvt.underlineURLs: True !! Black urxvt.color0 : _background diff --git a/theme/.config/xressource_colors b/theme/.config/xressource_colors index 12c6645..e92c369 100644 --- a/theme/.config/xressource_colors +++ b/theme/.config/xressource_colors @@ -1,5 +1,5 @@ ! Colors taken from -! http://colorbrewer2.org/#type=qualitative&scheme=Paired&n=12 +! http://colorbrewer2.org/#type=qualitative&scheme=Paired&n=12 !! black dark/light #define _color8 #002b36 @@ -29,4 +29,4 @@ #define _color14 #fdbf6f !! white dark/light -#define _color7 #eee8d5 +!!#define _color7 #eee8d5 -- cgit v1.2.3