aboutsummaryrefslogtreecommitdiffstats
path: root/urxvt
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 22:36:34 -0700
committerGravatar Tom Willemse2020-04-26 22:36:34 -0700
commit1f131eef7918a36582568c8f9256c820241e43e3 (patch)
treee2032cc3c13b4c90d13ed1f563e7481d32f99ffe /urxvt
parent68a62390b82bbd80ec292a54d0d4bfc847854e29 (diff)
downloadnew-dotfiles-1f131eef7918a36582568c8f9256c820241e43e3.tar.gz
new-dotfiles-1f131eef7918a36582568c8f9256c820241e43e3.zip
Add forgotten URxvt settings
Oops! Almost accidentally deleted this.
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/.config/X11/Xresources.d/URxvt.conf40
1 files changed, 40 insertions, 0 deletions
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