diff options
-rw-r--r-- | dot_Xresources | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/dot_Xresources b/dot_Xresources new file mode 100644 index 0000000..636a0bf --- /dev/null +++ b/dot_Xresources @@ -0,0 +1,52 @@ +!! urxvt +URxvt*buffered: true +URxvt*cursorBlink: false +URxvt*font: xft:MesloLGS NF:size=12:antialias=true +URxvt*depth: 32 +URxvt*borderless: 1 +URxvt*scrollBar: false +URxvt*loginShell: true +Urxvt*secondaryScroll: true +URxvt*saveLines: 99999 +URxvt*termName: rxvt-unicode +URxvt*iso14755: false +URxvt*iso14755_52: false +URxvt*keysym.Shift-Control-V: eval:paste_clipboard +URxvt*keysym.Shift-Control-C: eval:selection_to_clipboard + +! special +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ffffff + +! black +*.color0: #000000 +*.color8: #555555 + +! red +*.color1: #c90000 +*.color9: #e35f5f + +! green +*.color2: #289428 +*.color10: #97d07e + +! yellow +*.color3: #f1883f +*.color11: #f9cc72 + +! blue +*.color4: #1e76e7 +*.color12: #98d0ff + +! magenta +*.color5: #eb20df +*.color13: #ea8ff1 + +! cyan +*.color6: #099684 +*.color14: #61e5d4 + +! white +*.color7: #dddddd +*.color15: #ffffff |