Darkine KDE - Theme for KDE Plasma 5 desktop
Go to file
Rokin 749009ed2f Update INSTALL / README 2019-03-08 14:49:32 +01:00
INFO/screenshots update screenshots 2018-04-05 14:21:12 +02:00
Kvantum/Darkine Version 1.5 2018-05-02 19:17:38 +02:00
aurorae/themes/Darkine version 1.3 2018-03-31 20:36:12 +02:00
color-schemes version 1.3 2018-03-31 20:36:12 +02:00
plasma Version 1.5 2018-04-10 12:57:55 +02:00
sddm/themes/Darkine version 1.4 2018-04-05 14:15:44 +02:00
wallpapers/Darkine Remove ignored files 2018-03-31 11:32:29 +02:00
.gitignore version 1.4 2018-04-05 14:15:44 +02:00
CHANGELOG.md Version 1.5 2018-05-02 19:17:38 +02:00
LICENSE first commit 2018-03-30 21:38:28 +02:00
Makefile tweak 2018-03-31 23:37:37 +02:00
README.md Update INSTALL / README 2019-03-08 14:49:32 +01:00
install.sh Update INSTALL / README 2019-03-08 14:49:32 +01:00

README.md

Preview Darkine KDE Preview Darkine KDE Preview Darkine KDE Preview Darkine KDE

Screenshot Details: Engine: Kvantum | Kvantum Theme: Darkine | Aurorae decoration: Darkine | Plasma Theme: Darkine | Icons: Papirus-Adapta-Nokto | Dock: Latte Dock

Darkine KDE - This is a theme based on Adapta KDE for Plasma 5 desktop.

In this repository you'll find:

Installation

Use the script to install the latest version directly from this repo (independently on your distro):

Install

wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.sh | sh

Uninstall

wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.sh | uninstall=true sh

Third-party packages

Packages in this section are not part of the official repositories. If you have a trouble or a question please contact with package maintainer.

Distro Maintainer Package
Arch Linux Josip Ponjavic darkine-kde-git AUR

NOTE: If you maintainer and want be in the list please create an issue or send a pull request.

Recommendations

  • For better looking please use this pack with Kvantum engine.

    Run kvantummanager to choose and apply Darkine theme.

  • Install Papirus-Adapta icon theme for a more consistent and beautiful experience.

  • For better looking use toolbar icons without text with 22px size (for Papirus themes)

Configuration

Darkine-KDE lockscreen

Set the background lockscreen dark-grey :

kwriteconfig5 --file kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.color --group General --key Color 29,29,29
qdbus org.kde.KWin /KWin reconfigure

Darkine-KDE fonts

Use the same fonts from the screenshot :

# Arch :
sudo pacman -S cantarell-fonts

# Debian / Ubuntu :
sudo apt-get install fonts-cantarell

kwriteconfig5 --file kdeglobals --group General --key fixed "Monospace,9,-1,5,50,0,0,0,0,0"
kwriteconfig5 --file kdeglobals --group General --key font "Cantarell,9,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key menuFont "Cantarell,10,-1,5,25,0,0,0,0,0,Light"
kwriteconfig5 --file kdeglobals --group General --key smallestReadableFont "Cantarell,8,-1,5,50,0,0,0,0,0,Regular"
kwriteconfig5 --file kdeglobals --group General --key toolBarFont "Cantarell,9,-1,5,25,0,0,0,0,0,Light"
kwriteconfig5 --file kdeglobals --group WM --key activeFont "Cantarell,9,-1,5,50,0,0,0,0,0,Regular"
qdbus org.kde.KWin /KWin reconfigure
kquitapp5 plasmashell && kstart5 plasmashell

Darkine-KDE kvantum

Arch : How install Kvantum engine :

Official guide

#Official Repo :
sudo pacman -S kvantum-qt5

Darkine-KDE papirus

How to change main colors of Papirus iconpack :

After installation of Papirus :

  • If the icons are installed at ROOT directory* :
sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i -e 's/#00bcd4/#5d3263/g' -e 's/#0096aa/#351c39/g' -e 's/#00424A/#1a1a1a/g' {} \;
  • If the icons are installed at HOME directory for KDE* :
find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i -e 's/#00bcd4/#5d3263/g' -e 's/#0096aa/#351c39/g' -e 's/#00424A/#1a1a1a/g' {} \;

*Command execution take ~2 min with a Intel quad core

Darkine-KDE changecolor

1. The main color : #00bcd4 | 2. The backend color : #0096aa | 3. The logo color : #00424A

License

GNU GPL v3