Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-07 00:17:59 +00:00
parent b7f757ba3c
commit f5d7ae6b34
7 changed files with 133 additions and 16 deletions

View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# plasma-apply-colorscheme
> Switch Plasma color scheme.
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
- List available color schemes:
`plasma-apply-colorscheme --list-schemes`
- Apply a color scheme:
`plasma-apply-colorscheme {{BreezeLight}}`
- Display help:
`plasma-apply-colorscheme --help`