summary refs log tree commit diff stats
path: root/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources75
1 files changed, 57 insertions, 18 deletions
diff --git a/.Xresources b/.Xresources
index c1158bf..9e2a74d 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,20 +1,59 @@
-URxvt*loginShell: true
-URxvt*foreground: gray
-URxvt*background: black
-URxvt*font: xft:Terminus:pixelsize=11:encoding=combined
-URxvt*scrollBar: false
-URxvt*metaSendsEscape: true
-URxvt*bellIsUrgent: true
+*background:                      #272827
+*foreground:                      #657b83
+*cursorColor:                     #16A085
 
-XTerm*loginShell: true
-XTerm*foreground: gray
-XTerm*background: black
-XTerm*faceName: xft:Hasklig:pixelsize=12
-XTerm*faceSize: 14
-XTerm*scrollBar: false
-XTerm*metaSendsEscape: true
-XTerm*bellIsUrgent: true
-XTerm*VT100.Translations: #override\n\
-    Ctrl Shift <KeyPress> v: insert-selection(CLIPBOARD)\n\
-    Ctrl Shift <KeyPress> c: copy-selection(CLIPBOARD)\n
+*color0:                          #232423
+*color8:                          #282928
+*color1:                          #BA2922
+*color9:                          #CC372C
+*color2:                          #7E807E
+*color10:                         #8D8F8D
+*color3:                          #4C4F4D
+*color11:                         #4E524F
+*color4:                          #16A085
+*color12:                         #13BF9D
+*color5:                          #43746A
+*color13:                         #487D72
+*color6:                          #00CCCC
+*color14:                         #00D1D1
+*color7:                          #E0E0E0
+*color15:                         #E8E8E8
 
+URxvt.font: xft:Source Code Pro:size=10.5
+URxvt.depth:                      32
+URxvt*scrollBar:                  false
+URxvt*mouseWheelScrollPage:       false
+URxvt*cursorBlink:                true
+URxvt*saveLines:                  5000
+URxvt*internalBorder: 5
+URxvt*geometry: 70x19
+
+rofi.color-enabled: true
+rofi.color-window: #272827, #13bf9d, #13bf9d
+rofi.color-normal: #272827, #657b83, #272827, #272827, #13bf9d
+rofi.color-active: #272827, #657b83, #272827, #272827, #13bf9d
+rofi.color-urgent: #272827, #657b83, #272827, #272827, #13bf9d
+
+rofi.separator-style: solid
+rofi.sidebar-mode: false
+rofi.lines: 5
+rofi.font: Source Code Pro Semibold 10.5
+rofi.bw: 1
+rofi.columns: 2
+rofi.padding: 5
+rofi.fixed-num-lines: true
+rofi.hide-scrollbar: true
+
+! Normal copy-paste keybindings without perls
+URxvt.iso14755:                   false
+URxvt.keysym.Shift-Control-V:     eval:paste_clipboard
+URxvt.keysym.Shift-Control-C:     eval:selection_to_clipboard
+!Xterm escape codes, word by word movement
+URxvt.keysym.Control-Left:        \033[1;5D
+URxvt.keysym.Shift-Control-Left:  \033[1;6D
+URxvt.keysym.Control-Right:       \033[1;5C
+URxvt.keysym.Shift-Control-Right: \033[1;6C
+URxvt.keysym.Control-Up:          \033[1;5A
+URxvt.keysym.Shift-Control-Up:    \033[1;6A
+URxvt.keysym.Control-Down:        \033[1;5B
+URxvt.keysym.Shift-Control-Down:  \033[1;6B