summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-20 08:37:29 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-20 08:37:29 +0000
commitd379b850ba86ca759f1cd2343bf3bd8c24c11245 (patch)
tree7259bd14bacd0dcca194c43a931929d928c8f272
parentdbb28cb23b1c4b6edc5e3cf2b7647b6a7aa0efb9 (diff)
new colors, minimal vim
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc2
-rw-r--r--nvim/.config/nvim/init.vim69
-rw-r--r--polybar/.config/polybar/config4
-rw-r--r--x/.Xresources52
4 files changed, 51 insertions, 76 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 03e2e53..ae8ea3b 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -9,7 +9,7 @@ compton --config ~/.config/compton.conf &
9~/scrypts/bat_check.sh & 9~/scrypts/bat_check.sh &
10redshift -l 13.082680:80.270718 & 10redshift -l 13.082680:80.270718 &
11xbacklight -set 30 & 11xbacklight -set 30 &
12feh --bg-fill ~/Pictures/wavesss.jpg & 12feh --bg-fill ~/Pictures/land.jpg &
13urxvtd & 13urxvtd &
14 14
15bspc monitor -d term web music files code virt chat game IX X 15bspc monitor -d term web music files code virt chat game IX X
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim
index 59ce2b3..ce38e7c 100644
--- a/nvim/.config/nvim/init.vim
+++ b/nvim/.config/nvim/init.vim
@@ -15,8 +15,6 @@ Plug 'junegunn/goyo.vim'
15Plug 'airblade/vim-gitgutter' 15Plug 'airblade/vim-gitgutter'
16Plug 'godlygeek/tabular' 16Plug 'godlygeek/tabular'
17Plug 'plasticboy/vim-markdown' 17Plug 'plasticboy/vim-markdown'
18Plug 'vim-airline/vim-airline'
19Plug 'vim-airline/vim-airline-themes'
20call plug#end() 18call plug#end()
21 19
22set guicursor= 20set guicursor=
@@ -88,60 +86,21 @@ let g:keysound_volume = 1000
88let g:keysound_py_version = 3 86let g:keysound_py_version = 3
89let g:keysound_theme = 'default' 87let g:keysound_theme = 'default'
90 88
91" symbols
92let g:Powerline_symbols = "fancy"
93let g:Powerline_dividers_override = ["\Ue0b0","\Ue0b1","\Ue0b2","\Ue0b3"]
94let g:Powerline_symbols_override = {'BRANCH': "\Ue0a0", 'LINE': "\Ue0a1", 'RO': "\Ue0a2"}
95let g:airline_powerline_fonts = 1
96let g:airline_right_alt_sep = ''
97let g:airline_right_sep = ''
98let g:airline_left_alt_sep= ''
99let g:airline_left_sep = ''
100
101" air-line
102let g:airline_powerline_fonts = 1
103
104if !exists('g:airline_symbols')
105 let g:airline_symbols = {}
106endif
107
108" unicode symbols
109let g:airline_left_sep = '»'
110let g:airline_left_sep = '▶'
111let g:airline_right_sep = '«'
112let g:airline_right_sep = '◀'
113let g:airline_symbols.linenr = '␊'
114let g:airline_symbols.linenr = '␤'
115let g:airline_symbols.linenr = '¶'
116let g:airline_symbols.branch = '⎇'
117let g:airline_symbols.paste = 'ρ'
118let g:airline_symbols.paste = 'Þ'
119let g:airline_symbols.paste = '∥'
120let g:airline_symbols.whitespace = 'Ξ'
121
122" airline symbols
123let g:airline_left_sep = ''
124let g:airline_left_alt_sep = ''
125let g:airline_right_sep = ''
126let g:airline_right_alt_sep = ''
127let g:airline_symbols.branch = ''
128let g:airline_symbols.readonly = ''
129let g:airline_symbols.linenr = ''
130
131"Airline Themes
132"let g:airline_theme='dark'
133"let g:airline_theme='badcat'
134let g:airline_theme='base16_grayscale'
135"let g:airline_theme='ravenpower'
136"let g:airline_theme='simple'
137"let g:airline_theme='term'
138"let g:airline_theme='ubaryd'
139"let g:airline_theme='laederon'
140"let g:airline_theme='kolor'
141"let g:airline_theme='deus'
142"let g:airline_theme='powerlineish'
143
144" nerdtree 89" nerdtree
145let g:NERDTreeWinPos = "right" 90let g:NERDTreeWinPos = "right"
146map <C-n> :NERDTreeToggle<CR> 91map <C-n> :NERDTreeToggle<CR>
147nnoremap <c-p> :FZF<CR> 92nnoremap <c-p> :FZF<CR>
93
94"statusbar
95hi Comment cterm=italic
96hi CursorLine ctermbg=none
97set statusline=
98set statusline +=%1*\ %n\ %* "buffer number
99set statusline +=%5*%{&ff}%* "file format
100set statusline +=%3*%y%* "file type
101set statusline +=%4*\ %<%F%* "full path
102set statusline +=%2*%m%* "modified flag
103set statusline +=%1*%=%5l%* "current line
104set statusline +=%2*/%L%* "total lines
105set statusline +=%1*%4v\ %* "virtual column number
106set statusline +=%2*0x%04B\ %* "character under cursor
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 6d55957..8f9701d 100644
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -3,7 +3,7 @@ screenchange-reload = true
3 3
4[colors] 4[colors]
5#background = ${xrdb:color0:#222} 5#background = ${xrdb:color0:#222}
6background = ${xrdb:background:#0d0f14} 6background = ${xrdb:background:#060808}
7background-alt = ${xrdb:color0:#000} 7background-alt = ${xrdb:color0:#000}
8;foreground = ${xrdb:color7:#222} 8;foreground = ${xrdb:color7:#222}
9foreground = ${xrdb:foreground:#c5c8c6} 9foreground = ${xrdb:foreground:#c5c8c6}
@@ -65,7 +65,7 @@ ws-icon-7 = game;戮
65ws-icon-default =  65ws-icon-default = 
66 66
67label-focused = %name% 67label-focused = %name%
68label-focused-foreground = ${xrdb:color14:#ffd7b1} 68label-focused-foreground = ${xrdb:color6:#ffd7b1}
69label-focused-padding = 1 69label-focused-padding = 1
70;label-focused-font = 10 70;label-focused-font = 10
71 71
diff --git a/x/.Xresources b/x/.Xresources
index 08a6c64..71e4fb8 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -35,26 +35,42 @@ URxvt*tintColor: #ffffff
35URxvt*shading: 0 35URxvt*shading: 0
36URxvt*inheritPixmap: False 36URxvt*inheritPixmap: False
37 37
38*background: #0b0d12 38! special
39*foreground: #b3b8c4 39*.foreground: #c6c8d1
40*.background: #0c0c0f
41*.cursorColor: #c6c8d1
40 42
41*color0: #3e4853 43! black
42*color1: #b06a58 44*.color0: #161821
43*color2: #95b47b 45*.color8: #6b7089
44*color3: #e5c078
45*color4: #58698c
46*color5: #7b5e8d
47*color6: #82a1b2
48*color7: #cccaca
49 46
50*color8: #525c67 47! red
51*color9: #ba7e6c 48*.color1: #e27878
52*color10: #a9c88f 49*.color9: #e98989
53*color11: #f9d48c 50
54*color12: #6c7da0 51! green
55*color13: #8f72a1 52*.color2: #b4be82
56*color14: #96b5c6 53*.color10: #c0ca8e
57*color15: #e0dede 54
55! yellow
56*.color3: #e2a478
57*.color11: #e9b189
58
59! blue
60*.color4: #84a0c6
61*.color12: #91acd1
62
63! magenta
64*.color5: #a093c7
65*.color13: #ada0d3
66
67! cyan
68*.color6: #89b8c2
69*.color14: #95c4ce
70
71! white
72*.color7: #c6c8d1
73*.color15: #d2d4de
58 74
59! Perls 75! Perls
60URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font 76URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font