1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00
server-dotfiles/urxvt/.Xresources.thinkpad

134 lines
3.7 KiB
Plaintext
Raw Normal View History

2017-04-27 18:22:24 +00:00
!-------------------------------------------------------------------------------
2017-05-21 15:35:57 +00:00
! Rofi settings
!-------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: argb: EE000000, argb: EE000000, argb: EE000000
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
rofi.fake-transparency: true
rofi.lines: 3
rofi.bw: 0
rofi.hide-scrollbar: true
rofi.width: 30
rofi.element-hight: 2
rofi.padding: 500
!-------------------------------------------------------------------------------
2017-04-27 18:22:24 +00:00
! Xft settings
!-------------------------------------------------------------------------------
2017-05-29 10:58:35 +00:00
Xft.dpi: 160
2017-04-27 18:22:24 +00:00
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: true
URxvt.fading: 0
URxvt.loginShell: true
2017-05-10 19:07:40 +00:00
URxvt.saveLines: 200
2017-04-27 18:22:24 +00:00
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
2017-05-29 10:58:35 +00:00
URxvt*font: xft:DejaVuSansMonoForPowerline Nerd Font:size=10
URxvt*boldFont: xft:DejaVuSansMonoForPowerline Nerd Font:size=10
!URxvt*boldFont: xft:Dejavu Sans Mono Bold for Powerline Nerd Font:size=10
2017-04-27 18:22:24 +00:00
! Fix font space
2017-05-29 10:58:35 +00:00
! URxvt*letterSpace: -1
2017-04-27 18:22:24 +00:00
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
2017-05-29 10:58:35 +00:00
! URL handling
2017-04-27 18:22:24 +00:00
URxvt.matcher.button: 1
2017-05-21 14:22:42 +00:00
URxvt.urlLauncher: qutebrowser
2017-05-29 10:58:35 +00:00
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
2017-04-27 18:22:24 +00:00
! Cursor
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
2017-05-21 14:22:42 +00:00
! Enable paste support
2017-04-27 18:49:01 +00:00
URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
2017-05-21 14:22:42 +00:00
URxvt.perl-ext-common: default,matcher,clipboard
*shading: 20
2017-04-27 18:49:01 +00:00
2017-05-21 14:22:42 +00:00
#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
*background: S_base03
*foreground: S_base0
*fadeColor: S_base03
*cursorColor: S_base1
*pointerColorBackground:S_base01
*pointerColorForeground:S_base1
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900
2017-04-27 18:22:24 +00:00
!! black dark/light
2017-05-21 14:22:42 +00:00
*color0: S_base02
*color8: S_base03
2017-04-27 18:22:24 +00:00
!! red dark/light
2017-05-21 14:22:42 +00:00
*color1: S_red
*color9: S_orange
2017-04-27 18:22:24 +00:00
!! green dark/light
2017-05-21 14:22:42 +00:00
*color2: S_green
*color10: S_base01
2017-04-27 18:22:24 +00:00
!! yellow dark/light
2017-05-21 14:22:42 +00:00
*color3: S_yellow
*color11: S_base00
2017-04-27 18:22:24 +00:00
!! blue dark/light
2017-05-21 14:22:42 +00:00
*color4: S_blue
*color12: S_base0
2017-04-27 18:22:24 +00:00
!! magenta dark/light
2017-05-21 14:22:42 +00:00
*color5: S_magenta
*color13: S_violet
2017-04-27 18:22:24 +00:00
!! cyan dark/light
2017-05-21 14:22:42 +00:00
*color6: S_cyan
*color14: S_base1
2017-04-27 18:22:24 +00:00
!! white dark/light
2017-05-21 14:22:42 +00:00
*color7: S_base2
*color15: S_base3