updated colorscheme

This commit is contained in:
kageru 2018-07-21 17:30:18 +02:00
parent 7446a80405
commit 3c73747b06
3 changed files with 29 additions and 23 deletions

View File

@ -7,7 +7,7 @@
! config can be added there or also here below. ! config can be added there or also here below.
! For comments use "!" ! For comments use "!"
Xft.dpi: 96 Xft.dpi: 91
Xft.antialias: true Xft.antialias: true
Xft.hinting: true Xft.hinting: true
Xft.rgba: rgb Xft.rgba: rgb

View File

@ -8,8 +8,8 @@
;===================================================== ;=====================================================
[colors] [colors]
background = #002b2c2c background = #80303031
background-alt = #88181316 background-alt = #303031
foreground = #fafbfb foreground = #fafbfb
foreground-alt = #dddddd foreground-alt = #dddddd
primary = #fafbfb primary = #fafbfb
@ -157,7 +157,7 @@ modules-right = cpu memory filesystem date
tray-position = center tray-position = center
tray-padding = 2 tray-padding = 2
tray-transparent = true tray-transparent = true
tray-background = #880063ff tray-background = #80303031
;wm-restack = bspwm ;wm-restack = bspwm
wm-restack = i3 wm-restack = i3
@ -278,7 +278,7 @@ icon-next = »
label-offline = mpd is offline label-offline = mpd is offline
; Only applies if <bar-progress> is used ; Only applies if <bar-progress> is used
bar-progress-width = 30 bar-progress-width = 10
bar-progress-indicator = | bar-progress-indicator = |
bar-progress-fill = ─ bar-progress-fill = ─
bar-progress-empty = ─ bar-progress-empty = ─

42
.vimrc
View File

@ -1,3 +1,23 @@
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install bundles
"let path = '~/some/path/here'
"call vundle#rc(path)
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'zah/nim.vim'
Plugin 'scrooloose/syntastic'
Plugin 'w0ng/vim-hybrid'
call vundle#end() " required
filetype plugin indent on
set number set number
set showmatch set showmatch
@ -24,26 +44,12 @@ set autochdir
set undolevels=1000 set undolevels=1000
set backspace=indent,eol,start set backspace=indent,eol,start
colorscheme nord let g:hybrid_custom_term_colors = 1
let g:hybrid_reduced_contrast = 1
set background=dark
colorscheme hybrid
syntax on syntax on
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" alternatively, pass a path where Vundle should install bundles
"let path = '~/some/path/here'
"call vundle#rc(path)
" let Vundle manage Vundle, required
Bundle 'gmarik/vundle'
Bundle 'zah/nim.vim'
Bundle 'scrooloose/syntastic'
filetype plugin indent on " required
set statusline+=%#warningmsg# set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%* set statusline+=%*