Merge branch 'main' of https://git.cmtec.se/cm/code_server
This commit is contained in:
commit
d2dc79522c
@ -1,3 +1,6 @@
|
|||||||
gui:
|
gui:
|
||||||
showIcons: false
|
showIcons: false
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor:
|
||||||
|
- '#585858' # set to `default` to have no background colour
|
||||||
|
|
||||||
|
|||||||
@ -594,7 +594,6 @@ local handlers = {
|
|||||||
require('lspconfig').rust_analyzer.setup {
|
require('lspconfig').rust_analyzer.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
handlers = handlers,
|
handlers = handlers,
|
||||||
-- require("rust-tools").setup()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local opts = {
|
local opts = {
|
||||||
|
|||||||
@ -40,7 +40,7 @@ function theme.setup()
|
|||||||
ErrorMsg = { fg = p.color1, bg = p.background },
|
ErrorMsg = { fg = p.color1, bg = p.background },
|
||||||
Exception = { fg = p.color6 },
|
Exception = { fg = p.color6 },
|
||||||
Float = { fg = p.color5 },
|
Float = { fg = p.color5 },
|
||||||
FloatBorder = { fg = p.comment , bg = p.black},
|
FloatBorder = { fg = p.comment, bg = p.black },
|
||||||
FoldColumn = { fg = p.color4, bg = p.background },
|
FoldColumn = { fg = p.color4, bg = p.background },
|
||||||
Folded = { fg = p.color4, bg = p.background },
|
Folded = { fg = p.color4, bg = p.background },
|
||||||
Function = { fg = p.color6, style = options.styles.functions },
|
Function = { fg = p.color6, style = options.styles.functions },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user