Update .tmux.conf

Update .config/DankMaterialShell/firefox.css
Update .config/DankMaterialShell/settings.json
Update .config/alacritty/dank-theme.toml
Update .config/ghostty/themes/dankcolors
Update .config/niri/config.kdl
Update .config/niri/dms/colors.kdl
Add .config/niri/dms/cursor.kdl
Remove .config/niri/dms/cursor.kdl
Update .config/nvim/init.lua
Update .config/nvim/lazy-lock.json
Update .config/nvim/lua/config/00_lazy.lua
Update .config/nvim/lua/plugins/dankcolors.lua
Update .config/pda/config.toml
Update .local/bin/tmux-sessionizer
This commit is contained in:
Lewis Wynne 2026-02-23 15:03:19 +00:00
parent c778538a48
commit ace3e70676
15 changed files with 389 additions and 227 deletions

View file

@ -5,14 +5,14 @@ layout {
background-color "transparent"
focus-ring {
active-color "#9bcbfb"
inactive-color "#8c9198"
active-color "#bec7d4"
inactive-color "#919091"
urgent-color "#ffb4ab"
}
border {
active-color "#9bcbfb"
inactive-color "#8c9198"
active-color "#bec7d4"
inactive-color "#919091"
urgent-color "#ffb4ab"
}
@ -21,19 +21,19 @@ layout {
}
tab-indicator {
active-color "#9bcbfb"
inactive-color "#8c9198"
active-color "#bec7d4"
inactive-color "#919091"
urgent-color "#ffb4ab"
}
insert-hint {
color "#9bcbfb80"
color "#bec7d480"
}
}
recent-windows {
highlight {
active-color "#0e4a73"
active-color "#3e4852"
urgent-color "#ffb4ab"
}
}

View file

@ -0,0 +1,9 @@
// ! DO NOT EDIT !
// ! AUTO-GENERATED BY DMS !
// ! CHANGES WILL BE OVERWRITTEN !
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
cursor {
xcursor-theme "Adwaita"
xcursor-size 24
}