dotfiles

my dotfiles.
Log | Files | Refs | README | LICENSE

Xresources (9617B)


      1 Xft.dpi:       96
      2 Xft.antialias: true
      3 Xft.hinting:   true
      4 Xft.rgba:      rgb
      5 Xft.autohint:  false
      6 Xft.hintstyle: hintslight
      7 Xft.lcdfilter: lcddefault
      8 
      9 *fading:                          0
     10 *fadeColor:                       black
     11 *pointerColorBackground:          #2B2C2B
     12 *pointerColorForeground:          #16A085
     13 
     14 Xcursor.theme: xcursor-breeze
     15 
     16 !! special
     17 !*.foreground:   #a4e4a5
     18 !*.background:   #050b05
     19 !*.cursorColor:  #a4e4a5
     20 !
     21 !! black
     22 !*.color0:       #0a130a
     23 !*.color8:       #e6c450
     24 !
     25 !! red
     26 !*.color1:       #121d12
     27 !*.color9:       #6bdeda
     28 !
     29 !! green
     30 !*.color2:       #203020
     31 !*.color10:      #7aa8e6
     32 !
     33 !! yellow
     34 !*.color3:       #334a33
     35 !*.color11:      #f28bf1
     36 !
     37 !! blue
     38 !*.color4:       #4b6a4b
     39 !*.color12:      #fccbce
     40 !
     41 !! magenta
     42 !*.color5:       #689168
     43 !*.color13:      #77aef4
     44 !
     45 !! cyan
     46 !*.color6:       #89bf8a
     47 !*.color14:      #6cd1cd
     48 !
     49 !! white
     50 !*.color7:       #bdefbe
     51 !*.color15:      #65dc67
     52 
     53 !*.color0:        #1E2541
     54 !*.color1:        #F0719B
     55 !*.color2:        #5AF7B0
     56 !*.color3:        #FFA56B
     57 !*.color4:        #57C7FF
     58 !*.color5:        #C792EA
     59 !*.color6:        #89DDFF
     60 !*.color7:        #EEFFFF
     61 !*.color8:        #354274
     62 !*.color9:        #F02E6E
     63 !*.color10:       #2CE592
     64 !*.color11:       #FF8537
     65 !*.color12:       #1DA0E2
     66 !*.color13:       #A742EA
     67 !*.color14:       #47BAE8
     68 !*.color15:       #DEE6E7
     69 !*.color16:       #2A335A
     70 
     71 ! Dracula Xresources palette
     72 *.foreground: #F8F8F2
     73 *.background: #282A36
     74 *.color0:     #000000
     75 *.color8:     #4D4D4D
     76 *.color1:     #FF5555
     77 *.color9:     #FF6E67
     78 *.color2:     #50FA7B
     79 *.color10:    #5AF78E
     80 *.color3:     #F1FA8C
     81 *.color11:    #F4F99D
     82 *.color4:     #BD93F9
     83 *.color12:    #CAA9FA
     84 *.color5:     #FF79C6
     85 *.color13:    #FF92D0
     86 *.color6:     #8BE9FD
     87 *.color14:    #9AEDFE
     88 *.color7:     #BFBFBF
     89 *.color15:    #E6E6E6
     90 
     91 !*.background:    #1E2541
     92 !*.foreground:    white
     93 *.cursorColor:   magenta
     94 !*.font:          Anonymice Powerline:pixelsize=16:antialias=true:autohint=true:style=Bold
     95 !*.font:          Ubuntu Mono derivative Powerline:pixelsize=16:antialias=true:autohint=true
     96 !*.font:          APL385 Unicode:pixelsize=17:antialias=true:autohint=true
     97 *.font:          BQN386 Nerd Font:style=Book:pixelsize=17:antialias=true:autohint=true
     98 !*.font:         JuliaMono:style=Regular:pixelsize=13:antialias=true:autohint=true
     99 !:style=Bold
    100 !*.letterSpace:-4
    101 
    102 URxvt.background:    #1E2541
    103 !URxvt.font:      xft:Ubuntu Mono derivative Powerline:style=Bold:size=12:, xft:Symbola:size=12
    104 !URxvt.letterSpace:-1
    105 
    106 ! alternative font settings with 'terminus':
    107 !URxvt.font:      -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
    108 ! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
    109 !! terminus names see end of file!
    110 
    111 URxvt.depth:                      32
    112 !URxvt.background:                 [100]#222D31
    113 URxvt*scrollBar:                  false
    114 URxvt*mouseWheelScrollPage:       false
    115 URxvt*cursorBlink:                true
    116 !URxvt*background:                 black
    117 !URxvt*foreground:                 white
    118 URxvt*saveLines:                  5000
    119 
    120 ! for 'fake' transparency (without Compton) uncomment the following three lines
    121 !Rxvt*inheritPixmap:            true
    122 !URxvt*transparent:              true
    123 !URxvt*shading:                  138
    124 
    125 ! Normal copy-paste keybindings without perls
    126 URxvt.iso14755:                   false
    127 URxvt.keysym.Shift-Control-V:     eval:paste_clipboard
    128 URxvt.keysym.Shift-Control-C:     eval:selection_to_clipboard
    129 !Xterm escape codes, word by word movement
    130 URxvt.keysym.Control-Left:        033[1;5D
    131 URxvt.keysym.Shift-Control-Left:  033[1;6D
    132 URxvt.keysym.Control-Right:       033[1;5C
    133 URxvt.keysym.Shift-Control-Right: 033[1;6C
    134 URxvt.keysym.Control-Up:          033[1;5A
    135 URxvt.keysym.Shift-Control-Up:    033[1;6A
    136 URxvt.keysym.Control-Down:        033[1;5B
    137 URxvt.keysym.Shift-Control-Down:  033[1;6B
    138 ! Rxvt.perl-ext-common:             ...,clipboard
    139 ! URxvt.keysym.M-C-c:               perl:clipboard:copy
    140 ! URxvt.keysym.M-v:                 perl:clipboard:paste
    141 ! URxvt.keysym.M-C-v:               perl:clipboard:paste_escaped
    142 ! URxvt*termName:                   string
    143 ! URxvt*geometry:                   geometry
    144 ! URxvt*chdir:                      string
    145 ! URxvt*loginShell:                 boolean
    146 ! URxvt*multiClickTime:             number
    147 ! URxvt*jumpScroll:                 boolean
    148 ! URxvt*skipScroll:                 boolean
    149 ! URxvt*pastableTabs:               boolean
    150 ! URxvt*scrollstyle:                plain
    151 ! URxvt*scrollBar_right:            boolean
    152 ! URxvt*scrollBar_floating:         true
    153 ! URxvt*scrollBar_align:            mode
    154 ! URxvt*thickness:                  number
    155 ! URxvt*scrollTtyOutput:            boolean
    156 ! URxvt*scrollTtyKeypress:          boolean
    157 ! URxvt*scrollWithBuffer:           boolean
    158 ! URxvt*tintColor:                  !7DA55
    159 ! URxvt*blurRadius:                 HxV
    160 ! URxvt*fading:                     number
    161 ! URxvt*fadeColor:                  color
    162 ! URxvt*utmpInhibit:                boolean
    163 ! URxvt*urgentOnBell:               boolean
    164 ! URxvt*visualBell:                 boolean
    165 ! URxvt*mapAlert:                   boolean
    166 ! URxvt*meta8:                      boolean
    167 ! URxvt*tripleclickwords:           boolean
    168 ! URxvt*insecure:                   boolean
    169 ! URxvt*cursorUnderline:            boolean
    170 ! URxvt*pointerBlank:               boolean
    171 ! URxvt*colorBD:                    color
    172 ! URxvt*colorIT:                    color
    173 ! URxvt*colorUL:                    color
    174 ! URxvt*colorRV:                    color
    175 ! URxvt*underlineColor:             color
    176 ! URxvt*scrollColor:                color
    177 ! URxvt*troughColor:                color
    178 ! URxvt*highlightColor:             color
    179 ! URxvt*highlightTextColor:         color
    180 ! URxvt*cursorColor:                color
    181 ! URxvt*cursorColor2:               color
    182 ! URxvt*pointerColor:               color
    183 ! URxvt*pointerColor2:              color
    184 ! URxvt*borderColor:                color
    185 ! URxvt*iconFile:                   file
    186 ! URxvt*font:                       fontname
    187 ! URxvt*boldFont:                   fontname
    188 ! URxvt*italicFont:                 fontname
    189 ! URxvt*boldItalicFont:             fontname
    190 ! URxvt*intensityStyles:            boolean
    191 ! URxvt*inputMethod:                name
    192 ! URxvt*preeditType:                style
    193 ! URxvt*imLocale:                   string
    194 ! URxvt*imFont:                     fontname
    195 ! URxvt*title:                      string
    196 ! URxvt*iconName:                   string
    197 ! URxvt*buffered:                   boolean
    198 ! URxvt*depth:                      number
    199 ! URxvt*visual:                     number
    200 ! URxvt*transient-for:              windowid
    201 ! URxvt*override-redirect:          boolean
    202 ! URxvt*hold:                       boolean
    203 ! URxvt*externalBorder:             number
    204 ! URxvt*internalBorder:             number
    205 ! URxvt*borderLess:                 true
    206 ! URxvt*lineSpace:                  number
    207 ! URxvt*letterSpace:                number
    208 ! URxvt*skipBuiltinGlyphs:          boolean
    209 ! URxvt*pointerBlankDelay:          number
    210 ! URxvt*backspacekey:               string
    211 ! URxvt*deletekey:                  string
    212 ! URxvt*print-pipe:                 string
    213 ! URxvt*modifier:                   modifier
    214 ! URxvt*cutchars:                   string
    215 ! URxvt*answerbackString:           string
    216 ! URxvt*secondaryScreen:            boolean
    217 ! URxvt*secondaryScroll:            boolean
    218 ! URxvt*perl-lib:                   string
    219 ! URxvt*perl-eval:                  perl-eval
    220 ! URxvt*perl-ext-common:            string
    221 ! URxvt*perl-ext:                   string
    222 ! URxvt*iso14755:                   boolean
    223 ! URxvt*iso14755_52:                boolean
    224 ! URxvt*xrm:                        string
    225 ! URxvt*keysym.sym:                 keysym
    226 ! URxvt*background.border:          boolean
    227 ! URxvt*background.expr:            string
    228 ! URxvt*background.interval:        seconds
    229 ! URxvt*bell-command:               string
    230 ! URxvt*kuake.hotkey:               string
    231 ! URxvt*matcher.button:             string
    232 ! URxvt*matcher.launcher:           string
    233 ! URxvt*matcher.launcher.*:         string
    234 ! URxvt*matcher.pattern.*:          string
    235 ! URxvt*matcher.rend.*:             string
    236 ! URxvt*remote-clipboard.fetch:     string
    237 ! URxvt*remote-clipboard.store:     string
    238 ! URxvt*searchable-scrollback:      string
    239 ! URxvt*selection-autotransform.*:  string
    240 ! URxvt*selection-pastebin.cmd:     string
    241 ! URxvt*selection-pastebin.url:     string
    242 ! URxvt*selection.pattern-0:        string
    243 ! URxvt*tab-bg:                     colour
    244 ! URxvt*tab-fg:                     colour
    245 ! URxvt*tabbar-bg:                  colour
    246 ! URxvt*tabbar-fg:                  colour
    247 ! URxvt*url-launcher:               string
    248 
    249 ! The Terminus font uses the following X-names:
    250 ! -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
    251 ! -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
    252 ! -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
    253 ! -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1
    254 ! -xos4-terminus-medium-r-normal--22-220-72-72-c-110-iso10646-1
    255 ! -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso10646-1
    256 ! -xos4-terminus-medium-r-normal--28-280-72-72-c-140-iso10646-1
    257 ! -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1
    258 ! -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso10646-1
    259 ! -xos4-terminus-bold-r-normal--14-140-72-72-c-80-iso10646-1
    260 ! -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
    261 ! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
    262 ! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
    263 ! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
    264 ! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1