nvim: red comments and blinky cursor
This commit is contained in:
parent
41985491ef
commit
814d7e0e4b
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ local colors = {
|
|||
dimmed_subtle = hsl(0, 0, 20),
|
||||
|
||||
string = hsl(96, 50, 33),
|
||||
comment = hsl(230, 66, 40),
|
||||
comment = hsl(360, 66, 40),
|
||||
comment_error = hsl(2, 85, 40),
|
||||
|
||||
diagnostic_error = hsl(347, 80, 45),
|
||||
|
@ -53,7 +53,6 @@ local colors = {
|
|||
dialog_fg = hsl(191, 15, 75),
|
||||
|
||||
string = hsl(90, 30, 60),
|
||||
-- comment = hsl(2, 69, 68),
|
||||
comment = hsl(216, 30, 55),
|
||||
comment_error = hsl(2, 85, 50),
|
||||
func = hsl(40, 57, 87),
|
||||
|
|
|
@ -6,6 +6,7 @@ vim.g.maplocalleader = ","
|
|||
-- UI
|
||||
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50,a:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor,sm:block-blinkwait175-blinkoff150-blinkon175"
|
||||
vim.opt.laststatus = 0
|
||||
vim.opt.number = false
|
||||
vim.opt.relativenumber = false
|
||||
|
|
Loading…
Add table
Reference in a new issue