Made some changes
This commit is contained in:
parent
3f26f01d9f
commit
99e77604b9
@ -44,7 +44,6 @@ libsox-fmt-mp3
|
||||
multitail
|
||||
zsh
|
||||
cups-pdf
|
||||
youtube-dl
|
||||
trash-cli
|
||||
irssi
|
||||
mutt
|
||||
|
@ -1,5 +1,6 @@
|
||||
sudo apt-get install mercurial libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev
|
||||
sudo apt-get build-dep vim
|
||||
sudo apt-get remove -y vim-tiny vim-common vim-gui-common vim vim-runtime gvim
|
||||
sudo apt-get install -y mercurial libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev
|
||||
sudo apt-get build-dep -y vim
|
||||
mkdir -p /tmp/vim
|
||||
cd /tmp/vim
|
||||
rm -rf vim
|
||||
|
@ -9,6 +9,27 @@ xterm*eightBitInput: false
|
||||
*VT100*Translations: #override \
|
||||
<Key>Home: string(0x01)\n\
|
||||
<Key>End: string(0x05)\n
|
||||
|
||||
XTerm*foreground : #bea492
|
||||
XTerm*background : #181512
|
||||
XTerm*cursorColor : #bea492
|
||||
XTerm*color0 : #332d29
|
||||
XTerm*color8 : #817267
|
||||
XTerm*color1 : #8c644c
|
||||
XTerm*color9 : #9f7155
|
||||
XTerm*color2 : #746c48
|
||||
XTerm*color10 : #857b52
|
||||
XTerm*color3 : #908a66
|
||||
XTerm*color11 : #9c956e
|
||||
XTerm*color4 : #646a6d
|
||||
XTerm*color12 : #71777a
|
||||
XTerm*color5 : #605655
|
||||
XTerm*color13 : #656565
|
||||
XTerm*color6 : #4b5c5e
|
||||
XTerm*color14 : #556d70
|
||||
XTerm*color7 : #504339
|
||||
XTerm*color15 : #9a875f
|
||||
|
||||
!BLK Cursor
|
||||
#define _color0 #ffffff
|
||||
#define _color8 #ffffff
|
||||
@ -74,30 +95,30 @@ xterm*eightBitInput: false
|
||||
!#define _foreground #dcdccc
|
||||
!#define _background #1f1f1f
|
||||
!#define _cursorColor #8faf9f
|
||||
URxvt*color0 : _color0
|
||||
URxvt*color1 : _color1
|
||||
URxvt*color2 : _color2
|
||||
URxvt*color3 : _color3
|
||||
URxvt*color4 : _color4
|
||||
URxvt*color5 : _color5
|
||||
URxvt*color6 : _color6
|
||||
URxvt*color7 : _color7
|
||||
URxvt*color8 : _color8
|
||||
URxvt*color9 : _color9
|
||||
URxvt*color10 : _color10
|
||||
URxvt*color11 : _color11
|
||||
URxvt*color12 : _color12
|
||||
URxvt*color13 : _color13
|
||||
URxvt*color14 : _color14
|
||||
URxvt*color15 : _color15
|
||||
URxvt*colorBD : _colorBD
|
||||
URxvt*colorIT : _colorIT
|
||||
URxvt*colorUL : _colorUL
|
||||
URxvt*foreground : _foreground
|
||||
URxvt*background : _background
|
||||
URxvt*cursorColor : _cursorColor
|
||||
! URxvt*color0 : _color0
|
||||
! URxvt*color1 : _color1
|
||||
! URxvt*color2 : _color2
|
||||
! URxvt*color3 : _color3
|
||||
! URxvt*color4 : _color4
|
||||
! URxvt*color5 : _color5
|
||||
! URxvt*color6 : _color6
|
||||
! URxvt*color7 : _color7
|
||||
! URxvt*color8 : _color8
|
||||
! URxvt*color9 : _color9
|
||||
! URxvt*color10 : _color10
|
||||
! URxvt*color11 : _color11
|
||||
! URxvt*color12 : _color12
|
||||
! URxvt*color13 : _color13
|
||||
! URxvt*color14 : _color14
|
||||
! URxvt*color15 : _color15
|
||||
! URxvt*colorBD : _colorBD
|
||||
! URxvt*colorIT : _colorIT
|
||||
! URxvt*colorUL : _colorUL
|
||||
! URxvt*foreground : _foreground
|
||||
! URxvt*background : _background
|
||||
! URxvt*cursorColor : _cursorColor
|
||||
XTerm*color0 : _color0
|
||||
XTerm*color1 : #121212
|
||||
XTerm*color1 : #008e00
|
||||
XTerm*color2 : #00ff00
|
||||
XTerm*color3 : _color2
|
||||
XTerm*color4 : _color4
|
||||
|
Loading…
Reference in New Issue
Block a user