From 1f131eef7918a36582568c8f9256c820241e43e3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 22:36:34 -0700 Subject: Add forgotten URxvt settings Oops! Almost accidentally deleted this. --- urxvt/.config/X11/Xresources.d/URxvt.conf | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'urxvt/.config/X11/Xresources.d/URxvt.conf') diff --git a/urxvt/.config/X11/Xresources.d/URxvt.conf b/urxvt/.config/X11/Xresources.d/URxvt.conf index aabba41..f896e7d 100644 --- a/urxvt/.config/X11/Xresources.d/URxvt.conf +++ b/urxvt/.config/X11/Xresources.d/URxvt.conf @@ -1,3 +1,43 @@ +dnl URxvt colors +define(`URxvt_background', `bgdefault')dnl +define(`URxvt_foreground', `fgdefault')dnl +define(`URXvt_cursorColor', `fgblue')dnl +dnl BG Black +define(`URxvt_color0', `bgdim')dnl +dnl BG Red +define(`URxvt_color1', `fgred')dnl +dnl BG Green +define(`URxvt_color2', `fggreen')dnl +dnl BG Yellow +define(`URxvt_color3', `fgyellow')dnl +dnl BG Blue +define(`URxvt_color4', `fgblue')dnl +dnl BG Magenta +define(`URxvt_color5', `fgmagenta')dnl +dnl BG Cyan +define(`URxvt_color6', `fgcyan')dnl +dnl BG White +define(`URxvt_color7', `fgdim')dnl +dnl FG Black +define(`URxvt_color8', `bgbright')dnl +dnl FG Red +define(`URxvt_color9', ``#'da9d9d')dnl +dnl FG Green +define(`URxvt_color10', ``#'a9d39e')dnl +dnl FG Yellow +define(`URxvt_color11', ``#'c2ca9e')dnl +dnl FG Blue +define(`URxvt_color12', ``#'a2b8d8')dnl +dnl FG Magenta +define(`URxvt_color13', ``#'d0a8da')dnl +dnl FG Cyan +define(`URxvt_color14', ``#'abdddd')dnl +dnl FG White +define(`URxvt_color15', `fgbright')dnl +dnl Selection highlight +define(`URxvt_highlightColor', `bgblue')dnl +define(`URxvt_highlightTextColor', `fgdefault')dnl +dnl ! Instead of having the window manager add a border, add an internal ! border to Rxvt Unicode, for style! URxvt.internalBorder: 15 -- cgit v1.2.3-54-g00ecf