Merge updates from recent build

This commit is contained in:
natemaia
2017-10-23 16:35:35 -07:00
parent f6fd221a54
commit fdb541b244
376 changed files with 29906 additions and 671 deletions

47
home/.Xresources Normal file → Executable file
View File

@ -1,46 +1,46 @@
! ------------------------------------------------------------------------------
! archlabs theme colors
! theme colors
! ------------------------------------------------------------------------------
! special
*.foreground: #c0c5ce
*.background: #2b303b
*.cursorColor: #c0c5ce
! black
*.color0: #2b303b
*.color8: #65737e
! red
*.color1: #bf616a
*.color9: #bf616a
! green
*.color2: #a3be8c
*.color10: #a3be8c
! yellow
*.color3: #ebcb8b
*.color11: #ebcb8b
! blue
*.color4: #8fa1b3
*.color12: #8fa1b3
! magenta
*.color5: #b48ead
*.color13: #b48ead
! cyan
*.color6: #96b5b4
*.color14: #96b5b4
! white
*.color7: #c0c5ce
*.color15: #eff1f5
*.color7: #65737e
*.color15: #F6F6F6
! ------------------------------------------------------------------------------
! xterm standard archlabs theme
! xterm
! ------------------------------------------------------------------------------
xterm*font: 7x13
@ -54,7 +54,7 @@ xterm*eightBitInput: false
! ------------------------------------------------------------------------------
! URxvt standard archlabs theme
! URxvt
! -----------------------------------------------------------------------------
! general settings
@ -64,8 +64,7 @@ URxvt*iso14755: false
! appearance
URxvt*depth: 32
! URxvt*background: [90]#2b303b
URxvt*background: #2b303b
URxvt*background: [80]#2b303b
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 0
@ -75,10 +74,10 @@ URxvt*externalBorder: 0
URxvt*letterSpace: -1
URxvt.font: xft:Ubuntu Mono Nerd Font:size=11
! run :.!fc-list | grep <font-name>
! perl extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
! macros for clipboard and selection "m"=Alt
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
@ -88,22 +87,22 @@ URxvt.urlLauncher: exo-open
URxvt.underlineURLs: true
URxvt.urlButton: 1
URxvt.geometry: 90x30
! tabbed
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 16
URxvt.tabbed.tab-fg: 15
URxvt.tabbed.tab-bg: 4
URxvt*buffered: false
! ------------------------------------------------------------------------------
! UXTerm standard archlabs theme
! UXTerm
! ------------------------------------------------------------------------------
! termtype
UXTerm*termName: xterm-256color
UXTerm*cursorColor: white
UXTerm*VT100.geometry: 90x30
UXTerm*font: Monospace
@ -119,5 +118,3 @@ UXTerm*rightScrollBar: false
UXTerm*jumpScroll: true
UXTerm*multiScroll: true
UXTerm*toolBar: false