diff options
Diffstat (limited to 'hosts/bean/Xresources')
-rw-r--r-- | hosts/bean/Xresources | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/hosts/bean/Xresources b/hosts/bean/Xresources new file mode 100644 index 0000000..932a4ab --- /dev/null +++ b/hosts/bean/Xresources @@ -0,0 +1,39 @@ +*.background: #383c4a +*.foreground: #D2D2D2 + +!black +*color0: #383c4a +*color8: #404552 + +!red +*color1: #9A4138 +*color9: #E7766B + +!green +*color2: #4BEC90 +*color10: #3CBF75 + +!yellow +*color3: #D8D782 +*color11: #CFCD63 + +!blue +*color4: #5294e2 +*color12: #579CEF + +!magenta +*color5: #CE50DD +*color13: #E7766B + +!cyan +*color6: #6BE5E7 +*color14: #90FDFF + +!white +*color7: #CCCCCC +*color15: #FFFFFF + +!urxvt +URxvt.font: xft:Monospace:size=8 +URxvt.scrollBar: false +URxvt.letterSpacing: -1 |