dotfiles/.Xresources

87 lines
2.3 KiB
Plaintext

! urxvt*transparent: true
! urxvt*shading: 10
urxvt*scrollBar: false
!urxvt*font: xft:Source\ Code\ Pro-10:antialias=true:hinting=true:style=regular
!urxvt*boldfont: xft:Source\ Code\ Pro-10:bold:antialias=true:hinting=true
urxvt*font: xft:inconsolata-10:antialias=true:hinting=false:style=regular
urxvt*boldfont: xft:inconsolata-10:bold:antialias=true:hinting=false
urxvt*saveLines: 0
urxvt*depth: 24
urxvt*internalBorder: 0
urxvt*externalBorder: 0
URxvt.borderWidth: 0
URxvt.internalBorder: 0
URxvt.externalBorder: 0
! urxvt*fading: 20
! urxvt*borderLess: true
urxvt.backgroundPixmap: /home/plantroon/Pictures/misc/terminalwp;:root
urxvt.perl-ext-common: default,bell-command
urxvt*bell-command: notify-send "Activity in terminal"
Xft.hinting: false
! Xft.hintstyle: hintslight
Xft.autohint: false
! ROFI Color theme
! ------------------------------------------------------------------------------
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
! CURRENT COLOR CONFIG
!------------------------------
! Base16 Default Dark
! Scheme: Chris Kempson (http://chriskempson.com)
#define base00 #181818
#define base01 #282828
#define base02 #383838
#define base03 #585858
#define base04 #b8b8b8
#define base05 #d8d8d8
#define base06 #e8e8e8
#define base07 #f8f8f8
#define base08 #ab4642
#define base09 #dc9656
#define base0A #f7ca88
#define base0B #a1b56c
#define base0C #86c1b9
#define base0D #7cafc2
#define base0E #ba8baf
#define base0F #a16946
urxvt*backgroundColor: base00
*.foreground: base05
*.background: base00
*.cursorColor: base05
*.color0: base00
*.color1: base08
*.color2: base0B
*.color3: base0A
*.color4: base0D
*.color5: base0E
*.color6: base0C
*.color7: base05
*.color8: base03
*.color9: base08
*.color10: base0B
*.color11: base0A
*.color12: base0D
*.color13: base0E
*.color14: base0C
*.color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*.color16: base09
*.color17: base0F
*.color18: base01
*.color19: base02
*.color20: base04
*.color21: base06