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

@ -1,31 +1,31 @@
[colors.primary]
background = '#101418'
foreground = '#e0e2e8'
background = '#131314'
foreground = '#e4e2e3'
[colors.selection]
text = '#e0e2e8'
background = '#0e4a73'
text = '#e4e2e3'
background = '#3e4852'
[colors.cursor]
text = '#101418'
cursor = '#9bcbfb'
text = '#131314'
cursor = '#bec7d4'
[colors.normal]
black = '#101418'
red = '#ff729c'
green = '#7dfb8e'
black = '#131314'
red = '#f36d94'
green = '#6ad478'
yellow = '#fff772'
blue = '#81b7ee'
magenta = '#224b74'
cyan = '#9bcbfb'
white = '#eff7ff'
blue = '#b0bac9'
magenta = '#4f5762'
cyan = '#bec7d4'
white = '#d1d6de'
[colors.bright]
black = '#969da3'
red = '#ff9fbc'
green = '#a5ffb1'
black = '#7f8389'
red = '#ff9fbb'
green = '#a5feb1'
yellow = '#fffaa5'
blue = '#acd5ff'
magenta = '#badcff'
cyan = '#d3e9ff'
blue = '#d4dde9'
magenta = '#ecf4ff'
cyan = '#f3f7ff'
white = '#f8fbff'