No description
Find a file
2026-07-29 11:55:01 +02:00
dark Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
light Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
screenshots Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
vivid Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
.gitignore Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
CHANGELOG.md Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
LICENSE Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00
README.md docs: clarify project scope as lxtools component 2026-07-29 11:55:01 +02:00
Version Initial commit: separate from lxtheme and add fileload icons 2026-07-29 11:42:34 +02:00

lx-icons

A comprehensive, scalable vector icon set (SVG) for the lx-theme UI and Pyapps ecosystem.

Overview

This repository provides the core icons required for building modern, responsive Tkinter applications using lxtheme and shared_libs. The icons are designed to integrate seamlessly with both dark and light modes, and include a vivid set for specialized colored indicators.

Note: This project is a component of the lxtools apps. It is not a general icon theme package like those used for desktop environments. Upon installation, it is only applied to lxtools applications. However, you can manually download and use the icons for your own projects, provided you respect the project's license.

Themes

  • Dark: Icons optimized for dark theme interfaces (usually bright/white fills).
  • Light: Icons optimized for light theme interfaces (usually dark/black fills).
  • Vivid: Colored or accented icons that remain consistent regardless of the current theme (e.g., file types, alerts, specialized states).

Preview

Here is a preview of the available icons:

lx-icons Preview

Installation

The recommended way to install LxTheme is via the official LxTools APT repository. This ensures you always receive automatic updates for your system.

For easy setup of the repository, visit the official page: https://apt.ilunix.de/

Once the repository is added, simply install the theme engine via:

sudo apt update
sudo apt install python3-lx-icons

Usage

The icons can be built into a Debian package (.deb) using the provided build_deb.sh script, or used directly within Pyapps repositories through the IconManager in lxtheme.

License

This project is licensed under the GPLv3. For more information, see the LICENSE file.