File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ if vim.g.neovide then
13
13
vim .g .neovide_floating_blur_amount_y = 8.0
14
14
vim .g .neovide_refresh_rate = 120
15
15
vim .g .neovide_cursor_vfx_mode = " pixiedust"
16
+ vim .g .neovide_text_gamma = 0.8
17
+ vim .g .neovide_text_contrast = 0.1
18
+ vim .opt .termguicolors = true
16
19
end
17
20
18
21
vim .api .nvim_create_user_command (' W' , ' execute "silent! write !sudo tee % >/dev/null" <bar> edit' , { nargs = 0 })
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ M.polish_hl = {
57
57
luaTSField = { fg = M.base_16.base0D } ,
58
58
["@tag.delimiter"] = { fg = M.base_30.cyan } ,
59
59
["@function"] = { fg = M.base_30.orange } ,
60
+ ["@string"] = { fg = M.base_16.base0F } ,
61
+ ["@identifier"] = { fg = M.base_16.base0E } ,
60
62
["@variable.parameter"] = { fg = M.base_16.base0F } ,
61
63
["@constructor"] = { fg = M.base_16.base0A } ,
62
64
["@tag.attribute"] = { fg = M.base_30.orange } ,
@@ -65,6 +67,6 @@ M.polish_hl = {
65
67
66
68
M = require("base46").override_theme(M, "stylix")
67
69
68
- M.type = "{ {polarity } } "
70
+ M.type = "dark "
69
71
70
72
return M
You can’t perform that action at this time.
0 commit comments