mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-28 20:34:22 +01:00
24 lines
443 B
Markdown
24 lines
443 B
Markdown
+++
|
|
title = "Themes & Icons in KDE"
|
|
subtitle = "Where are themes and icons stored in KDE?"
|
|
fragment = "content"
|
|
weight = 100
|
|
date = "2020-12-13"
|
|
tags = ["kde", "themes", "theme", "icons", "icon"]
|
|
+++
|
|
|
|
### KDE Global
|
|
|
|
Systemwide themes and icons are placed in:
|
|
|
|
``` Path
|
|
/usr/share/plasma/desktoptheme/
|
|
/usr/share/icons/
|
|
```
|
|
|
|
User spesific themes and icons are placed in:
|
|
|
|
``` Path
|
|
~/.local/share/plasma/desktoptheme/
|
|
~/.local/share/icons/
|
|
```
|