version 1.3

This commit is contained in:
Rokin 2018-03-31 20:36:12 +02:00
parent 2100491f88
commit 7ad754567e
38 changed files with 118 additions and 57 deletions

View File

@ -1,2 +1,16 @@
#### Version 1.0 - 30 March 2018
- First commit
- First commit
#### Version 1.1 - 31 March 2018
- Fixs for opendesktop.org packages
#### Version 1.2 - 31 March 2018
- Fixs for opendesktop.org packages
#### Version 1.3 - 30 March 2018
- Fix install
- Fix some filenames
- Update authors files
- Update few colors
- Fix look-and-feel (Window theme apply now automatically)
- Update readme

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 330 KiB

View File

Before

Width:  |  Height:  |  Size: 901 KiB

After

Width:  |  Height:  |  Size: 901 KiB

View File

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -12,7 +12,7 @@
width="450"
height="930"
version="1"
sodipodi:docname="AdaptaNokto.svg"
sodipodi:docname="Darkine.svg"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata986">
@ -1151,7 +1151,7 @@
<path
id="path4972"
d="m 398.5859,91.0859 c -7.80469,7.80469 -15.6094,15.6094 -23.4141,23.4141 8.9427,0 17.8854,0 26.8281,0 0,-8.94271 0,-17.8854 0,-26.8281 -1.13802,1.13802 -2.27604,2.27604 -3.41406,3.41406 z"
style="opacity:0.00100002;fill:#00bcd4" />
style="opacity:0.00100002;fill:#5d3263" />
</g>
<rect
id="itemview-pressed-top"

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 214 KiB

View File

@ -1,5 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/preview.1.png" alt="Preview Darkine KDE"/>
<img src="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/preview.1.png" alt="Preview Darkine KDE"/>
<a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/preview.2.png"><img src="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/thumbs/mini.preview.2.png" alt="Preview Darkine KDE"/></a> <a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/preview.3.png"><img src="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/thumbs/mini.preview.3.png" alt="Preview Darkine KDE"/></a> <a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/preview.4.png"><img src="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/thumbs/mini.preview.4.png" alt="Preview Darkine KDE"/></a>
<sup><sub>Screenshot Details: Engine: <a href="https://github.com/tsujan/Kvantum/tree/master/Kvantum">Kvantum</a> | Kvantum Theme: Darkine | Aurorae decoration: Darkine | Plasma Theme: Darkine | Icons: <a href="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme">Papirus-Adapta-Nokto</a> | Dock: <a href="https://github.com/psifidotos/Latte-Dock">Latte Dock</a></sub></sup>
</p>
@ -39,12 +40,57 @@ wget -qO- https://raw.githubusercontent.com/Rokin05/darkine-kde/master/install.s
- Install [Papirus-Adapta icon theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) for a more consistent and beautiful experience.
- On systemsettings set **Noto Sans Bold** font for title, menu and toolbar
- 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 <a href="https://raw.githubusercontent.com/Rokin05/darkine-kde/master/INFO/screenshots/fonts-config.png">fonts</a> 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 :
<a href="https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL">Official guide</a> - 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
```
## License
GNU GPL v3

View File

@ -12,7 +12,7 @@
<rect id="rect4211" width="22" height="22" x="1" y="1" style="opacity:0.001;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<circle id="circle4213" cx="12" cy="13" r="8" style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"/>
<circle id="circle4214" cx="12" cy="12.5" r="8" style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"/>
<circle id="circle4215" cx="12" cy="12" r="8" style="opacity:1;fill:#00bcd4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"/>
<circle id="circle4215" cx="12" cy="12" r="8" style="opacity:1;fill:#5d3263;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.4"/>
<g id="g4217" transform="matrix(0.99960695,0,0,0.99997077,-55.9717,-513.98451)" style="fill:#ffffff;fill-opacity:1">
<g id="g4219" transform="translate(19,-242)" style="display:inline;fill:#ffffff;fill-opacity:1">
<path id="path4221" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"/>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -103,7 +103,7 @@ ForegroundPositive=0,150,135
ForegroundVisited=0,188,212
[General]
ColorScheme=Adapta Nokto
ColorScheme=Darkine
Name=Darkine
shadeSortColumn=true

View File

@ -19,92 +19,92 @@ IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=77,77,77
BackgroundNormal=26,26,26
DecorationFocus=100,29,126
DecorationHover=100,29,126
BackgroundAlternate=46,46,46
BackgroundNormal=46,46,46
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=61,174,233
ForegroundInactive=102,113,118
ForegroundLink=100,29,126
ForegroundInactive=60,61,60
ForegroundLink=0,188,212
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=135,135,135
ForegroundPositive=0,150,136
ForegroundVisited=100,29,126
ForegroundNormal=94,95,94
ForegroundPositive=0,150,135
ForegroundVisited=0,188,212
[Colors:Complementary]
BackgroundAlternate=59,64,69
BackgroundNormal=49,54,59
DecorationFocus=30,146,255
DecorationHover=61,174,230
BackgroundAlternate=29,29,29
BackgroundNormal=29,29,29
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=246,116,0
ForegroundInactive=175,176,179
ForegroundInactive=60,61,60
ForegroundLink=61,174,230
ForegroundNegative=237,21,21
ForegroundNeutral=201,206,59
ForegroundNormal=239,240,241
ForegroundNormal=94,95,94
ForegroundPositive=17,209,22
ForegroundVisited=61,174,230
[Colors:Selection]
BackgroundAlternate=29,153,243
BackgroundNormal=100,29,126
DecorationFocus=100,29,126
DecorationHover=100,29,126
BackgroundAlternate=102,73,126
BackgroundNormal=36,28,44
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=252,252,252
ForegroundInactive=135,135,135
ForegroundInactive=255,85,0
ForegroundLink=253,188,75
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=135,135,135
ForegroundPositive=0,150,136
ForegroundNormal=143,134,186
ForegroundPositive=0,150,135
ForegroundVisited=189,195,199
[Colors:Tooltip]
BackgroundAlternate=77,77,77
BackgroundNormal=26,26,26
DecorationFocus=100,29,126
DecorationHover=100,29,126
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=61,174,233
ForegroundInactive=102,113,118
ForegroundLink=100,29,126
ForegroundInactive=60,61,60
ForegroundLink=0,188,212
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=94,95,94
ForegroundPositive=0,150,136
ForegroundVisited=100,29,126
ForegroundNormal=145,139,158
ForegroundPositive=0,150,135
ForegroundVisited=0,188,212
[Colors:View]
BackgroundAlternate=49,54,59
BackgroundNormal=26,26,26
DecorationFocus=100,29,126
DecorationHover=100,29,126
BackgroundAlternate=29,29,29
BackgroundNormal=29,29,29
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=61,174,233
ForegroundInactive=102,113,118
ForegroundLink=100,29,126
ForegroundInactive=60,61,60
ForegroundLink=0,188,212
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=94,95,94
ForegroundPositive=0,150,136
ForegroundVisited=100,29,126
ForegroundPositive=0,150,135
ForegroundVisited=0,188,212
[Colors:Window]
BackgroundAlternate=77,77,77
BackgroundNormal=29,29,29
DecorationFocus=100,29,126
DecorationHover=100,29,126
DecorationFocus=34,34,34
DecorationHover=34,34,34
ForegroundActive=61,174,233
ForegroundInactive=102,113,118
ForegroundLink=100,29,126
ForegroundInactive=60,61,60
ForegroundLink=0,188,212
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=94,95,94
ForegroundPositive=0,150,136
ForegroundVisited=100,29,126
ForegroundPositive=0,150,135
ForegroundVisited=0,188,212
[General]
ColorScheme=Breeze Dark
Name=Adapta
ColorScheme=Darkine
Name=Darkine
shadeSortColumn=true
[KDE]
@ -113,7 +113,7 @@ contrast=4
[WM]
activeBackground=26,26,26
activeBlend=26,26,26
activeForeground=94,95,94
activeForeground=204,204,204
inactiveBackground=26,26,26
inactiveBlend=26,26,26
inactiveForeground=102,113,118

View File

@ -100,7 +100,7 @@
offset="0" />
<stop
id="stop4307"
style="stop-color:#00bcd4;stop-opacity:1"
style="stop-color:#5d3263;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
@ -111,7 +111,7 @@
offset="0" />
<stop
id="stop4295"
style="stop-color:#00bcd4;stop-opacity:1"
style="stop-color:#5d3263;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -134,7 +134,7 @@
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" />
</g>
<path
style="opacity:1;fill:#00bcd4;fill-opacity:1;stroke:none"
style="opacity:1;fill:#5d3263;fill-opacity:1;stroke:none"
id="path4254"
d="m 69.062483,30.00001 c -21.64062,0 -39.0625,17.42187 -39.0625,39.0625 l 0,15.625 0,390.62494 0,15.62504 c 0,21.64062 17.42188,39.0625 39.0625,39.0625 l 15.624989,0 390.625048,0 15.625,0 c 21.6406,0 39.0625,-17.42188 39.0625,-39.0625 l 0,-15.62504 0,-390.62494 0,-15.625 c 0,-21.64063 -17.4219,-39.0625 -39.0625,-39.0625 l -15.625,0 -390.625048,0 -15.62499,0 z" />
<path

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -11,6 +11,7 @@ Theme=Papirus-Adapta
name=Darkine
[kwinrc][org.kde.kdecoration2]
library=org.kde.kwin.aurorae
theme=__aurorae__svg__Darkine
[kcminputrc][Mouse]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.