- quilt patch: first-run user init.lua template now writes a tuned default config (Dark Modern theme, JetBrains Mono with grayscale AA, line-height/indent guides, compact treeview with hover highlight) - new theme module usr/share/lite-xl/colors/vscode_dark.lua - default config in /etc/skel/.config/lite-xl/ for new users - desktop: launch via SDL software renderer with LITE_SCALE=1.5 so text renders 1:1 on fractional-scaled Wayland outputs and avoids panfrost GPU artifacts - depend on fonts-jetbrains-mono for the default code font
23 lines
690 B
Plaintext
23 lines
690 B
Plaintext
Source: lite-xl
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Valentin Haudiquet <valentin.haudiquet@canonical.com>
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.7.2
|
|
Build-Depends: debhelper-compat (= 13),
|
|
meson,
|
|
ninja-build,
|
|
libsdl3-dev,
|
|
libfreetype-dev,
|
|
libpcre2-dev,
|
|
liblua5.4-dev
|
|
Homepage: https://lite-xl.com/
|
|
|
|
Package: lite-xl
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-jetbrains-mono
|
|
Description: A lightweight text editor written in Lua
|
|
A lightweight, fast and extensible text editor written in Lua, designed to be
|
|
highly customizable and to have a small footprint. It is written in C and Lua
|
|
and uses the SDL library for cross-platform rendering.
|