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:
parent
c778538a48
commit
ace3e70676
15 changed files with 389 additions and 227 deletions
|
|
@ -54,3 +54,5 @@ layout {
|
|||
|
||||
prefer-no-csd
|
||||
screenshot-path "~/dcim/pictures/screenshots/screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||
|
||||
include "dms/cursor.kdl"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
9
private_dot_config/niri/dms/cursor.kdl
Normal file
9
private_dot_config/niri/dms/cursor.kdl
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue