all repos — dotfiles @ 3668cec0ad0e05a9d43432250db33d27935c7b37

my *nix dotfiles

.Xresources (view raw)

  1!     _  __                                               
  2!    | |/ /________  _________  __  _______________  _____
  3!    |   // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
  4! _ /   |/ /  /  __(__  ) /_/ / /_/ / /  / /__/  __(__  ) 
  5!(_)_/|_/_/   \___/____/\____/\__,_/_/   \___/\___/____/ 
  6!
  7
  8#define base00 #1b2b34
  9#define base01 #343d46
 10#define base02 #4f5b66
 11#define base03 #65737e
 12#define base04 #a7adba
 13#define base05 #c0c5ce
 14#define base06 #cdd3de
 15#define base07 #d8dee9
 16#define base08 #ec5f67
 17#define base09 #f99157
 18#define base0A #fac863
 19#define base0B #99c794
 20#define base0C #5fb3b3
 21#define base0D #6699cc
 22#define base0E #c594c5
 23#define base0F #ab7967
 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:       base0E
 39*color6:       base0C
 40*color7:       base05
 41
 42*color8:       base03
 43*color9:       base08
 44*color10:      base0B
 45*color11:      base0A
 46*color12:      base0D
 47*color13:      base0E
 48*color14:      base0C
 49*color15:      base07
 50
 51! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
 52! use 'shell' template to set these if necessary
 53*color16:      base09
 54*color17:      base0F
 55*color18:      base01
 56*color19:      base02
 57*color20:      base04
 58*color21:      base06
 59! Urxvt config 
 60!---------------------
 61URxvt.font: xft:Operator Mono Book:size=14
 62URxvt.scrollBar: false
 63URxvt.cursorBlink: true
 64URxvt.internalBorder: 30
 65URxvt.perl-ext: default,matcher
 66URxvt.letterSpace: -1
 67URxvt.matcher.button: 1
 68URxvt.boldFont:
 69URxvt.url-launcher: /usr/bin/firefox
 70URxvt.visualBell: false
 71URxvt.depth: 20
 72URxvt.lineSpace: 1
 73URxvt.geometry: 65x19
 74URxvt.intensityStyles: false
 75URxvt.iso14755: false
 76URxvt.iso14755_52: false
 77URxvt.keysym.Home: \033[1~
 78URxvt.keysym.End: \033[4~
 79URxvt.keysym.KP_Home: \033[1~
 80URxvt.keysym.KP_End:  \033[4~
 81
 82! ------------------------------------------------------------------------------
 83! ROFI Color theme
 84! ------------------------------------------------------------------------------
 85rofi.color-enabled: true
 86rofi.color-window:  base00, base00, base00
 87rofi.color-normal:  base00, base05, base00, base05, base00
 88rofi.color-active:  base07, base09, #000, #000, #000
 89rofi.color-urgent:  #e12a36, #dd2a4b, #1b2b34
 90rofi.font: SF Mono SemiBold 13
 91rofi.separator-style: none
 92rofi.hide-scrollbar: true
 93rofi.location:0
 94rofi.lines: 6
 95rofi.width: 350
 96rofi.yoffset: 26
 97rofi.padding: 32
 98
 99Xft.dpi: 96
100Xft.antialias: true
101Xft.hinting: true
102Xft.rgba: rgb
103Xft.autohint: false
104Xft.hintstyle: hintslight
105Xft.lcdfilter: lcddefault