Back to molokai.
This commit is contained in:
parent
d448012f61
commit
c85628c5d7
@ -96,29 +96,28 @@ unsigned int tabspaces = 8;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
"#000000",
|
||||
"#ff3333",
|
||||
"#b8cc52",
|
||||
"#e7c547",
|
||||
"#36a3d9",
|
||||
"#f07178",
|
||||
"#95e6cb",
|
||||
"#ffffff",
|
||||
"#323232",
|
||||
"#ff6565",
|
||||
"#eafe84",
|
||||
"#fff779",
|
||||
"#68d5ff",
|
||||
"#ffa3aa",
|
||||
"#c7fffd",
|
||||
"#ffffff",
|
||||
|
||||
"#272822",
|
||||
"#fd4285",
|
||||
"#a6e22d",
|
||||
"#e5da72",
|
||||
"#0094d8",
|
||||
"#9a37ff",
|
||||
"#50b6d8",
|
||||
"#c7c7c7",
|
||||
"#676767",
|
||||
"#fa7fac",
|
||||
"#bde271",
|
||||
"#fff27f",
|
||||
"#005577",
|
||||
"#bd9eff",
|
||||
"#5ed6fe",
|
||||
"#feffff",
|
||||
[255] = 0,
|
||||
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
"#0f1419", /* 256 -> background */
|
||||
"#e6e1cf", /* 257 -> foreground */
|
||||
"#f29718", /* 258 -> cursor */
|
||||
"#272822", /* 256 -> background */
|
||||
"#c7c7c7", /* 257 -> foreground */
|
||||
"#c7c7c7", /* 258 -> cursor */
|
||||
"#272822", /* 259 -> cursor text */
|
||||
};
|
||||
|
||||
|
@ -94,18 +94,18 @@ dgroups_app_rules = [] # type: list
|
||||
|
||||
layouts = [
|
||||
layout.Columns(
|
||||
border_focus='#ffffff',
|
||||
border_normal='#0f1419',
|
||||
border_focus='#005577',
|
||||
border_normal="#272822",
|
||||
border_on_single = False,
|
||||
border_width=2,
|
||||
border_width=5,
|
||||
insert_position=1,
|
||||
margin=[5, 5, 5, 5]
|
||||
),
|
||||
]
|
||||
|
||||
widget_defaults = dict(
|
||||
background='#0f1419',
|
||||
foreground='#e6e1cf',
|
||||
foreground="#f8f8f2",
|
||||
background="#272822",
|
||||
font="RobotoMono Nerd Font Medium",
|
||||
fontsize=14,
|
||||
)
|
||||
@ -119,7 +119,7 @@ screens = [
|
||||
top=bar.Bar(
|
||||
[
|
||||
widget.GroupBox(
|
||||
active='#e6e1cf',
|
||||
active='#f8f8f2',
|
||||
disable_drag=True,
|
||||
highlight_method='block',
|
||||
rounded=False,
|
||||
|
@ -1,5 +1,4 @@
|
||||
call plug#begin('$XDG_DATA_HOME/nvim/vim-plugins')
|
||||
Plug 'ayu-theme/ayu-vim'
|
||||
Plug 'kamykn/skyknight'
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
@ -49,19 +48,18 @@ map <leader>s <Esc>:set spell!<CR>
|
||||
|
||||
set bg=dark
|
||||
set termguicolors
|
||||
let ayucolor='dark'
|
||||
colorscheme ayu
|
||||
colorscheme skyknight
|
||||
|
||||
hi Comment gui=italic
|
||||
hi BadWhitespace guibg=#770000
|
||||
hi ColorColumn guibg=#770000
|
||||
hi DiffChange guibg=#0f1419
|
||||
hi DiffText guifg=#ff8700
|
||||
" hi FoldColumn guifg=#465457 guibg=#272822
|
||||
" hi GitGutterChange guifg=#bbbb00 guibg=#272822
|
||||
" hi LineNr guifg=#465457 guibg=#272822
|
||||
" hi NonText guifg=#465457 guibg=#272822
|
||||
hi SignColumn guibg=#0f1419
|
||||
hi DiffChange guibg=#465457
|
||||
hi DiffText guifg=#ff8700 guibg=#465457
|
||||
hi FoldColumn guifg=#465457 guibg=#272822
|
||||
hi GitGutterChange guifg=#bbbb00 guibg=#272822
|
||||
hi LineNr guifg=#465457 guibg=#272822
|
||||
hi NonText guifg=#465457 guibg=#272822
|
||||
hi SignColumn guifg=#465457 guibg=#272822
|
||||
hi Visual guibg=#005577
|
||||
hi SpellBad guibg=#770000
|
||||
|
||||
|
@ -29,4 +29,4 @@ set -g status-left ""
|
||||
set -g status-right "#[fg=brightblue] #h "
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
||||
setw -g window-status-current-format "#[fg=0,bg=brightblue] #W "
|
||||
setw -g window-status-current-format "#[fg=brightwhite,bg=brightblue] #W "
|
||||
|
Loading…
Reference in New Issue
Block a user