2 Commity 86d6fb6427 ... d4ef71ad69

Autor SHA1 Správa Dátum
  pecg d4ef71ad69 Deleted 'Colorizer' for vim. 7 rokov pred
  pecg 4a18f7acd3 Set default theme to 'wintry' by http://github.com/dkeg. 7 rokov pred

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@
 **/qutebrowser
 **/ranger
 **/transmission-daemon
+/plugins

+ 1 - 1
X/.Xresources

@@ -1,4 +1,4 @@
-#include "/home/pecg/xcolor/gry"
+#include "/home/pecg/xcolor/wintry"
 
 ! Colors  
 *background: bg

+ 1 - 1
config/.config/sxhkd/sxhkdrc

@@ -8,7 +8,7 @@ super + alt + r
 
 # launch dmenu
 super + d
-        dmenu_run -l 3 -b -fn 'tewi-8:bold' -nb '#4c4c4c' -nf '#bfbfbf' -sb '#bfbfbf' -sf '#4c4c4c'
+        dmenu_run -l 2 -b -fn 'tewi-8' -nb '#4c4c4c' -nf '#bfbfbf' -sb '#bfbfbf' -sf '#4c4c4c'
 
 super + {h,j,k,l}
 	waitron window_move {-20 0, 0 20, 0 -20, 20 0}

+ 2 - 2
config/.config/windowchef/windowchefrc

@@ -1,8 +1,8 @@
 #!/bin/sh
 
 waitron wm_config border_width 2
-waitron wm_config color_focused 0x4c4c4c
-waitron wm_config color_unfocused 0x727272
+waitron wm_config color_focused 0x7b6677
+waitron wm_config color_unfocused 0x3d2b40
 waitron wm_config gap_width all 10
 waitron wm_config grid_gap_width 0
 waitron wm_config cursor_position middle

+ 1 - 1
vim/.vimrc

@@ -17,7 +17,7 @@ filetype plugin indent on
 set laststatus=2
 
 " theming
-syntax off
+syntax on
 colorscheme term
 
 set term=rxvt-unicode-256color

+ 3 - 3
xcolor/xcolor/wintry

@@ -3,7 +3,7 @@
 ! -- Created:   2015
 
 #define bg    #37273a
-#define fg    #afabaf
+#define fg    #8c888c
 #define blk   #3d2b40
 #define bblk  #5e5261
 #define red   #9c595c
@@ -12,11 +12,11 @@
 #define blu   #7B6677
 #define mag   #83466D
 #define cyn   #899079
-#define wht   #c3bec3
+#define wht   #8c888c
 #define bred  #9c595c
 #define bgrn  #8ba07a
 #define bylw  #b3a67d
 #define bblu  #7B6677
 #define bmag  #83466D
 #define bcyn  #899079
-#define bwht #c3bec3
+#define bwht  #8c888c

+ 4 - 4
xinit/.xinitrc

@@ -5,14 +5,14 @@ xset +fp ~/.fonts/gohufont-2.1/
 xset +fp ~/.fonts/tewi-font/
 xset fp rehash
 
-setxkbmap -option compose:ralt
+setxkbmap -option compose:ralt &
 
 hsetroot -tile ~/img/wp/swirl_pattern.png \
-  -tint '#727272' -contrast 1.1
+  -tint '#5e5261' -contrast 1.1
 
 xrdb ~/.Xresources
 # compton -bcCGf -i 0.7 -D 4
 
-sxhkd &
 urxvtd &
-exec windowchef -c ~/.config/windowchef/windowchefrc 
+sxhkd &
+exec windowchef -c ~/.config/windowchef/windowchefrc

+ 1 - 1
zsh/.zshrc

@@ -7,7 +7,7 @@ bindkey -e
 setopt autocd
 setopt HIST_IGNORE_ALL_DUPS
 
-export TERM='rxvt-unicode-256color'
+export TERM='xterm-256color'
 export TERMINAL=urxvtc
 export HIDDEN_VPS="otrhx3p2f5ikn4v4.onion"
 export RXVT_SOCKET="/tmp/urxvt-socket"