update README

This commit is contained in:
Never Gude 2026-03-20 00:28:15 +01:00
parent 5b162616d2
commit 36a800415b
5 changed files with 423 additions and 3 deletions

View file

@ -51,7 +51,7 @@ Install the packages.
sudo dnf install qt6-qtbase-devel qt6-qtbase-static qt6-qt3d-devel harfbuzz-devel qt6-qtsvg-devel qt6-qtspeech-devel
```
### LuaKit
### Luakit
Build the develop branch of [Luakit](https://github.com/luakit/luakit).
Install the packages.
```sh
@ -127,3 +127,19 @@ Install the Tuxedo Control Center and the LAN Module drivers
```sh
sudo dnf install tuxedo-control-center tuxedo-yt6801
```
## Colors
| Color | Description |
|---------|-----------------------|
| #ffffff | fg0/text |
| #999999 | fg1 |
| #7f7f7f | fg2/border |
| #505050 | fg3/border/inactive |
| #2c2c2c | bg2/border/highlight |
| #191919 | bg1 |
| #000000 | bg3 |
| #7fc8ff | primary accent/active |
| #ffc87f | secondary accent |
| #9b0000 | urgent |
[Color palette](niri-colors.png)