mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-28 19:54:23 +01:00
33 lines
597 B
Markdown
33 lines
597 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", "krita"]
|
|
+++
|
|
|
|
### 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/
|
|
```
|
|
|
|
#### Krita icons and themes
|
|
|
|
Icons and themes are storde in:
|
|
|
|
``` Path
|
|
~/.local/share/krita/color-schemes
|
|
~/.local/share/krita/preset_icons
|
|
```
|