Skip to content

Commit

Permalink
[init] update neovide's font
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Jul 7, 2021
1 parent b8a286a commit 95f273d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions init.vim
Expand Up @@ -148,7 +148,7 @@ Plug 'kristijanhusak/orgmode.nvim'

call plug#end()

colorscheme nord
colorscheme onehalflight

" Edit Setting
autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | execute "normal! g'\"" | endif
Expand Down Expand Up @@ -303,7 +303,7 @@ noremap <F12> :MarkdownPreviewToggle<CR>
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
" Neovide's config
set guifont=JetBrainsMono\ Nerd\ Font
set guifont=Operator\ Mono\ Lig\ Book:h15
let g:neovide_refresh_rate=60
let g:neovide_cursor_vfx_mode = "railgun"
let g:neovide_no_idle=v:true
Expand Down
8 changes: 4 additions & 4 deletions plugin/nerdline.lua
Expand Up @@ -9,9 +9,9 @@ gl.short_line_list = {
-- VistaPlugin = extension.vista_nearest

local colors = {
bg = '#2e3440',
line_bg = '#3b4252',
fg = '#eceff4',
bg = '#fafafa',
line_bg = '#f0f0f0',
fg = '#2e3440',
fg_green = '#8fbcbb',

yellow = '#ebcb8b',
Expand All @@ -24,7 +24,7 @@ local colors = {
blue = '#81a1c1',
red = '#bf616a',

mode_bg = '#3b4252'
mode_bg = '#f0f0f0'
}

local function lsp_status(status)
Expand Down

0 comments on commit 95f273d

Please sign in to comment.