diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
| commit | ea73642a3c82b5e58f6f7f42878bc695e7189efe (patch) | |
| tree | 96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.config/niri/noctalia.kdl | |
| download | dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2 dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip | |
Initial commit
Diffstat (limited to '.config/niri/noctalia.kdl')
| -rw-r--r-- | .config/niri/noctalia.kdl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.config/niri/noctalia.kdl b/.config/niri/noctalia.kdl new file mode 100644 index 0000000..adbf355 --- /dev/null +++ b/.config/niri/noctalia.kdl @@ -0,0 +1,35 @@ +layout { + + focus-ring { + active-color "#67b8e4" + inactive-color "#1c1f21" + urgent-color "#fd4663" + } + + border { + active-color "#67b8e4" + inactive-color "#1c1f21" + urgent-color "#fd4663" + } + + shadow { + color "#1c1f2170" + } + + tab-indicator { + active-color "#67b8e4" + inactive-color "#0c5f8d" + urgent-color "#fd4663" + } + + insert-hint { + color "#67b8e480" + } +} + +recent-windows { + highlight { + active-color "#67b8e4" + urgent-color "#fd4663" + } +} |
