dotfiles/.config/lite-xl/user_settings.lua
2026-03-24 11:47:24 +08:00

83 lines
1.8 KiB
Lua

return {
["config"] = {
["always_show_tabs"] = true,
["blink_period"] = 0.8,
["borderless"] = false,
["code_font"] = {
["fonts"] = {
[1] = {
["name"] = "JetBrains Mono Regular",
["path"] = "/usr/share/lite-xl/fonts/JetBrainsMono-Regular.ttf"
}
},
["options"] = {
["antialiasing"] = "subpixel",
["bold"] = false,
["hinting"] = "slight",
["italic"] = false,
["size"] = 14,
["smoothing"] = false,
["strikethrough"] = false,
["underline"] = false
}
},
["disabled_plugins"] = {},
["enabled_plugins"] = {
["drawwhitespace"] = true,
["editorconfig"] = true
},
["font"] = {
["fonts"] = {
[1] = {
["name"] = "Noto Sans Regular",
["path"] = "/usr/share/fonts/noto/NotoSans-Regular.ttf"
}
},
["options"] = {
["antialiasing"] = "subpixel",
["bold"] = false,
["hinting"] = "slight",
["italic"] = false,
["size"] = 14,
["smoothing"] = false,
["strikethrough"] = false,
["underline"] = false
}
},
["fps"] = 120,
["max_tabs"] = 8,
["plugins"] = {
["code_plus"] = {
["enabled"] = true,
["fixme"] = {
[1] = 239,
[2] = 99,
[3] = 133,
[4] = 255
},
["todo"] = {
[1] = 85,
[2] = 146,
[3] = 207,
[4] = 255
}
},
["minimap"] = {
["caret_color"] = {
[1] = 147,
[2] = 221,
[3] = 250,
[4] = 255
},
["selection_color"] = {
[1] = 82,
[2] = 82,
[3] = 87,
[4] = 255
}
}
},
["theme"] = "patrick-litexl",
["transitions"] = true
}
}