Add forgotten URxvt settings

Oops! Almost accidentally deleted this.
This commit is contained in:
Tom Willemse 2020-04-26 22:36:34 -07:00
parent 68a62390b8
commit 1f131eef79

View file

@ -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 ! Instead of having the window manager add a border, add an internal
! border to Rxvt Unicode, for style! ! border to Rxvt Unicode, for style!
URxvt.internalBorder: 15 URxvt.internalBorder: 15