diff --git a/README.md b/README.md deleted file mode 100644 index 035b334..0000000 --- a/README.md +++ /dev/null @@ -1,127 +0,0 @@ -
- - - 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](https://github.com/PapirusDevelopmentTeam/adapta-kde) for Plasma 5 desktop. - -In this repository you'll find: - -- Aurorae Theme -- Kvantum Themes -- Plasma Color Schemes -- Plasma Desktop Theme -- Plasma Look-and-Feel Settings -- SDDM Theme -- Wallpaper - -## 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 -``` - -## Recommendations - -- For better looking please use this pack with [Kvantum engine](https://github.com/tsujan/Kvantum/tree/master/Kvantum). - - Run `kvantummanager` to choose and apply **Darkine** theme. - -- Install [Papirus-Adapta icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) for a more consistent and beautiful experience. - -- For better looking use toolbar icons without text with 22px size (for Papirus themes) - - -## Configuration - - -#### 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 -``` - - -#### 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 -``` - - -#### Arch : How install Kvantum : -Official guide - can be change over the time ! : -``` -sudo pacman -S gcc libx11 libxext qt5-base qt5-svg qt5-x11extras qt5-tools - -mkdir /tmp/kvantum && cd /tmp/kvantum -git clone https://github.com/tsujan/Kvantum - -qmake && make -make install -make distclean -``` - - - -#### 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 's/#00bcd4/#5d3263/g' {} \; -sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#0096aa/#351c39/g' {} \; -sudo find -L /usr/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i '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 's/#00bcd4/#5d3263/g' {} \; -find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#0096aa/#351c39/g' {} \; -find -L $HOME/.local/share/icons/Papirus-Adapta-Nokto -name "*.svg" -exec sed -i 's/#00424A/#1a1a1a/g' {} \; -``` - - -1. The main color : #00bcd4 -2. The backend color : #0096aa -3. The logo color : #00424A - - -## License - -GNU GPL v3 - - - - - - - - - - -