added kde connect shortcuts for phone management

This commit is contained in:
river
2026-02-01 22:20:35 -06:00
parent 8d45138a91
commit 1fd1997218
13 changed files with 1808 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
$primary = rgb(f9acfa)
$surface = rgb(1e100f)
$secondary = rgb(ecb4eb)
$error = rgb(ffb4ab)
$tertiary = rgb(ffb3b1)
$surface_lowest = rgb(180b0a)
general {
col.active_border = $primary
col.inactive_border = $surface
}
group {
col.border_active = $secondary
col.border_inactive = $surface
col.border_locked_active = $error
col.border_locked_inactive = $surface
groupbar {
col.active = $secondary
col.inactive = $surface
col.locked_active = $error
col.locked_inactive = $surface
}
}