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

116 lines
3.0 KiB
Desktop File
Raw Normal View History

2017-04-27 18:22:24 +00:00
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
2017-05-21 14:22:42 +00:00
Xft.dpi: 96
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.urgentOnBell: true
! URxvt.visualBell: true
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
URxvt.allow_bold: false
2017-05-14 23:39:03 +00:00
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
2017-04-27 18:22:24 +00:00
! Fix font space
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.matcher.button: 1
2017-05-21 14:22:42 +00:00
URxvt.urlLauncher: qutebrowser
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