all repos — dotfiles @ c10456ceb1899ffa049ed17d1be861884392cdbc

my *nix dotfiles

.Xresources (view raw)

  1!     _  __                                               
  2!    | |/ /________  _________  __  _______________  _____
  3!    |   // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
  4! _ /   |/ /  /  __(__  ) /_/ / /_/ / /  / /__/  __(__  ) 
  5!(_)_/|_/_/   \___/____/\____/\__,_/_/   \___/\___/____/ 
  6!
  7
  8#define base00 #151515
  9#define base01 #202020
 10#define base02 #303030
 11#define base03 #505050
 12#define base04 #b0b0b0
 13#define base05 #d0d0d0
 14#define base06 #e0e0e0
 15#define base07 #f5f5f5
 16#define base08 #fb9fb1
 17#define base09 #eda987
 18#define base0A #ddb26f
 19#define base0B #acc267
 20#define base0C #12cfc0
 21#define base0D #6fc2ef
 22#define base0E #e1a3ee
 23#define base0F #deaf8f
 24
 25*foreground:   base05
 26#ifdef background_opacity
 27*background:   [background_opacity]base00
 28#else
 29*background:   base00
 30#endif
 31*cursorColor:  base05
 32
 33*color0:       base00
 34*color1:       base08
 35*color2:       base0B
 36*color3:       base0A
 37*color4:       base0D
 38*color5:      
 39*color6:       base0C
 40*color7:       base05
 41
 42*color8:       base03
 43*color9:       base09
 44*color10:      base01
 45*color11:      base02
 46*color12:      base04
 47*color13:      base06
 48*color14:      base0F
 49*color15:      base07
 50
 51
 52! Urxvt config 
 53!---------------------
 54URxvt.font: xft:SF Mono:size=14:style=Semibold:antialias=true 
 55URxvt.scrollBar: false
 56URxvt.cursorBlink: true
 57URxvt.internalBorder: 30
 58URxvt.perl-ext: default,matcher
 59URxvt.letterSpace: -1
 60URxvt.matcher.button: 1
 61URxvt.boldFont:
 62URxvt.url-launcher: /usr/bin/firefox
 63URxvt.visualBell: false
 64URxvt.depth: 20
 65URxvt.lineSpace: 1
 66URxvt.geometry: 65x19
 67URxvt.intensityStyles: false
 68URxvt.iso14755: false
 69URxvt.iso14755_52: false
 70URxvt.keysym.Home: \033[1~
 71URxvt.keysym.End: \033[4~
 72URxvt.keysym.KP_Home: \033[1~
 73URxvt.keysym.KP_End:  \033[4~
 74URxvt.keysym.Shift-Control-V: eval:paste_clipboard
 75URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
 76
 77! ------------------------------------------------------------------------------
 78! ROFI Color theme
 79! ------------------------------------------------------------------------------
 80rofi.color-enabled: true
 81rofi.color-window:  base00, base00, base00
 82rofi.color-normal:  base00, base05, base00, base05, base00
 83rofi.color-active:  base07, base09, #000, #000, #000
 84rofi.color-urgent:  #e12a36, #dd2a4b, #1b2b34
 85rofi.font: SF Mono Semibold 13
 86rofi.separator-style: none
 87rofi.hide-scrollbar: true
 88rofi.location:0
 89rofi.lines: 6
 90rofi.width: 350
 91rofi.yoffset: 26
 92rofi.padding: 32
 93
 94Xft.dpi: 96
 95Xft.antialias: true
 96Xft.hinting: true
 97Xft.rgba: rgb
 98Xft.autohint: false
 99Xft.hintstyle: hintslight
100Xft.lcdfilter: lcddefault