all repos — dotfiles @ fd6190ecf23ff82b793e3facd22a815cbb3a75c9

my *nix dotfiles

.Xresources (view raw)

  1!     _  __                                               
  2!    | |/ /________  _________  __  _______________  _____
  3!    |   // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
  4! _ /   |/ /  /  __(__  ) /_/ / /_/ / /  / /__/  __(__  ) 
  5!(_)_/|_/_/   \___/____/\____/\__,_/_/   \___/\___/____/ 
  6!
  7
  8#define base00 #1c2023
  9#define base01 #393f45
 10#define base02 #565e65
 11#define base03 #747c84
 12#define base04 #adb3ba
 13#define base05 #c7ccd1
 14#define base06 #dfe2e5
 15#define base07 #f3f4f5
 16#define base08 #c7ae95
 17#define base09 #c7c795
 18#define base0A #aec795
 19#define base0B #95c7ae
 20#define base0C #95aec7
 21#define base0D #ae95c7
 22#define base0E #c795ae
 23#define base0F #c79595
 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:       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:Roboto Mono:size=14:style=Medium: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: xft:Roboto Mono:size=14:style=Bold:antialias=true
 62URxvt.italicFont: xft:Roboto Mono:size=14:style=Italic:antialias=true
 63URxvt.url-launcher: /usr/bin/firefox
 64URxvt.visualBell: false
 65URxvt.depth: 20
 66URxvt.lineSpace: 1
 67URxvt.geometry: 65x19
 68URxvt.intensityStyles: false
 69URxvt.iso14755: false
 70URxvt.iso14755_52: false
 71URxvt.keysym.Home: \033[1~
 72URxvt.keysym.End: \033[4~
 73URxvt.keysym.KP_Home: \033[1~
 74URxvt.keysym.KP_End:  \033[4~
 75URxvt.keysym.Shift-Control-V: eval:paste_clipboard
 76URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
 77
 78! ------------------------------------------------------------------------------
 79! ROFI Color theme
 80! ------------------------------------------------------------------------------
 81rofi.color-enabled: true
 82rofi.color-window:  base00, base00, base00
 83rofi.color-normal:  base00, base05, base00, base05, base00
 84rofi.color-active:  base07, base09, #000, #000, #000
 85rofi.color-urgent:  #e12a36, #dd2a4b, #1b2b34
 86rofi.font: Roboto Mono Medium 14
 87rofi.separator-style: none
 88rofi.hide-scrollbar: true
 89rofi.location:0
 90rofi.lines: 6
 91rofi.width: 350
 92rofi.yoffset: 26
 93rofi.padding: 32
 94
 95Xft.dpi: 96
 96Xft.antialias: true
 97Xft.hinting: true
 98Xft.rgba: rgb
 99Xft.autohint: false
100Xft.hintstyle: hintslight
101Xft.lcdfilter: lcddefault
102
103! xst settings
104
105st.font: Roboto Mono:size=14:style=Medium:antialias=true 
106st.borderpx: 30
107st.cursorshape: 2
108st.mouseScrollLines:  2
109st.chscale:           1.0
110st.cwscale:           1.0