summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-21 23:18:40 +0200
committerPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-21 23:18:40 +0200
commit8a57df22637c0177f93ef1dd48652e6f6903e5eb (patch)
treee8f4f0a0b17a5597f940358be1f60d0553761e39
parent04f701896a31a76de4477f91e445747f8c589979 (diff)
add .Xdefaults
-rwxr-xr-x.Xdefaults48
1 files changed, 48 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
new file mode 100755
index 0000000..efe8d81
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,48 @@
+urxvt*depth: 32
+urxvt*termName: screen-256color
+urxvt*background: rgba:0000/0000/0000/dddd
+urxvt.font: xft:DejaVu Sans Mono for Powerline:style=Book:pixelsize=16,xft:DejaVu Sans Mono:style=Book:pixelsize=16,xft:Noto Sans Mono CJK JP:style=Book:pixelsize=16
+urxvt*scrollBar : false
+!urxvt*shading: 100
+!urxvt*fading: 25
+URxvt.inputMethod: ibus
+URxvt.preeditType: OnTheSpot,None
+URxvt.perl-ext-common: font-size,url-select
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.url-select.underline: true
+
+*foreground: #ababab
+*background: #292929
+*color0: #1b1b1b
+*color1: #ff6b6b
+*color2: #a3d46e
+*color3: #eaca75
+*color4: #435e87
+*color5: #cf8243
+*color6: #789ec6
+*color7: #ababab
+*color8: #555753
+*color9: #ff8d8d
+*color10: #c8e7a8
+*color11: #ffd155
+*color12: #587aa4
+*color13: #f6a24f
+*color14: #46a4ff
+*color15: #ababab
+
+! ------------------------------------------------------------------------------
+! ROFI Color theme
+! Copyright: Rasmus Steinke
+! ------------------------------------------------------------------------------
+rofi.color-enabled: true
+rofi.color-window: #273238, #273238, #1e2529
+rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
+rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
+rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
+rofi.terminal: urxvt
+rofi.ssh-client: ssh
+rofi.ssh-command: {terminal} -e {ssh-client} {host}
+
+Emacs.font: DejaVu Sans Mono for Powerline:size=13:antialise:true
+Emacs.fontBackend: xft
+Emacs*useXIM: true