From 5cc28a369e46c8a810c9e7641f2848def606958a Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 10 Oct 2015 16:51:32 +1100 Subject: [PATCH] Changed to Gotham colour scheme --- .Readme.md.swp | Bin 12288 -> 0 bytes .install.sh.swp | Bin 12288 -> 0 bytes Readme.md | 18 ++-- install.sh | 7 ++ panel/bspwm/panel/panel_colors | 40 +++---- vim/.vim/.netrwhist | 4 +- vim/.vim/bundle/vim-gotham | 1 + vim/.vimrc | 4 +- x/.Xresources | 183 ++++++--------------------------- zsh/.zshrc | 3 + zsh/.zshrc.swp | Bin 12288 -> 0 bytes 11 files changed, 75 insertions(+), 185 deletions(-) delete mode 100644 .Readme.md.swp delete mode 100644 .install.sh.swp create mode 160000 vim/.vim/bundle/vim-gotham delete mode 100644 zsh/.zshrc.swp diff --git a/.Readme.md.swp b/.Readme.md.swp deleted file mode 100644 index 2fd88fe6fe3394db34b98f03deb51d542a55f90f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&Elxd-c6J+TPl1m9^Zp zRcC4OeB!bw009U<00Izz00bZa0SHt_z@|02;q6Y1wmduPYrp!@5FG>{009U<00Izz z00bZa0SG_<0u>YxeENPmPjt&E&;NhE|37*B!FlJrab7tuoM+Ax=aF;A`CeDS_r{hX z009U<00Izz00bZa0SG_<0{<*95IWDSv)TAh&VI-b19RVEF60scHm^Z)<= diff --git a/.install.sh.swp b/.install.sh.swp deleted file mode 100644 index 988e00274b7e29cc5974da4b70fdf0cb0e748157..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&y-ve05C`xpLI?%~0tQ9{bCU8QDzPBM01PaAl-Ws464i;L+JT0lz$>uxK)eSJ zf?d*up zCc0ZAdb8oa|Bv7QzwG+M#(T3@+x%doW8>Hc1_U4g0SG_<0uX=z1Rwwb2teRJ2qc+d zkyM3Xc6Jg3_L^3qAE`We(Wy6OyV4ZJY#8{8%3k7rhi9Hwl`%JhYObojVcsnZb@`l+ zO6ft`i+_u%yfms9&85gy5%RuUkgj6IN*?9BaA(J5Z8PjC%b9CR*M;E&FU^uv+Avv> F&<|qzWHtZ* diff --git a/Readme.md b/Readme.md index 057ddd1..744e523 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,11 @@ ## Requires -compton -lemonbar -pkgfile -zsh -zsh-syntax-highlighting -vim -bspwm -sxhkd -yaourt (for install script) +compton +lemonbar +pkgfile +zsh +zsh-syntax-highlighting +vim +bspwm +sxhkd +yaourt (for install script) diff --git a/install.sh b/install.sh index 6d1653b..2c35bd7 100755 --- a/install.sh +++ b/install.sh @@ -2,3 +2,10 @@ sudo pacman -S pkgfile zsh vim zsh-syntax-highlighting yaourt -S bspwm-git sxhkd-git compton-git lemonbar-git pkgfile --update +stow bspwm +stow compton +stow panel +stow sxhkd +stow vim +stow x +stow zsh diff --git a/panel/bspwm/panel/panel_colors b/panel/bspwm/panel/panel_colors index a7fad64..cbf105a 100644 --- a/panel/bspwm/panel/panel_colors +++ b/panel/bspwm/panel/panel_colors @@ -1,24 +1,24 @@ -COLOR_FOREGROUND='#FFA3A6AB' -COLOR_BACKGROUND='#FF34322E' -COLOR_ACTIVE_MONITOR_FG='#FF34322E' -COLOR_ACTIVE_MONITOR_BG='#FF58C5F1' -COLOR_INACTIVE_MONITOR_FG='#FF58C5F1' -COLOR_INACTIVE_MONITOR_BG='#FF34322E' -COLOR_FOCUSED_OCCUPIED_FG='#FFF6F9FF' +COLOR_FOREGROUND='#FF98D1CE' # +COLOR_BACKGROUND='#FF0A0F14' # +COLOR_ACTIVE_MONITOR_FG='#FF0A0F14' # +COLOR_ACTIVE_MONITOR_BG='#FF10151B' # +COLOR_INACTIVE_MONITOR_FG='#FF10151B' # +COLOR_INACTIVE_MONITOR_BG='#FF0A0F14' # +COLOR_FOCUSED_OCCUPIED_FG='#FFD3EBE9' # COLOR_FOCUSED_OCCUPIED_BG='#FF5C5955' -COLOR_FOCUSED_FREE_FG='#FFF6F9FF' -COLOR_FOCUSED_FREE_BG='#FF6D561C' -COLOR_FOCUSED_URGENT_FG='#FF34322E' +COLOR_FOCUSED_FREE_FG='#FFD3EBE9' # +COLOR_FOCUSED_FREE_BG='#FF081f2d' # +COLOR_FOCUSED_URGENT_FG='#FF0A0F14' # COLOR_FOCUSED_URGENT_BG='#FFF9A299' -COLOR_OCCUPIED_FG='#FFA3A6AB' -COLOR_OCCUPIED_BG='#FF34322E' +COLOR_OCCUPIED_FG='#FF98D1CE' # +COLOR_OCCUPIED_BG='#FF0A0F14' # COLOR_FREE_FG='#FF6F7277' -COLOR_FREE_BG='#FF34322E' +COLOR_FREE_BG='#FF0A0F14' # COLOR_URGENT_FG='#FFF9A299' -COLOR_URGENT_BG='#FF34322E' -COLOR_LAYOUT_FG='#FFA3A6AB' -COLOR_LAYOUT_BG='#FF34322E' -COLOR_TITLE_FG='#FFA3A6AB' -COLOR_TITLE_BG='#FF34322E' -COLOR_STATUS_FG='#FFA3A6AB' -COLOR_STATUS_BG='#FF34322E' +COLOR_URGENT_BG='#FF0A0F14' # +COLOR_LAYOUT_FG='#FF98D1CE' # +COLOR_LAYOUT_BG='#FF0A0F14' # +COLOR_TITLE_FG='#FF98D1CE' # +COLOR_TITLE_BG='#FF0A0F14' # +COLOR_STATUS_FG='#FF98D1CE' # +COLOR_STATUS_BG='#FF0A0F14' # diff --git a/vim/.vim/.netrwhist b/vim/.vim/.netrwhist index a6e85ce..54d4da1 100644 --- a/vim/.vim/.netrwhist +++ b/vim/.vim/.netrwhist @@ -1,3 +1,5 @@ let g:netrw_dirhistmax =10 -let g:netrw_dirhist_cnt =1 +let g:netrw_dirhist_cnt =3 let g:netrw_dirhist_1='/home/alex/.config/bspwm' +let g:netrw_dirhist_2='/home/alex/dotfiles' +let g:netrw_dirhist_3='/home/alex/dotfiles/feh' diff --git a/vim/.vim/bundle/vim-gotham b/vim/.vim/bundle/vim-gotham new file mode 160000 index 0000000..3c5c613 --- /dev/null +++ b/vim/.vim/bundle/vim-gotham @@ -0,0 +1 @@ +Subproject commit 3c5c6130b8f87a0772f9d33e2808e30fe669b49d diff --git a/vim/.vimrc b/vim/.vimrc index ee6d808..5b1662d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -9,7 +9,6 @@ set wildignore=*.o,*~,*.pyc set ruler syntax enable -colorscheme desert " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim @@ -20,6 +19,7 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'gmarik/Vundle.vim' Plugin 'bling/vim-airline' +Plugin 'whatyouhide/vim-gotham' " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required @@ -35,6 +35,8 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line +colorscheme gotham + set laststatus=2 let g:airline_powerline_fonts = 1 let g:airline#extensions#tabline#enabled = 1 diff --git a/x/.Xresources b/x/.Xresources index 9a5a944..fbf3062 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -3,164 +3,39 @@ URxvt.keysym.Control-t: perl:tabbedex:new_tab URxvt.keysym.Control-Tab: perl:tabbedex:next_tab URxvt.keysym.Control-Shift-Tab: perl:tabbedex:prev_tab -! URxvt*rxvt-unicode (urxvt) v9.21 - released: 2014-12-31 -! URxvt*options: perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,XIM,frills,selectionscrolling,wheel,slipwheel,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm -! URxvt*Usage: urxvt [options] [-e command args] -! URxvt*termName: string -! URxvt*geometry: geometry -! URxvt*chdir: string -! URxvt*reverseVideo: boolean -! URxvt*loginShell: boolean -! URxvt*multiClickTime: number -! URxvt*jumpScroll: boolean -! URxvt*skipScroll: boolean -! URxvt*pastableTabs: boolean -! URxvt*scrollstyle: plain URxvt*scrollBar: false -! URxvt*scrollBar_right: boolean -! URxvt*scrollBar_floating: boolean -! URxvt*scrollBar_align: mode -! URxvt*thickness: number -! URxvt*scrollTtyOutput: boolean -! URxvt*scrollTtyKeypress: boolean -! URxvt*scrollWithBuffer: boolean -! URxvt*inheritPixmap: boolean - URxvt*transparent: false -! URxvt*tintColor: color -! URxvt*shading: number -! URxvt*blurRadius: HxV -! URxvt*fading: number -! URxvt*fadeColor: color -! URxvt*utmpInhibit: boolean -! URxvt*urgentOnBell: boolean -! URxvt*visualBell: boolean -! URxvt*mapAlert: boolean -! URxvt*meta8: boolean -! URxvt*mouseWheelScrollPage: boolean -! URxvt*tripleclickwords: boolean -! URxvt*insecure: boolean -! URxvt*cursorUnderline: boolean -! URxvt*cursorBlink: boolean -! URxvt*pointerBlank: boolean -URxvt*background: #3e3e3e -URxvt*foreground: #f2f2f2 -! URxvt*foreground: #fffbe2 -! Normal -! color0 black -! color1 red -! color2 green -! color3 yellow -! color4 blue -! color5 purple -! color6 cyan -! color7 white - - URxvt*color0: #6c6c6c - URxvt*color1: #f02d5e - URxvt*color2: #26c97f - URxvt*color3: #ffc730 - URxvt*color4: #b9f42e - URxvt*color5: #ee0054 - URxvt*color6: #00d383 - URxvt*color7: #f2f2f2 - -! Light -! color8 black -! color9 red(red-pink) -! color10 green(blue-green) -! color11 yellow -! color12 blue(green) -! color13 purple(pink) -! color14 cyan(green) -! color15 white - - URxvt*color8: #6c6c6c - URxvt*color9: #f3003d - URxvt*color10: #00d574 - URxvt*color11: #ffba00 - URxvt*color12: #adf700 - URxvt*color13: #ee0054 - URxvt*color14: #00d383 - URxvt*color15: #f2f2f2 - -! URxvt*colorBD: white -! URxvt*colorIT: white -! URxvt*colorUL: color -! URxvt*colorRV: color -! URxvt*underlineColor: white -! URxvt*scrollColor: color -! URxvt*troughColor: color - URxvt*highlightColor: #202020 - URxvt*highlightTextColor: #383838 - URxvt*cursorColor: #202020 -! URxvt*cursorColor2: color -! URxvt*pointerColor: color -! URxvt*pointerColor2: color -! URxvt*borderColor: color -! URxvt*iconFile: file +URxvt*transparent: false +URxvt*highlightColor: #202020 +URxvt*highlightTextColor: #383838 URxvt*font: xft:Inconsolata for Powerline:size=10:antialias=true:hinting=true -! URxvt*boldFont: fontname -! URxvt*italicFont: fontname -! URxvt*boldItalicFont: fontname -! URxvt*intensityStyles: boolean -! URxvt*inputMethod: name -! URxvt*preeditType: style -! URxvt*imLocale: string -! URxvt*imFont: fontname -! URxvt*title: string -! URxvt*iconName: string -! URxvt*saveLines: number -! URxvt*buffered: boolean URxvt*depth: 32 -! URxvt*visual: number -! URxvt*transient-for: windowid -! URxvt*override-redirect: boolean -! URxvt*hold: boolean -! URxvt*externalBorder: number -! URxvt*internalBorder: number -! URxvt*borderLess: boolean -! URxvt*lineSpace: number - URxvt*letterSpace: -1 -! URxvt*skipBuiltinGlyphs: boolean -! URxvt*pointerBlankDelay: number -! URxvt*backspacekey: string -! URxvt*deletekey: string -! URxvt*print-pipe: string -! URxvt*modifier: modifier -! URxvt*cutchars: string -! URxvt*answerbackString: string -! URxvt*secondaryScreen: boolean -! URxvt*secondaryScroll: boolean -! URxvt*perl-lib: string -! URxvt*perl-eval: perl-eval +URxvt*letterSpace: -1 URxvt*perl-ext-common: tabbedex -! URxvt*perl-ext: string -! URxvt*iso14755: boolean -! URxvt*iso14755_52: boolean -! URxvt*xrm: string -! URxvt*keysym.sym: keysym -! URxvt*background.border: boolean -! URxvt*background.expr: string -! URxvt*background.interval: seconds -! URxvt*bell-command: string -! URxvt*kuake.hotkey: string -! URxvt*matcher.button: string -! URxvt*matcher.launcher: string -! URxvt*matcher.launcher.*: string -! URxvt*matcher.pattern.*: string -! URxvt*matcher.rend.*: string -! URxvt*remote-clipboard.fetch: string -! URxvt*remote-clipboard.store: string -! URxvt*searchable-scrollback: string -! URxvt*selection-autotransform.*: string -! URxvt*selection-pastebin.cmd: string -! URxvt*selection-pastebin.url: string -! URxvt*selection.pattern-0: string -! URxvt*tab-bg: colour -! URxvt*tab-fg: colour -! URxvt*tabbar-bg: colour -! URxvt*tabbar-fg: colour -! URxvt*url-launcher: lynx +URxvt*foreground: #98d1ce +URxvt*background: #0a0f14 +URxvt*cursorColor: #98d1ce +URxvt*color0: #0a0f14 +URxvt*color8: #10151b +URxvt*color1: #c33027 +URxvt*color9: #d26939 + +URxvt*color2: #26a98b +URxvt*color10: #081f2d + +URxvt*color3: #edb54b +URxvt*color11: #245361 + +URxvt*color4: #195465 +URxvt*color12: #093748 + +URxvt*color5: #4e5165 +URxvt*color13: #888ba5 + +URxvt*color6: #33859d +URxvt*color14: #599caa + +URxvt*color7: #98d1ce +URxvt*color15: #d3ebe9 diff --git a/zsh/.zshrc b/zsh/.zshrc index 0c9d1a4..929ab39 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,9 @@ # Path to your oh-my-zsh installation. +cd ~/.oh-my-zsh/custom/plugins export ZSH=~/.oh-my-zsh +cd ~ + # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each diff --git a/zsh/.zshrc.swp b/zsh/.zshrc.swp deleted file mode 100644 index fe3df51a79395be3417444a4d86611dc1a7ed73b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeHNU5_J26|IdR5I!RkVBaV_3;UsIcS53Nwa5yN$1^tZ*n>ZIH4K|hO?TN{n(i*s zRXrX@Vc{1b#PYxcQg|UeM?#1vAQIs@LIR0D5QM}F5<-F(IJdh!Gn<|4W~E4g)RvAt z?!I-a?z#7#Drx`YH0eR{K1E;!~6Nb&ASa#X!YC z#X!YC#X!YC#X!YC#X!Zt|26}5evW+yOMIkU=3e=E?j4`y*XpBUpkkn6pkkn6pkkn6 zpkkn6pkkn6pkkn6pkm>LKmP$N9{>Me{r>;cCmDMK_zmzX@Lk|4@M(Yn z|NaDHzXDzZehTaXp8@{$amM}$ybk;jxC3kgSAfgF-#*6JAAvsr-vd(MTYw8Z2|NM3 z@lnQp0=x=*9XJR4^&^bE3H%nYz!vZb@aM-EdmDHSxD9+8xB$HUVa9$2M8J!{EuaHz z0l)qb)&|@GUIv!HSAj1AUjY98C}VE{zXVIqc9{2}%{XOs&@C)GQz&=n19DsQLEKt2F2L1~ShT|{zTy^JBHdBdl@wa1^i4{jq zsAgdVSe4A)?RxHUjjinrZnlTLZolmfyIY;H_k5$4=tR~S?s1W?U5D`!-W#=8Sjlg@ zbsakK(!nKIl{Wa|>tw2CCsw$W`ee~Q67f8eg{3sP=S`h*!KYai@kklV^^^5Te zb)IGke<@$VOLch3j7$v&Q(PuK*b_4uaI1MBrz$xf#uv(lD&aPi{2QZ=*P4vRgKa+5 zQ6N)tQ_{80!7o|G($smA;*^H_BH{ZIHo}MVP^NMnHaeSy{5WR#7)i_LSdC6Zw2Eq- z>qD8QDgfs+#=uRg4^;q1`^%Hz2zTGCqVN-=SzM87N(H#$l zjf?T2iZ9}ZjEp?%etBC>`Q9FP5`KZ!*c$Zv?bf(E=<{2*zCzR`7`v0oDZ)mOGEf#t zodS{ei5L)^%2=ajz^%c$@+FmF_nQ5!hD^N4s6H8QI@jQ9S7$sHOP0HtnZv_vICUbF^v$#PZR+(df81HDMN2_>4$SdrRn zP93mnM`Q{OeSI~gaVZrlG8_|dE01j6>}iJD&7}lgU?k1l%8b?VYE+&uw2TO-(9w>k z<-zrH+hd8s=$oNJ)t1rlh0daYQj0kbBn^+W2%h7YRt9B5<{HS+)^~X?jod4jiM5k% zZ-7f1x>mc1TsXxVAfu!Jw1Ru)L|`aZjfw{CMRbKViX4KF*Hv*Hk8-Z@PIol+M&su8 z4!SUo-5_w6cu^0Ip*ng_8AJWskkr0l*<9zRO<$=6K|PM^`M6hV^x?#@6BHe9A(u!S zC9hPn5E7}=C5j^77r4&sJhPO{3A8Y#HlT(inM2-5fg;jGG%#_y5OiB}AJL$9$Z+LI z9!WpTCBv#%Qgj>LQSAFk)`d@77B zv=ti_D7?`cQAq|WwaYpvQ3geF0Ci2}T%%Da5R{|Mptqs)4+_Z;c<}YaLeVzyP{9St zh<$7_u}BYyfGn}8@DEUww4>(A(;95=^xC9g-pyur-0g398-p>DxC-jNWYSin47P?P zmKmV8tl^6g9b-YTqOCR$1k7TuBTDN;XS<)X*%}Oog?PUA*<_Ljv`Ur8tahLusl+~6 zdS4~0IT;VUad+Hnzjya5!g9Y**gOIxGFExg4G$fPbZs`(m>;&Y#^I@ zI<0dr-zpvGIfNP)Rf04W%}Vq=u+2dLNm#g?V^4N)7Cd9dI&a~GLlxO-j@sTC>wHl0 z(-b~@IA^+NjIucHw6_tugd!}o&ee=`g>)20yw$0ZLlH>lWk8_~O1-3=tQ0KT?{SKw zZH?DboFjBx!%cgUPKy|blVfp}v<&X0@I!d&X?<|dCXrhh7q{uumI#>RtVtSJjKvh> i62(#$CE{qD-exdz2ipm)B|n3l3L}AxMa7Y;&i(_?HCpxn