Update configuration
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
require("tokyonight").setup {
|
||||
style = "night",
|
||||
terminal_colors = true,
|
||||
styles = {
|
||||
conditionals = { italic = true, bold = true },
|
||||
loops = { italic = true, bold = true },
|
||||
functions = { italic = true, bold = true },
|
||||
comments = { italic = true },
|
||||
keywords = { italic = true, bold = true },
|
||||
strings = { bold = true },
|
||||
variables = { bold = true },
|
||||
numbers = { bold = true },
|
||||
booleans = { bold = true },
|
||||
properties = { italic = true },
|
||||
types = { italic = true, bold = true }
|
||||
functions = { italic = true, bold = true },
|
||||
variables = { italic = true, bold = true }
|
||||
},
|
||||
lualine_bold = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user