This commit is contained in:
ayham 2021-07-26 15:21:16 +03:00
parent f2920c0222
commit 91b2be663f
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
4 changed files with 8 additions and 5 deletions

View File

@ -311,7 +311,7 @@ colors:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.85
background_opacity: 0.70
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"

Binary file not shown.

View File

@ -5,6 +5,7 @@ Plug 'vimwiki/vimwiki'
Plug 'mhinz/vim-startify'
Plug 'liuchengxu/vim-which-key'
Plug 'dylanaraps/wal.vim'
Plug 'morhetz/gruvbox'
Plug 'karb94/neoscroll.nvim'
Plug 'folke/twilight.nvim'
Plug 'folke/zen-mode.nvim'
@ -16,6 +17,7 @@ Plug 'kyazdani42/nvim-tree.lua'
Plug 'akinsho/nvim-bufferline.lua'
Plug 'L3MON4D3/LuaSnip'
Plug 'lewis6991/gitsigns.nvim'
Plug 'nekonako/xresources-nvim'
" Debugger Plugins
Plug 'puremourning/vimspector'
@ -80,11 +82,12 @@ nmap <leader>dcbp <Plug>VimspectorToggleConditionalBreakpoint
lua require("altffour")
" Setup theme.
set t_Co=256
let g:gruvbox_contrast_light="hard"
"set t_Co=256
"let g:gruvbox_termcolors=16
"set g:gruvbox_contrast_light="hard"
"set background=light
colorscheme wal
"colorscheme gruvbox
"set termguicolors
"hi Pmenu ctermbg=gray
"hi PmenuSel ctermbg=white
"hi PmenuSbar ctermbg=black

View File

@ -25,7 +25,7 @@ require('twilight').setup()
require('zen-mode').setup()
require('lualine').setup({
options = {
theme = '16color'
theme = 'gruvbox'
}
})
require('diffview').setup()