XTerm*faceName: DejaVu Sans Mono for Powerline
xterm*utf8:  2
xterm*faceSize: 11
xterm*vt100*geometry: 80x60
xterm*saveLines: 0
xterm*loginShell: true
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-color
xterm*eightBitInput: false

!BLK Cursor
#define _color0        #000d18
#define _color8        #000d18
!RED Tag
#define _color1        #e89393
#define _color9        #e89393
!GRN SpecialKey
#define _color2        #9ece9e
#define _color10       #9ece9e
!YEL Keyword
#define _color3        #f0dfaf
#define _color11       #f0dfaf
!BLU Number
#define _color4        #8cd0d3
#define _color12       #8cd0d3
!MAG Precondit
#define _color5        #c0bed1
#define _color13       #c0bed1
!CYN Float
#define _color6        #dfaf8f
#define _color14       #dfaf8f
!WHT Search
#define _color7        #efefef
#define _color15       #efefef
!FMT Include, StatusLine, ErrorMsg
#define _colorBD       #ffcfaf
#define _colorUL       #ccdc90
#define _colorIT       #80d4aa
!TXT Normal, Normal, Cursor
#define _foreground    #dcdccc
#define _background    #0a0a0a
#define _cursorColor   #8faf9f
XTerm*color0         : _color0
XTerm*color1         : _color1
XTerm*color2         : _color2
XTerm*color3         : _color3
XTerm*color4         : _color4
XTerm*color5         : _color5
XTerm*color6         : _color6
XTerm*color7         : _color7
XTerm*color8         : _color8
XTerm*color9         : _color9
XTerm*color10        : _color10
XTerm*color11        : _color11
XTerm*color12        : _color12
XTerm*color13        : _color13
XTerm*color14        : _color14
XTerm*color15        : _color15
XTerm*colorBD        : _colorBD
XTerm*colorIT        : _colorIT
XTerm*colorUL        : _colorUL
XTerm*foreground     : _foreground
XTerm*background     : _background
XTerm*cursorColor    : _cursorColor

!URXVT GENERAL CONFIG
!!------------------------------------------------
!URxvt*iconFile: /usr/share/icons/Adwaita/16x16/apps/utilities-terminal.png
 URxvt.geometry: 80x22
!! URXVT FONTS
!!------------------------------------------------
URxvt*font: xft:Source\ Code\ Pro\ Medium:pixelsize=14:antialias=true:hinting=true
 URxvt*letterSpace: 1
 URxvt*allow_bold: true
!! URXVT FONT SETTINGS
!!------------------------------------------------
!! Xft.autohint: true
!! Xft.antialias: true
!! Xft.hinting: true
 Xft.hintstyle: hintslight
 Xft.rgba: rgb
 Xft.lcdfilter: lcddefault
!! URXVT ENABLE LINK SUPPORT
!!------------------------------------------------
!!URxvt.perl-lib: /home/niggacode/Documenti/perl/
!! No longer use perl stuff since we have tmux babe!
!! URxvt.perl-ext-common: default,matcher,clipboard
!!tabbed
!! URxvt.matcher.button: 1
!! URxvt.perl-ext: default
 URxvt.keysym.M-u: perl:url-select:select_next
 URxvt.url-select.launcher: /usr/bin/firefox
 URxvt.url-select.underline: true
!!disable the fucking bell
 URxvt.insecure: false
!! URXVT COPY PASTE SHORTCUTS
!!------------------------------------------------
 !!URxvt.iso14755: False
!! URxvt.keysym.Shift-Control-C: perl:clipboard:copy
!! URxvt.keysym.Shift-Control-V: perl:clipboard:paste
!! URxvt.keysym.M-c: perl:clipboard:copy
!! URxvt.keysym.M-v: perl:clipboard:paste
!! URXVT SCROLLBAR AND CURSOR STYLE
!!------------------------------------------------
 URxvt*saveLines: 0
 URxvt.scrollBar: false
 URxvt*scrollstyle: plain
 URxvt*cursorBlink: true
 URxvt*cursorUnderline: true

!! URXVT TABS
!!------------------------------------------------
 URxvt.tabbedex.autohide: yes
 URxvt.tabbedex.tabbar-fg: 2
 URxvt.tabbedex.tabbar-bg: 0
 URxvt.tabbedex.tab-fg: 10
 URxvt.tabbedex.tab-bg: 0
 URxvt.tabbedex.title: yes
 URxvt.tabbedex.new-button: no
!! URXVT FULLSCREEN TOGGLE
!!------------------------------------------------
 URxvt.keysym.F11: perl:fullscreen:switch
!! URXVT COLORS
!!------------------------------------------------
!! vim: set filetype=xdefaults :
!
!!True Transparency from Arch wiki
!!URxvt*.depth: 32
!!URxvt.background rgba:1111/1111/1111/dddd

URxvt*.depth: 32
URxvt.background: [85]#0a0a0a
!! special
 *.foreground: #93a1a1
 *.background: #3c3b37
 *.cursorColor: #93a1a1

!! black
 *.color0: #5f5f5f
 *.color8: #828282

!! red
 *.color1: #d96468
 *.color9: #d98f93

!! green
 *.color2: #a2d964
 *.color10: #b8d98f

!! yellow
 *.color3: #d9c964
 *.color11: #d9cf8f

!! blue
 *.color4: #64a2d9
 *.color12: #8f99d9

!! magenta
 *.color5: #9a64d9
 *.color13: #b08fd9

!! cyan
 *.color6: #64d9d5
 *.color14: #8fd9d5

!! white
 *.color7: #989898
 *.color15: #c5c5c5
