dotfiles/.config/lite-xl/user_settings.lua

77 lines
1.7 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
}
},
["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"] = 60,
["max_tabs"] = 8,
["plugins"] = {
["code_plus"] = {
["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
}
}