mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-05-07 19:37:27 +02:00
Part 1 of Immigration
This commit is contained in:
parent
31c1cf0294
commit
378ea45ba0
17 changed files with 594 additions and 138 deletions
33
content/post/icon-themes-kde/content.md
Normal file
33
content/post/icon-themes-kde/content.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
+++
|
||||
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
|
||||
```
|
6
content/post/icon-themes-kde/index.md
Normal file
6
content/post/icon-themes-kde/index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Themes & Icon in KDE"
|
||||
subtitle = "Where are themes and icons stored in kde?"
|
||||
date = "2020-12-13"
|
||||
tags = ["kde", "themes", "theme", "icons", "icon"]
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue