Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
77
.config/lite-xl/user_settings.lua
Normal file
77
.config/lite-xl/user_settings.lua
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue