diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 9f716b6..fd3c3d7 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -57,11 +57,11 @@ prompt=999999ff placeholder=505050ff input=ffffffff match=7fc8ffff -selection=505050ff +selection=2c2c2cff selection-text=ffffffff selection-match=7fc8ffff counter=999999ff -border=999999ff +border=7f7f7fff [border] width=2 diff --git a/.config/mako/config b/.config/mako/config index 472971d..3248baf 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -11,6 +11,9 @@ background-color=#191919E5 border-color=#505050E5 progress-color=source #7f7f7fE5 +[urgency=low] +border-color=#2c2c2cE5 + [urgency=high] border-color=#9b0000E5 default-timeout=0 diff --git a/README.md b/README.md index 4cc246f..0f58d6f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/niri-colors.png b/niri-colors.png new file mode 100644 index 0000000..db7db25 Binary files /dev/null and b/niri-colors.png differ diff --git a/niri-colors.svg b/niri-colors.svg new file mode 100644 index 0000000..f98acdc --- /dev/null +++ b/niri-colors.svg @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + + + + + + #FFFFFF + + + + + #999999 + + + + + #7F7F7F + + + + + #505050 + + + + + #000000 + + + + + #191919 + + + + + + #2C2C2C + + + + + + #7FC8FF + + + + + #FFC87F + + + + + #9B0000 + + +