Initial import

This commit is contained in:
2022-10-17 15:20:18 +02:00
commit c38c5e95bf
46 changed files with 5295 additions and 0 deletions

5
docs/.directory Normal file
View File

@@ -0,0 +1,5 @@
[Dolphin]
Timestamp=2022,10,17,14,7,24.938
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

Binary file not shown.

BIN
docs/THEME.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

14
docs/THEME.scss Normal file
View File

@@ -0,0 +1,14 @@
$black: #252525;
$absolute_black: black;
$white: white;
$diluted_black: rgba(0, 0, 0, 0.5);
$stormy: #494e6b;
$cloud: #98878f;
$sunset: #985e6d;
$evening: #192231;
$satpurple: rgb(85, 65, 130);
$satpurple_faded: rgb(85, 65, 130, 0.5);
$satpurple_faded_darker: rgba(57, 43, 92, 0.5);
$satpurple_faded_lighter: rgba(130, 107, 185, 0.5);

BIN
docs/UI_EXAMPLE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB