aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-10-24 21:56:00 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-10-24 21:56:00 +0200
commit00b347de62859b9c0811eb6a29c6ea47f648c082 (patch)
tree9e5194259d7fde09defb027a89991bed9db7d1a7
parent4e1bd1e207f96ec705152e7284fcaceb135182a8 (diff)
color configuration
-rw-r--r--rxvt/.urxvt/urxvt.conf10
-rw-r--r--theme/.config/xressource_colors4
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<Paste>
+! 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