working now
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
vim.o.background = 'light'
|
||||
|
||||
require('solarized').setup({
|
||||
theme = 'default', -- or 'neo'
|
||||
theme = 'default', -- or 'neo'
|
||||
styles = {
|
||||
comments = { italic = true, bold = false },
|
||||
functions = { italic = true },
|
||||
variables = { italic = false },
|
||||
functions = { italic = true, bold = true },
|
||||
variables = { italic = false, bold = false },
|
||||
parameters = { italic = true, bold = false },
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user