1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

cli: add interactive color picker

This commit is contained in:
bbedward
2025-12-03 22:29:57 -05:00
parent 6c7776a9a6
commit d9deaa8d74
13 changed files with 4673 additions and 0 deletions

View File

@@ -471,5 +471,6 @@ func getCommonCommands() []*cobra.Command {
keybindsCmd,
greeterCmd,
setupCmd,
colorCmd,
}
}