Update configuration

This commit is contained in:
Saeed Afzal
2023-03-03 21:17:23 +00:00
parent 1d891abbd3
commit 85cf458908
10 changed files with 24 additions and 219 deletions

View File

@@ -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
}