aboutsummaryrefslogtreecommitdiffstats
path: root/urxvt/.config/X11/Xresources.d/URxvt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/.config/X11/Xresources.d/URxvt.conf')
-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