diff options
author | neodarz <neodarz@neodarz.net> | 2017-12-27 18:29:10 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-12-27 18:29:10 +0100 |
commit | bda2442ab02187556e6f350dad560e75355192a5 (patch) | |
tree | fa23327c926f9fef0ba332a69f7020417382ba49 /Xresources/.Xresources | |
parent | 4bd2caeddb102cbfb7a2c3cd1bf51139cfd8bc77 (diff) | |
download | dotfiles_ascii-bda2442ab02187556e6f350dad560e75355192a5.tar.xz dotfiles_ascii-bda2442ab02187556e6f350dad560e75355192a5.zip |
Add urxvt by default
Diffstat (limited to 'Xresources/.Xresources')
-rw-r--r-- | Xresources/.Xresources | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/Xresources/.Xresources b/Xresources/.Xresources index 1eef16e..26bca17 100644 --- a/Xresources/.Xresources +++ b/Xresources/.Xresources @@ -3,43 +3,42 @@ ! ! ------------------------------------------------------------------------------ -*background: #272827 -*foreground: #657b83 +*background: black +*foreground: white *fading: 15 *fadeColor: black -*cursorColor: #16A085 -*pointerColorBackground:#2B2C2B -*pointerColorForeground:#16A085 +*cursorColor: white +*pointerColorBackground:white +*pointerColorForeground:black -!! black dark/light -*color0: #282928 -*color8: #272827 +! black dark/light +*color0: #303030 +*color8: #303030 !! red dark/light -*color1: #983133 -*color9: #985F31 +*color1: red +*color9: red !! green dark/light -*color2: #1D584D -*color10: #16A085 +*color2: green +*color10: green !! yellow dark/light -*color3: #5CE022 -*color11: #63B93D +*color3: yellow +*color11: yellow !! blue dark/light -*color4: #001B33 -*color12: #839496 +*color4: blue +*color12: blue !! cyan dark/light -*color6: #4F6A98 -*color14: #2269E0 +*color6: cyan +*color14: cyan !! white dark/light -*color7: #fdf6e3 -*color15: #fdf6e3 - -! ------------------------------------------------------------------------------ +*color7: white +*color15: white +!! ------------------------------------------------------------------------------ ! Xft conf ! ------------------------------------------------------------------------------ @@ -67,14 +66,14 @@ XTerm*selectToClipboard: true ! URxvt conf ! ------------------------------------------------------------------------------ -URxvt.font: fira-code 8 +URxvt.font: xft:Monoid:size=7 URxvt.depth: 32 URxvt.background: [80]#000000 URxvt*scrollBar: false URxvt*mouseWheelScrollPage: false URxvt*cursorBlink: true URxvt*background: black -URxvt*foreground: grey +URxvt*foreground: white URxvt*saveLines: 5000 ! ------------------------------------------------------------------------------ |