commit 611c5cd6cc0e285dac61f3700953d0b6a02dc884 Author: Victor Berger Date: Sat Feb 10 21:50:50 2018 +0100 Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..4b8d8ec --- /dev/null +++ b/.Xresources @@ -0,0 +1,5 @@ +#include ".Xresources.d/dpi" +#include ".Xresources.d/colors" +#include ".Xresources.d/urxvt" +#include ".Xresources.d/xfontsel" + diff --git a/.Xresources.d/colors b/.Xresources.d/colors new file mode 100644 index 0000000..adf957e --- /dev/null +++ b/.Xresources.d/colors @@ -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 + diff --git a/.Xresources.d/dpi## b/.Xresources.d/dpi## new file mode 100644 index 0000000..a8dc5ef --- /dev/null +++ b/.Xresources.d/dpi## @@ -0,0 +1 @@ +Xft.dpi: 96 diff --git a/.Xresources.d/dpi##Linux.lambda b/.Xresources.d/dpi##Linux.lambda new file mode 100644 index 0000000..fbc3297 --- /dev/null +++ b/.Xresources.d/dpi##Linux.lambda @@ -0,0 +1 @@ +Xft.dpi: 220 diff --git a/.Xresources.d/urxvt b/.Xresources.d/urxvt new file mode 100644 index 0000000..69504bb --- /dev/null +++ b/.Xresources.d/urxvt @@ -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 + diff --git a/.Xresources.d/xfontsel b/.Xresources.d/xfontsel new file mode 100644 index 0000000..4dec94e --- /dev/null +++ b/.Xresources.d/xfontsel @@ -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