@@ -0,0 +1,5 @@ | |||||
#include ".Xresources.d/dpi" | |||||
#include ".Xresources.d/colors" | |||||
#include ".Xresources.d/urxvt" | |||||
#include ".Xresources.d/xfontsel" | |||||
@@ -0,0 +1,39 @@ | |||||
! Multicolor | |||||
!black | |||||
*color0: #171717 | |||||
*color8: #737373 | |||||
!red | |||||
*color1: #FF5E5E | |||||
*color9: #FF7878 | |||||
!green | |||||
*color2: #9CE82B | |||||
*color10: #9ACD32 | |||||
!yellow | |||||
*color3: #F0E68C | |||||
*color11: #EEE8AA | |||||
!blue | |||||
*color4: #008AFF | |||||
*color12: #4F98FF | |||||
!magenta | |||||
*color5: #E88CFF | |||||
*color13: #EDA6FF | |||||
!cyan | |||||
*color6: #87CEFA | |||||
*color14: #B0E2FF | |||||
!white | |||||
*color7: #DCDCCC | |||||
*color15: #FFFFFF | |||||
*background: #101010 | |||||
*foreground: #d4d4d4 | |||||
*cursorColor: darkorange2 | |||||
@@ -0,0 +1 @@ | |||||
Xft.dpi: 96 |
@@ -0,0 +1 @@ | |||||
Xft.dpi: 220 |
@@ -0,0 +1,21 @@ | |||||
! urxvt | |||||
URxvt*font: xft:fantasque sans mono:size=10, xft:DejaVu Sans Mono:size=10 | |||||
URxvt*scrollBar: plain | |||||
URxvt*scrollBar_right: true | |||||
URxvt*fading: 20 | |||||
URxvt*depth: 32 | |||||
URxvt*background: rgba:0000/0000/0000/dead | |||||
!URxvt*background: black | |||||
URxvt*visualBell: true | |||||
URxvt*borderLess: false | |||||
!URxvt*cursorUnderline: 1 | |||||
! perl extensions | |||||
URxvt*perl-ext-common: default,matcher,clipboard | |||||
URxvt*matcher.button: 1 | |||||
URxvt*url-launcher: /usr/bin/firefox | |||||
URxvt*keysym.C-C: perl:clipboard:copy | |||||
URxvt*keysym.C-V: perl:clipboard:paste | |||||
URxvt*termName: rxvt-256color | |||||
@@ -0,0 +1,9 @@ | |||||
! xfontsel - just makes is look less ugly. | |||||
XFontSel*menu*showUnselectable: false | |||||
XFontSel*MenuButton.shadowWidth: 2 | |||||
XFontsel*Toggle*ToggleStyle: check | |||||
XFontsel*MenuButton*Justify: left | |||||
XFontsel*MenuButton*MenuButtonStyle: select | |||||
.xfontsel.pane.fieldBox.MenuButton.borderWidth: 1 | |||||
.xfontsel.pane.fieldBox.MenuButton.internalHeight: 2 | |||||
.xfontsel.pane.fieldBox.MenuButton.internalWidth: 3 |